hexasphere::shapes

Type Alias CubeSphere

Source
pub type CubeSphere<T> = Subdivided<T, CubeBase>;
Expand description

A cube sphere.

See CubeBase.

Aliased Typeยง

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