Trait acgmath::Transform2 [] [src]

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

Implementors