[][src]Module rask_engine::math

This module provides basic mathematical types and functions used in the game. This includes 2- and 3-dimensional vectors as well as 2x2 and 3x3 matrices together with useful operations on those types.

Modules

mat2
mat3
vec2
vec3

Structs

Mat2

A 2x2 matrix with f32 elements.

Mat3

A 3x3 matrix with f32 elements.

Vec2

A 2-dimensional euclidean vector with f32 elements.

Vec3

A 3-dimensional euclidean vector with f32 elements.

Constants

EPSILON

The epsilon used for comparing f32 values for equality