Trait cgmath::Transform3

source ·
pub trait Transform3<S: BaseNum>: Transform<Point3<S>> + Into<Matrix4<S>> { }

Implementors§