Trait acgmath::Transform3 [] [src]

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

Implementors