pub struct B2Mat22 {
pub ex: B2vec2,
pub ey: B2vec2,
}Expand description
A 2-by-2 matrix. Stored in column-major order.
Fields§
§ex: B2vec2§ey: B2vec2Implementations§
Trait Implementations§
impl Copy for B2Mat22
Auto Trait Implementations§
impl Freeze for B2Mat22
impl RefUnwindSafe for B2Mat22
impl Send for B2Mat22
impl Sync for B2Mat22
impl Unpin for B2Mat22
impl UnsafeUnpin for B2Mat22
impl UnwindSafe for B2Mat22
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