Trait cgmath::Transform2

source ·
pub trait Transform2<S: BaseNum>: Transform<Point2<S>> + Into<Matrix3<S>> { }

Implementors§