[][src]Struct rin::math::coordinates::M5x6

#[repr(C)]
pub struct M5x6<N> where
    N: Scalar
{ pub m11: N, pub m21: N, pub m31: N, pub m41: N, pub m51: N, pub m12: N, pub m22: N, pub m32: N, pub m42: N, pub m52: N, pub m13: N, pub m23: N, pub m33: N, pub m43: N, pub m53: N, pub m14: N, pub m24: N, pub m34: N, pub m44: N, pub m54: N, pub m15: N, pub m25: N, pub m35: N, pub m45: N, pub m55: N, pub m16: N, pub m26: N, pub m36: N, pub m46: N, pub m56: 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

Trait Implementations

impl<N> PartialEq<M5x6<N>> for M5x6<N> where
    N: Scalar + PartialEq<N>, 
[src]

impl<N> Hash for M5x6<N> where
    N: Scalar + Hash
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<N> Eq for M5x6<N> where
    N: Scalar + Eq
[src]

impl<N> Copy for M5x6<N> where
    N: Scalar + Copy
[src]

impl<N> Clone for M5x6<N> where
    N: Scalar + Clone
[src]

Performs copy-assignment from source. Read more

impl<N> Debug for M5x6<N> where
    N: Scalar + Debug
[src]

impl<'de, N> Deserialize<'de> for M5x6<N> where
    N: Scalar + Deserialize<'de>, 
[src]

impl<N> Serialize for M5x6<N> where
    N: Scalar + Serialize
[src]

Auto Trait Implementations

impl<N> Send for M5x6<N> where
    N: Send

impl<N> Sync for M5x6<N> where
    N: Sync

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> Scalar for T where
    T: Copy + PartialEq<T> + Any + Debug
[src]

Tests if Self the same as the type T Read more

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]