Module coord::prelude[][src]

Re-exports

pub use super::Vec1;
pub use super::Vec2;
pub use super::Vec3;
pub use super::Vec4;
pub use super::Vec;
pub use super::VecNum;
pub use super::VecInt;
pub use super::VecUnsigned;
pub use super::VecSigned;
pub use super::VecFloat;
pub use super::defaults::*;

Traits

Float

Generic trait for floating point numbers

Integer
Num

The base trait for numeric types, covering 0 and 1 values, comparisons, basic numeric operations, and string conversion.

Signed

Useful functions for signed numbers (i.e. numbers that can be negative).

Unsigned

A trait for values which cannot be negative