gl3n.util

gl3n.util

Members

Templates

TupleRange
template TupleRange(int from, int to)
Undocumented in source.
is_matrix
template is_matrix(T)

If T is a matrix, this evaluates to true, otherwise false.

is_plane
template is_plane(T)

If T is a plane, this evaluates to true, otherwise false.

is_quaternion
template is_quaternion(T)

If T is a quaternion, this evaluates to true, otherwise false.

is_vector
template is_vector(T)

If T is a vector, this evaluates to true, otherwise false.

Meta

Authors

David Herberth