Trait three_d::core::math::Transform2[][src]

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

Associated Types

Implementations on Foreign Types

Implementors