[][src]Type Definition doem_math::Vector3

type Vector3 = Vector<3>;

Methods

impl Vector3[src]

pub fn cross_product(&self, rhs: &Vector3) -> Self[src]