[][src]Trait na::FastDot

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

Required Methods

Implementations on Foreign Types

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

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

impl<T: Real> FastDot<T> for [T; 4]
[src]

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

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

Implementors

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

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

impl<T: Real> FastDot<T> for Vector4<T>
[src]

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

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