Struct vodk_math::matrix::Matrix3x3 [] [src]

pub struct Matrix3x3<From, To> {
    pub _11: f32,
    pub _21: f32,
    pub _31: f32,
    pub _12: f32,
    pub _22: f32,
    pub _32: f32,
    pub _13: f32,
    pub _23: f32,
    pub _33: f32,
    // some fields omitted
}

Fields

Methods

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

Trait Implementations

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

The resulting type after applying the * operator

The method for the * operator

impl<From, To> Mul<Vector3D<From>> for Matrix3x3<From, To>
[src]

The resulting type after applying the * operator

The method for the * operator

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

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

Formats the value using the given formatter.