Struct xmath::Matrix [] [src]

pub struct Matrix { /* fields omitted */ }

Methods

impl Matrix
[src]

aspect: Width / Height

Trait Implementations

impl PartialEq for Matrix
[src]

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

This method tests for !=.

impl Clone for Matrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Matrix
[src]

Formats the value using the given formatter.

impl Mul for Matrix
[src]

The resulting type after applying the * operator

The method for the * operator

impl<'a> Mul<Matrix> for &'a Matrix
[src]

The resulting type after applying the * operator

The method for the * operator

impl<'a> Mul<&'a Matrix> for Matrix
[src]

The resulting type after applying the * operator

The method for the * operator

impl<'a, 'b> Mul<&'a Matrix> for &'b Matrix
[src]

The resulting type after applying the * operator

The method for the * operator

impl Index<usize> for Matrix
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl Into<[[f32; 4]; 4]> for Matrix
[src]

glium_text support

Performs the conversion.