Trait truck_modeling::base::Transform2[]

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

Implementations on Foreign Types

impl<S, R> Transform2<S> for Decomposed<Vector2<S>, R> where
    S: BaseFloat,
    R: Rotation2<S>, 

impl<S> Transform2<S> for Matrix3<S> where
    S: BaseFloat, 

Loading content...

Implementors

Loading content...