pub type TetraSphere<T> = Subdivided<T, TetraSphereBase>;
Expand description
Tetrasphere (Sphere from tetrahedron).
See TetraSphereBase
.
Aliased Typeยง
struct TetraSphere<T> { /* private fields */ }
pub type TetraSphere<T> = Subdivided<T, TetraSphereBase>;
Tetrasphere (Sphere from tetrahedron).
See TetraSphereBase
.
struct TetraSphere<T> { /* private fields */ }