Struct rin::math::base::coordinates::M3x4 [−][src]
#[repr(C)]pub struct M3x4<N> where
N: Scalar, { pub m11: N, pub m21: N, pub m31: N, pub m12: N, pub m22: N, pub m32: N, pub m13: N, pub m23: N, pub m33: N, pub m14: N, pub m24: N, pub m34: N, }
Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., v.x
is the same as v[0]
for a vector.
Fields
m11: N
m21: N
m31: N
m12: N
m22: N
m32: N
m13: N
m23: N
m33: N
m14: N
m24: N
m34: N
Trait Implementations
impl<'de, N> Deserialize<'de> for M3x4<N> where
N: Scalar + Deserialize<'de>,
[src]
impl<'de, N> Deserialize<'de> for M3x4<N> where
N: Scalar + Deserialize<'de>,
[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<M3x4<N>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<M3x4<N>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl<N> Serialize for M3x4<N> where
N: Scalar + Serialize,
[src]
impl<N> Serialize for M3x4<N> where
N: Scalar + Serialize,
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl<N> Copy for M3x4<N> where
N: Copy + Scalar,
[src]
N: Copy + Scalar,
impl<N> Eq for M3x4<N> where
N: Eq + Scalar,
[src]
N: Eq + Scalar,
impl<N> StructuralEq for M3x4<N> where
N: Scalar,
[src]
N: Scalar,
impl<N> StructuralPartialEq for M3x4<N> where
N: Scalar,
[src]
N: Scalar,
Auto Trait Implementations
impl<N> RefUnwindSafe for M3x4<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for M3x4<N> where
N: Send,
N: Send,
impl<N> Sync for M3x4<N> where
N: Sync,
N: Sync,
impl<N> Unpin for M3x4<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for M3x4<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Serialize for T where
T: Serialize + ?Sized,
[src]
impl<T> Serialize for T where
T: Serialize + ?Sized,
[src]pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> CollisionObjectHandle for T where
T: 'static + Copy + Hash + PartialEq<T> + Eq + Send + Sync,
[src]
T: 'static + Copy + Hash + PartialEq<T> + Eq + Send + Sync,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,