Struct vodk_math::matrix::Matrix4x4 [] [src]

pub struct Matrix4x4<From, To> {
    pub _11: f32,
    pub _21: f32,
    pub _31: f32,
    pub _41: f32,
    pub _12: f32,
    pub _22: f32,
    pub _32: f32,
    pub _42: f32,
    pub _13: f32,
    pub _23: f32,
    pub _33: f32,
    pub _43: f32,
    pub _14: f32,
    pub _24: f32,
    pub _34: f32,
    pub _44: f32,
    // some fields omitted
}

Fields

Methods

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

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

Similar to translate, but the translation is applied before the matrix's existing transformation.

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

Trait Implementations

impl<From: PartialEq, To: PartialEq> PartialEq for Matrix4x4<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<Matrix4x4<Inter, To>> for Matrix4x4<From, Inter>
[src]

The resulting type after applying the * operator

The method for the * operator

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

impl<From, To> Clone for Matrix4x4<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 Matrix4x4<From, To>
[src]

Formats the value using the given formatter.