Struct vecmat::mat::Mat4x2[][src]

pub struct Mat4x2<T: Copy> {
    pub data: [T; 8],
}

Fields

Methods

impl<T> Mat4x2<T> where
    T: Copy + Default
[src]

impl<T> Mat4x2<T> where
    T: Copy
[src]

impl<'a, T> Mat4x2<T> where
    T: Copy
[src]

impl<'a, T> Mat4x2<T> where
    T: Copy
[src]

impl<T> Mat4x2<T> where
    T: Copy
[src]

impl<T> Mat4x2<T> where
    T: Copy + Zero
[src]

impl<T> Mat4x2<T> where
    T: Copy
[src]

impl<T> Mat4x2<T> where
    T: Copy
[src]

impl<T> Mat4x2<T> where
    T: Copy
[src]

Trait Implementations

impl<T: Clone + Copy> Clone for Mat4x2<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy + Copy> Copy for Mat4x2<T>
[src]

impl<T: Debug + Copy> Debug for Mat4x2<T>
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + Copy> PartialEq for Mat4x2<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> Default for Mat4x2<T> where
    T: Copy + Default
[src]

Returns the "default value" for a type. Read more

impl<'a, T> IntoIterator for &'a Mat4x2<T> where
    T: Copy
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<'a, T> IntoIterator for &'a mut Mat4x2<T> where
    T: Copy
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<T> Display for Mat4x2<T> where
    T: Copy + Display
[src]

Formats the value using the given formatter. Read more

impl<T> Index<(usize, usize)> for Mat4x2<T> where
    T: Copy
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<T> IndexMut<(usize, usize)> for Mat4x2<T> where
    T: Copy
[src]

Performs the mutable indexing (container[index]) operation.

impl<T> Neg for Mat4x2<T> where
    T: Copy + Num + Signed
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl<T> Add for Mat4x2<T> where
    T: Copy + Num + Add<Output = T>, 
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl<T> Sub for Mat4x2<T> where
    T: Copy + Num + Sub<Output = T>, 
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl<T> Mul for Mat4x2<T> where
    T: Copy + Num + Mul<Output = T>, 
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl<T> Div for Mat4x2<T> where
    T: Copy + Num + Div<Output = T>, 
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl<T> Rem for Mat4x2<T> where
    T: Copy + Num + Rem<Output = T>, 
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl<T> Mul<T> for Mat4x2<T> where
    T: Copy + Num + Mul<Output = T>, 
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl<T> Div<T> for Mat4x2<T> where
    T: Copy + Num + Div<Output = T>, 
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl<T> Rem<T> for Mat4x2<T> where
    T: Copy + Num + Rem<Output = T>, 
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl<T> AddAssign<Mat4x2<T>> for Mat4x2<T> where
    T: Copy + Num + Add<Output = T>, 
[src]

Performs the += operation.

impl<T> SubAssign<Mat4x2<T>> for Mat4x2<T> where
    T: Copy + Num + Sub<Output = T>, 
[src]

Performs the -= operation.

impl<T> MulAssign<Mat4x2<T>> for Mat4x2<T> where
    T: Copy + Num + Mul<Output = T>, 
[src]

Performs the *= operation.

impl<T> DivAssign<Mat4x2<T>> for Mat4x2<T> where
    T: Copy + Num + Div<Output = T>, 
[src]

Performs the /= operation.

impl<T> RemAssign<Mat4x2<T>> for Mat4x2<T> where
    T: Copy + Num + Rem<Output = T>, 
[src]

Performs the %= operation.

impl<T> MulAssign<T> for Mat4x2<T> where
    T: Copy + Num + Mul<Output = T>, 
[src]

Performs the *= operation.

impl<T> DivAssign<T> for Mat4x2<T> where
    T: Copy + Num + Div<Output = T>, 
[src]

Performs the /= operation.

impl<T> RemAssign<T> for Mat4x2<T> where
    T: Copy + Num + Rem<Output = T>, 
[src]

Performs the %= operation.

impl<T> Zero for Mat4x2<T> where
    T: Copy + Num + Zero
[src]

Returns the additive identity element of Self, 0. Read more

Returns true if self is equal to the additive identity.

impl<T> Dot<Vec4<T>> for Mat4x2<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat4x2<T>> for Vec2<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat4x2<T>> for Mat2x2<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat4x2<T>> for Mat2x3<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat4x2<T>> for Mat2x4<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat2x4<T>> for Mat4x2<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat3x4<T>> for Mat4x2<T> where
    T: Copy + Num
[src]

impl<T> Dot<Mat4x4<T>> for Mat4x2<T> where
    T: Copy + Num
[src]

impl Mul<Mat4x2<i8>> for i8
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<u8>> for u8
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<i16>> for i16
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<u16>> for u16
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<i32>> for i32
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<u32>> for u32
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<i64>> for i64
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<u64>> for u64
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<f32>> for f32
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Mat4x2<f64>> for f64
[src]

The resulting type after applying the * operator.

Performs the * operation.

Auto Trait Implementations

impl<T> Send for Mat4x2<T> where
    T: Send

impl<T> Sync for Mat4x2<T> where
    T: Sync