Struct glium_shapes::cuboid::Cuboid [] [src]

pub struct Cuboid { /* fields omitted */ }

A polygonal Cuboid object.

This object is constructed using a CuboidBuilder object.

Trait Implementations

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

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

Builds the VerticesSource.

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

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

Performs the conversion.