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 */ }