Struct vodk_math::matrix::Matrix2x2 [] [src]

pub struct Matrix2x2<From, To> {
    pub _11: f32,
    pub _21: f32,
    pub _12: f32,
    pub _22: f32,
    // some fields omitted
}

Fields

Methods

impl<From, To> Matrix2x2<From, To>
[src]

Trait Implementations

impl<From: PartialEq, To: PartialEq> PartialEq for Matrix2x2<From, To>
[src]

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

This method tests for !=.

impl<From, Inter, To> Mul<Matrix2x2<Inter, To>> for Matrix2x2<From, Inter>
[src]

The resulting type after applying the * operator

The method for the * operator

impl<From, To> Copy for Matrix2x2<From, To>
[src]

impl<From, To> Clone for Matrix2x2<From, To>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<From: Unit, To: Unit> Debug for Matrix2x2<From, To>
[src]

Formats the value using the given formatter.