Trait GetXYZM

Source
pub trait GetXYZM<M = MValue>:
    GetXY
    + GetZ
    + GetM<M> { }
Expand description

Composite Trait: XY + Z + M

Implementors§

Source§

impl<M: Clone> GetXYZM<M> for VectorPoint<M>