#[repr(C)]pub struct Basis {
pub elements: [TypedVector3D<f32, UnknownUnit>; 3],
}
Expand description
A 3x3 matrix.
Fields§
§elements: [TypedVector3D<f32, UnknownUnit>; 3]
Trait Implementations§
impl Copy for Basis
impl StructuralPartialEq for Basis
Auto Trait Implementations§
impl Freeze for Basis
impl RefUnwindSafe for Basis
impl Send for Basis
impl Sync for Basis
impl Unpin for Basis
impl UnwindSafe for Basis
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more