Crate dotrix_math[][src]

Re-exports

pub use math::slerp;

Modules

math

Structs

Deg

An angle, in degrees.

Rad

An angle, in radians.

Traits

InnerSpace

Vectors that also have a dot (or inner) product.

Rotation3

A three-dimensional rotation.

SquareMatrix

A column-major major matrix where the rows and column vectors are of the same dimensions.

VectorSpace

Vectors that can be added together and multiplied by scalars.

Functions

clamp

A value bounded by a minimum and a maximum

perspective

Create a perspective projection matrix.

Type Definitions

Mat4
Point3
Quat
Vec2
Vec3
Vec4