inmath.aabb

inmath.aabb

Members

Aliases

AABB
alias AABB = AABB3
Undocumented in source.
AABB2
alias AABB2 = AABBT!(float, 2)
Undocumented in source.
AABB3
alias AABB3 = AABBT!(float, 3)
Undocumented in source.

Structs

AABBT
struct AABBT(type, uint dimension_ = 3)

Base template for all AABB-types.

Meta

Authors

David Herberth, Inochi2D Project