gl3n.util
gl3n.util
License
MIT
-
Declaration
enum autois_vector(T);If T is a vector, this evaluates to
true, otherwisefalse. -
Declaration
enum autois_matrix(T);If T is a matrix, this evaluates to
true, otherwisefalse. -
Declaration
enum autois_quaternion(T);If T is a quaternion, this evaluates to
true, otherwisefalse. -
Declaration
enum autois_plane(T);If T is a plane, this evaluates to
true, otherwisefalse.