#[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
Trait Implementations§
Auto Trait Implementations§
impl Freeze for C3D_Mtx
impl RefUnwindSafe for C3D_Mtx
impl Send for C3D_Mtx
impl Sync for C3D_Mtx
impl Unpin for C3D_Mtx
impl UnwindSafe for C3D_Mtx
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)