Struct oxygengine_ha_renderer::math::mint::ColumnMatrix4x3
#[repr(C)]pub struct ColumnMatrix4x3<T> {
pub x: Vector4<T>,
pub y: Vector4<T>,
pub z: Vector4<T>,
}
Fields§
§x: Vector4<T>
§y: Vector4<T>
§z: Vector4<T>
Trait Implementations§
§impl<T> AsMut<[[T; 4]; 3]> for ColumnMatrix4x3<T>
impl<T> AsMut<[[T; 4]; 3]> for ColumnMatrix4x3<T>
§impl<T> AsMut<[T; 12]> for ColumnMatrix4x3<T>
impl<T> AsMut<[T; 12]> for ColumnMatrix4x3<T>
§impl<T> AsRef<[[T; 4]; 3]> for ColumnMatrix4x3<T>
impl<T> AsRef<[[T; 4]; 3]> for ColumnMatrix4x3<T>
§impl<T> AsRef<[T; 12]> for ColumnMatrix4x3<T>
impl<T> AsRef<[T; 12]> for ColumnMatrix4x3<T>
§impl<T> Clone for ColumnMatrix4x3<T>where
T: Clone,
impl<T> Clone for ColumnMatrix4x3<T>where T: Clone,
§fn clone(&self) -> ColumnMatrix4x3<T>
fn clone(&self) -> ColumnMatrix4x3<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl<T> Debug for ColumnMatrix4x3<T>where
T: Debug,
impl<T> Debug for ColumnMatrix4x3<T>where T: Debug,
§impl<T> From<[[T; 4]; 3]> for ColumnMatrix4x3<T>
impl<T> From<[[T; 4]; 3]> for ColumnMatrix4x3<T>
§fn from(_: [[T; 4]; 3]) -> ColumnMatrix4x3<T>
fn from(_: [[T; 4]; 3]) -> ColumnMatrix4x3<T>
Converts to this type from the input type.
§impl<T> From<[T; 12]> for ColumnMatrix4x3<T>where
T: Clone,
impl<T> From<[T; 12]> for ColumnMatrix4x3<T>where T: Clone,
§fn from(m: [T; 12]) -> ColumnMatrix4x3<T>
fn from(m: [T; 12]) -> ColumnMatrix4x3<T>
Converts to this type from the input type.
§impl<T> From<ColumnMatrix4x3<T>> for [[T; 4]; 3]
impl<T> From<ColumnMatrix4x3<T>> for [[T; 4]; 3]
§fn from(name: ColumnMatrix4x3<T>) -> [[T; 4]; 3]
fn from(name: ColumnMatrix4x3<T>) -> [[T; 4]; 3]
Converts to this type from the input type.
§impl<T> From<ColumnMatrix4x3<T>> for [T; 12]
impl<T> From<ColumnMatrix4x3<T>> for [T; 12]
§fn from(name: ColumnMatrix4x3<T>) -> [T; 12]
fn from(name: ColumnMatrix4x3<T>) -> [T; 12]
Converts to this type from the input type.
§impl<T> From<ColumnMatrix4x3<T>> for RowMatrix4x3<T>
impl<T> From<ColumnMatrix4x3<T>> for RowMatrix4x3<T>
§fn from(m: ColumnMatrix4x3<T>) -> RowMatrix4x3<T>
fn from(m: ColumnMatrix4x3<T>) -> RowMatrix4x3<T>
Converts to this type from the input type.
§impl<T> From<RowMatrix4x3<T>> for ColumnMatrix4x3<T>
impl<T> From<RowMatrix4x3<T>> for ColumnMatrix4x3<T>
§fn from(m: RowMatrix4x3<T>) -> ColumnMatrix4x3<T>
fn from(m: RowMatrix4x3<T>) -> ColumnMatrix4x3<T>
Converts to this type from the input type.
§impl<T> Hash for ColumnMatrix4x3<T>where
T: Hash,
impl<T> Hash for ColumnMatrix4x3<T>where T: Hash,
§impl<T> IntoMint for ColumnMatrix4x3<T>
impl<T> IntoMint for ColumnMatrix4x3<T>
§type MintType = ColumnMatrix4x3<T>
type MintType = ColumnMatrix4x3<T>
The mint type that this type is associated with.
§impl<T> Ord for ColumnMatrix4x3<T>where
T: Ord,
impl<T> Ord for ColumnMatrix4x3<T>where T: Ord,
§fn cmp(&self, other: &ColumnMatrix4x3<T>) -> Ordering
fn cmp(&self, other: &ColumnMatrix4x3<T>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
§impl<T> PartialEq<ColumnMatrix4x3<T>> for ColumnMatrix4x3<T>where
T: PartialEq<T>,
impl<T> PartialEq<ColumnMatrix4x3<T>> for ColumnMatrix4x3<T>where T: PartialEq<T>,
§fn eq(&self, other: &ColumnMatrix4x3<T>) -> bool
fn eq(&self, other: &ColumnMatrix4x3<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl<T> PartialOrd<ColumnMatrix4x3<T>> for ColumnMatrix4x3<T>where
T: PartialOrd<T>,
impl<T> PartialOrd<ColumnMatrix4x3<T>> for ColumnMatrix4x3<T>where T: PartialOrd<T>,
§fn partial_cmp(&self, other: &ColumnMatrix4x3<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &ColumnMatrix4x3<T>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T> Copy for ColumnMatrix4x3<T>where T: Copy,
impl<T> Eq for ColumnMatrix4x3<T>where T: Eq,
impl<T> StructuralEq for ColumnMatrix4x3<T>
impl<T> StructuralPartialEq for ColumnMatrix4x3<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for ColumnMatrix4x3<T>where T: RefUnwindSafe,
impl<T> Send for ColumnMatrix4x3<T>where T: Send,
impl<T> Sync for ColumnMatrix4x3<T>where T: Sync,
impl<T> Unpin for ColumnMatrix4x3<T>where T: Unpin,
impl<T> UnwindSafe for ColumnMatrix4x3<T>where T: UnwindSafe,
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more