iomath 0.1.0

iomath is a fast math rust-library.
Documentation
pub mod extended;

pub type Vector2 = FVector2;

pub type FVector2 = extended::F32Vector2;
pub type IVector2 = extended::I32Vector2;
pub type UVector2 = extended::U32Vector2;

// pub type Vector3 = FVector3;

// pub type FVector3 = extended::F32Vector3;
// pub type IVector3 = extended::I32Vector3;
// pub type UVector3 = extended::U32Vector3;

// pub type Vector4 = FVector4;

// pub type FVector4 = extended::F32Vector4;
// pub type IVector4 = extended::I32Vector4;
// pub type UVector4 = extended::U32Vector4;