Enum bismuth::cube::Direction [] [src]

pub enum Direction {
    Positive,
    Negative,
}

A direction along an Axis.

Variants