[−][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 |
Mat3 | A 3x3 matrix with |
Vec2 | A 2-dimensional euclidean vector with |
Vec3 | A 3-dimensional euclidean vector with |
Constants
EPSILON | The epsilon used for comparing f32 values for equality |