HcMat3

Type Alias HcMat3 

Source
pub type HcMat3<T, Src = WorldSpace, Dst = WorldSpace> = HcMatrix<T, 3, 3, Src, Dst>;
Expand description

A homogeneous transformation matrix storing 4×4 elements.

Aliased Type§

pub struct HcMat3<T, Src = WorldSpace, Dst = WorldSpace>(/* private fields */);