Cuboid

Undocumented in source.

Constructors

this
this(Point!(DIMS, TYPE) a, Point!(DIMS, TYPE) b)
Undocumented in source.

Members

Aliases

BASE_TYPE
alias BASE_TYPE = TYPE
Undocumented in source.

Functions

contains
bool contains(Cuboid c)
Undocumented in source. Be warned that the author may not have intended to support it.
containsPoint
bool containsPoint(Point!(DIMS, TYPE) p)
Undocumented in source. Be warned that the author may not have intended to support it.
maxGeometry
Cuboid maxGeometry(Cuboid c)
Undocumented in source. Be warned that the author may not have intended to support it.
volume
TYPE volume()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
Point!(DIMS, TYPE) a;
Undocumented in source.
b
Point!(DIMS, TYPE) b;
Undocumented in source.

Meta