Trait truck_rendimpl::modeling::Transform2[]

pub trait Transform2: Transform<Point2<Self::Scalar>> + Into<Matrix3<Self::Scalar>> {
    type Scalar: BaseNum;
}

Associated Types

type Scalar: BaseNum

Loading content...

Implementations on Foreign Types

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

type Scalar = S

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

type Scalar = S

Loading content...

Implementors

Loading content...