summaryrefslogtreecommitdiffstats
path: root/src/Cuboid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-11/+11
|
* Fixed a ToLua warning - operator = not supported.madmaxoft2014-08-031-1/+5
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
|
* Cuboid: added explicit copy assignment operatorarchshift2014-07-211-0/+2
|
* Fixed basic whitespace problems.madmaxoft2014-07-171-2/+2
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Added cCuboid:Assign(OtherCuboid) API function.madmaxoft2014-03-151-0/+1
|
* Unified Vector classesandrew2014-03-111-2/+1
|
* Hardened cCuboid with asserts for its assumptions.madmaxoft2014-03-091-3/+5
|
* Added cCuboid::Engulf().madmaxoft2014-03-091-0/+3
|
* Added more utility functions to cCuboid.madmaxoft2014-02-261-4/+23
| | | | GetVolume(), Expand(), ClampX(), ClampY(), ClampZ()
* Moved source to srcAlexander Harkness2013-11-241-0/+75