Trait na::FastMul [] [src]

pub trait FastMul<T> {
    type Output;
    fn fast_mul(&self, right: &T) -> Self::Output;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl<T: Real> FastMul<Matrix2<T>> for Matrix2<T>
[src]

[src]

impl<T: Real> FastMul<Vector2<T>> for Matrix2<T>
[src]

[src]

impl<T: Real> FastMul<Matrix3<T>> for Matrix3<T>
[src]

[src]

impl<T: Real> FastMul<Vector3<T>> for Matrix3<T>
[src]

[src]

impl<T: Real> FastMul<Matrix4<T>> for Matrix4<T>
[src]

[src]

impl<T: Real> FastMul<Vector4<T>> for Matrix4<T>
[src]

[src]

Implementors