Trait axgeom::AxisTrait [] [src]

pub trait AxisTrait {
    type Next: AxisTrait;
    fn get() -> Axis;
}

Axis trait can be used to extract the x or y axis out of a vector when you know the axis as compile time.

Associated Types

Required Methods

Implementors