#[repr(C)]pub struct b2Mat22 {
pub cx: b2Vec2,
pub cy: b2Vec2,
}Expand description
A 2-by-2 Matrix
Fields§
§cx: b2Vec2columns
cy: b2Vec2columns
Trait Implementations§
Auto Trait Implementations§
impl Freeze for b2Mat22
impl RefUnwindSafe for b2Mat22
impl Send for b2Mat22
impl Sync for b2Mat22
impl Unpin for b2Mat22
impl UnwindSafe for b2Mat22
Blanket Implementations§
§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)