Skip to main content

Transform2

Trait Transform2 

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

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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

Source§

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