pub type TypedMatrix2D<T, Src, Dst> = TypedTransform2D<T, Src, Dst>;👎Deprecated
Expand description
Temporary alias to facilitate the transition to the new naming scheme
Aliased Type§
#[repr(C)]pub struct TypedMatrix2D<T, Src, Dst> {
pub m11: T,
pub m12: T,
pub m21: T,
pub m22: T,
pub m31: T,
pub m32: T,
/* private fields */
}Fields§
§m11: T§m12: T§m21: T§m22: T§m31: T§m32: T