Type Alias Pose

Source
pub type Pose<T> = Transform3D<T>;

Aliased Type§

struct Pose<T> {
    pub mat: [[T; 4]; 4],
}

Fields§

§mat: [[T; 4]; 4]