Trait cgmath::prelude::Transform3[][src]

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

Associated Types

Implementors