Trait rscolorq::MatrixComponent[][src]

pub trait MatrixComponent {
    fn identity() -> Self;
fn inverse(&self) -> Self; }

A trait for calculating the inverse of a matrix.

Required methods

fn identity() -> Self[src]

Returns the identity of the component.

fn inverse(&self) -> Self[src]

Returns the reciprocal of the component.

Loading content...

Implementations on Foreign Types

impl MatrixComponent for f32[src]

impl MatrixComponent for f64[src]

Loading content...

Implementors

Loading content...