Type Alias hexasphere::shapes::TetraSphere

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

Tetrasphere (Sphere from tetrahedron).

See TetraSphereBase.

Aliased Type§

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