Trait cgmath::Transform3 [] [src]

pub trait Transform3<S: BaseNum>: Transform<S, Vector3<S>, Point3<S>> + Into<Matrix4<S>> { }

Implementors