[][src]Type Definition hexasphere::Hexasphere

type Hexasphere<T> = Subdivided<T, IcoSphereBase>;

Icosphere.

See IcoSphereBase.

Implementations

impl<T> Hexasphere<T>[src]

pub fn radius_shapes(&self) -> f32[src]

Calculate distance from the center of a shape (pentagon or hexagon) to one of the vertices of the shape.

In other words, the radius of the circumscribed circle.