Trait nannou::math::prelude::Transform2[][src]

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

Implementors

impl<S> Transform2<S> for Matrix3<S> where
    S: BaseFloat
[src]

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

Loading content...