Type Alias hexasphere::shapes::SquarePlane
source · pub type SquarePlane<T> = Subdivided<T, SquareBase>;
Expand description
A square.
See SquareBase
.
Aliased Type§
struct SquarePlane<T> { /* private fields */ }
pub type SquarePlane<T> = Subdivided<T, SquareBase>;
A square.
See SquareBase
.
struct SquarePlane<T> { /* private fields */ }