zmath

Undocumented in source.

Modules

aux
module zmath.aux

Some auxiliar math funtions

math3d
module zmath.math3d

Usefull functions to work in 3d math

matrix
module zmath.matrix

Defines a squared Matrix with column-major ordering from 2x2 to 4x4 size

quaternion
module zmath.quaternion

A Quaternion it's used to store a space orientation / rotation, and makes easy to interpolate rotations, at same time that avoid grimbal locks that have using Euler angles

vector
module zmath.vector

Defines a Vector of float point typefrom 2 to 4 dimension

Public Imports

zmath.aux
public import zmath.aux, zmath.vector, zmath.matrix, zmath.quaternion, zmath.math3d;
Undocumented in source.
zmath.vector
public import zmath.aux, zmath.vector, zmath.matrix, zmath.quaternion, zmath.math3d;
Undocumented in source.
zmath.matrix
public import zmath.aux, zmath.vector, zmath.matrix, zmath.quaternion, zmath.math3d;
Undocumented in source.
zmath.quaternion
public import zmath.aux, zmath.vector, zmath.matrix, zmath.quaternion, zmath.math3d;
Undocumented in source.
zmath.math3d
public import zmath.aux, zmath.vector, zmath.matrix, zmath.quaternion, zmath.math3d;
Undocumented in source.

Meta