[][src]Trait na::FastDot

pub trait FastDot<T> {
    fn fast_dot(&self, right: &Self) -> T;
}

Required methods

fn fast_dot(&self, right: &Self) -> T

Loading content...

Implementations on Foreign Types

impl<T: RealField> FastDot<T> for [T; 2][src]

impl<T: RealField> FastDot<T> for [T; 3][src]

impl FastDot<f32> for [f32; 4][src]

impl<T: RealField> FastDot<T> for [T; 5][src]

impl<T: RealField> FastDot<T> for [T; 6][src]

Loading content...

Implementors

impl FastDot<f32> for Vector4<f32>[src]

impl FastDot<f64> for Vector4<f64>[src]

impl<S: Storage<f32, U1, U4>> FastDot<f32> for Matrix<f32, U1, U4, S>[src]

impl<T: RealField> FastDot<T> for Vector2<T>[src]

impl<T: RealField> FastDot<T> for Vector3<T>[src]

impl<T: RealField> FastDot<T> for Vector5<T>[src]

impl<T: RealField> FastDot<T> for Vector6<T>[src]

Loading content...