inmath.util

inmath.util

Members

Aliases

TypeTuple
alias TypeTuple = AliasSeq
Undocumented in source.

Enums

isMatrix
eponymoustemplate isMatrix(T)

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

isPlane
eponymoustemplate isPlane(T)

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

isQuaternion
eponymoustemplate isQuaternion(T)

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

isRect
eponymoustemplate isRect(T)

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

isVector
eponymoustemplate isVector(T)

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

Imports

TypeTuple (from std.typetuple)
public import std.typetuple : TypeTuple;
Undocumented in source.

Templates

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

Meta

Authors

David Herberth, Inochi2D Project