Enum rust_3d::oc_node::Direction [] [src]

pub enum Direction {
    PPP,
    PPN,
    PNP,
    PNN,
    NPP,
    NPN,
    NNP,
    NNN,
}

Variants