Module zoom::vector [] [src]

Contains primitive objects and traits for performing vector geometry

Reexports

pub use self::cartesian1::*;
pub use self::cartesian2::*;
pub use self::cartesian3::*;
pub use self::space::*;

Modules

cartesian1
cartesian2
cartesian3
space

Traits

CrossVector

CrossVector is a Vector that has dimensions such that the cross product can be computed.

Vector

Trait that implements all the functions necessary for any n-dimensional vector