hexasphere::shapes

Type Alias TetraSphere

Source
pub type TetraSphere<T> = Subdivided<T, TetraSphereBase>;
Expand description

Tetrasphere (Sphere from tetrahedron).

See TetraSphereBase.

Aliased Typeยง

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