Engine.math

Undocumented in source.

Public Imports

gfm.math.vector
public import gfm.math.vector;
Undocumented in source.
gfm.math.matrix
public import gfm.math.matrix;
Undocumented in source.

Members

Aliases

mat3
alias mat3 = mat3f
Undocumented in source.
mat4
alias mat4 = mat4f
Undocumented in source.
rect
alias rect = Rect!(float)
Undocumented in source.
recti
alias recti = Rect!(int)
Undocumented in source.
vec2
alias vec2 = vec2f
Undocumented in source.
vec3
alias vec3 = vec3f
Undocumented in source.
vec4
alias vec4 = vec4f
Undocumented in source.

Imports

max (from std.algorithm)
public import std.algorithm : min, max;
Undocumented in source.
min (from std.algorithm)
public import std.algorithm : min, max;
Undocumented in source.

Structs

Rect
struct Rect(T)
Undocumented in source.
dirty
struct dirty(T)
Undocumented in source.

Templates

isFuncMutable
template isFuncMutable(T...)
Undocumented in source.

Meta