Enum bismuth::cube::Axis [] [src]

pub enum Axis {
    X,
    Y,
    Z,
}

An axis in the tree space.

Defines and orders the axes in the tree space.

Variants

Methods

impl Axis
[src]

Gets a Range over axes as usizes.

Trait Implementations

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Axis
[src]

impl From<usize> for Axis
[src]

Performs the conversion.