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

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

Implementors