meld.maths

Copyright Alex Parker 2013-2014

This file contains vec3, mat4 data structures and associated operations.

Members

Functions

deg2rad
float deg2rad(float deg)
Undocumented in source. Be warned that the author may not have intended to support it.
rad2deg
float rad2deg(float radians)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

mat4
struct mat4
Undocumented in source.
vec2
struct vec2
Undocumented in source.
vec3
struct vec3
Undocumented in source.
vec4
struct vec4
Undocumented in source.

Meta