Trait nbez::Point [] [src]

pub trait Point<F>: Into<Self::Vector> + Clone + Copy + PVOps<F> where
    Self: Sized,
    F: Float
{ type Vector: Vector<F>; }

Specifies the needed traits to have a nbez point, as well as the vector type that this corresponds to

Associated Types

The vector that is associatded with this point

Implementors