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

pub trait Transform3: Transform<Point3<Self::Scalar>> + Into<Matrix4<Self::Scalar>> {
    type Scalar: BaseNum;
}

Associated Types

Implementations on Foreign Types

Implementors