Union citro3d_sys::C3D_Mtx
source · #[repr(C)]
pub union C3D_Mtx {
pub r: [C3D_FVec; 4],
pub m: [f32; 16],
}
Expand description
C3D_Mtx Row-major 4x4 matrix
Fields§
§r: [C3D_FVec; 4]
< Rows are vectors
m: [f32; 16]
< Raw access
#[repr(C)]
pub union C3D_Mtx {
pub r: [C3D_FVec; 4],
pub m: [f32; 16],
}
C3D_Mtx Row-major 4x4 matrix
r: [C3D_FVec; 4]
< Rows are vectors
m: [f32; 16]
< Raw access