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]

Important traits for Range<A>
[src]

Gets a Range over axes as usizes.

[src]

Trait Implementations

impl Clone for Axis
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Axis
[src]

impl From<usize> for Axis
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Axis

impl Sync for Axis