Trait truck_rendimpl::modeling::Transform3[]

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

Associated Types

type Scalar: BaseNum

Loading content...

Implementations on Foreign Types

impl<S, R> Transform3 for Decomposed<Vector3<S>, R> where
    S: BaseFloat,
    R: Rotation3<Scalar = S>, 

type Scalar = S

impl<S> Transform3 for Matrix3<S> where
    S: BaseFloat, 

type Scalar = S

impl<S> Transform3 for Matrix4<S> where
    S: BaseFloat, 

type Scalar = S

Loading content...

Implementors

Loading content...