Struct nalgebra::base::coordinates::M2x3 [−][src]
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
m12: N
m22: N
m13: N
m23: N
Trait Implementations
impl<N: Clone + Scalar> Clone for M2x3<N>
[src]
impl<N: Copy + Scalar> Copy for M2x3<N>
[src]
impl<N: Debug + Scalar> Debug for M2x3<N>
[src]
impl<N: Eq + Scalar> Eq for M2x3<N>
[src]
impl<N: Hash + Scalar> Hash for M2x3<N>
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<N: PartialEq + Scalar> PartialEq<M2x3<N>> for M2x3<N>
[src]
impl<N: Scalar> StructuralEq for M2x3<N>
[src]
impl<N: Scalar> StructuralPartialEq for M2x3<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for M2x3<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for M2x3<N> where
N: Send,
N: Send,
impl<N> Sync for M2x3<N> where
N: Sync,
N: Sync,
impl<N> Unpin for M2x3<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for M2x3<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
SS: SubsetOf<SP>,
pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub unsafe fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,