Struct glium_shapes::axes::Axes [] [src]

pub struct Axes { /* fields omitted */ }

A set of orthogonal Axes lines.

This object is constructed using a AxesBuilder object.

Trait Implementations

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

Allows an Axes object to be passed as a source of vertices.

Builds the VerticesSource.

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

Allows an Axes object to be passed as a source of indices.

Performs the conversion.