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