hexasphere::shapes

Type Alias SquarePlane

Source
pub type SquarePlane<T> = Subdivided<T, SquareBase>;
Expand description

A square.

See SquareBase.

Aliased Typeยง

struct SquarePlane<T> { /* private fields */ }