pub struct Mat4 { /* private fields */ }
Expand description
A 4x4 matrix used for vertex transformations.
Components are stored in column-major order.
Implementations§
Trait Implementations§
Source§impl MulAssign<&Mat4> for Mat4
impl MulAssign<&Mat4> for Mat4
Source§fn mul_assign(&mut self, rhs: &Mat4)
fn mul_assign(&mut self, rhs: &Mat4)
Performs the
*=
operation. Read moreSource§impl MulAssign for Mat4
impl MulAssign for Mat4
Source§fn mul_assign(&mut self, rhs: Mat4)
fn mul_assign(&mut self, rhs: Mat4)
Performs the
*=
operation. Read moreimpl Copy for Mat4
impl StructuralPartialEq for Mat4
Auto Trait Implementations§
impl Freeze for Mat4
impl RefUnwindSafe for Mat4
impl Send for Mat4
impl Sync for Mat4
impl Unpin for Mat4
impl UnwindSafe for Mat4
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToggleButtonValue<()> for T
impl<T> ToggleButtonValue<()> for T
Source§fn get_value(&self, _extra: &WidgetExtra<'_>)
fn get_value(&self, _extra: &WidgetExtra<'_>)
Get the value associated with this toggle button content.
Source§impl<T> ToggleButtonValue<WidgetId> for T
impl<T> ToggleButtonValue<WidgetId> for T
Source§fn get_value(&self, extra: &WidgetExtra<'_>) -> WidgetId
fn get_value(&self, extra: &WidgetExtra<'_>) -> WidgetId
Get the value associated with this toggle button content.