Trait nalgebra::ToHomogeneous [] [src]

pub trait ToHomogeneous<U> {
    fn to_homogeneous(&self) -> U;
}

Traits of objects which can be put in homogeneous coordinates form.

Required Methods

fn to_homogeneous(&self) -> U

Gets the homogeneous coordinates form of this object.

Implementors