hexasphere::shapes

Type Alias TrianglePlane

Source
pub type TrianglePlane<T> = Subdivided<T, TriangleBase>;
Expand description

A triangle.

See TriangleBase.

Aliased Typeยง

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