Struct glium_shapes::sphere::Sphere [] [src]

pub struct Sphere { /* fields omitted */ }

A polygonal Sphere object.

This object is constructed using a SphereBuilder object.

Trait Implementations

impl<'a> IntoVerticesSource<'a> for &'a Sphere
[src]

Allows a Sphere object to be passed as a source of vertices.

Builds the VerticesSource.

impl<'a> Into<IndicesSource<'a>> for &'a Sphere
[src]

Allows a Sphere object to be passed as a source of indices.

Performs the conversion.