summaryrefslogtreecommitdiffstats
path: root/src/Cuboid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a basic PalettedBlockArea implementation (#4377)Mattes D2019-08-281-0/+22
|
* Added more clamping operations to cCuboid.Mattes D2019-08-101-0/+8
|
* Removed coord-based API from cCuboid. (#4362)Mattes D2019-08-091-19/+20
|
* Add TOLUA_EXPOSITION for readabilitypeterbell102017-08-281-1/+1
|
* cCuboid: restore default copy construct and assign.peterbell102017-08-281-7/+4
|
* Repair the removed constructor of cCuboid `cCuboid(otherCuboid)` (#3966)Bastien ADAM2017-08-281-0/+7
| | | | | | | | * Repair the removed constructor of cCuboid `cCuboid(const cCuboid & a_Cuboid) : p1(a_Cuboid.p1), p2(a_Cuboid.p2) {}` * Update Cuboid.cpp * Update Cuboid.h
* Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-10/+8
|
* Shortened DoIntervalsIntersect to two comparisons, made inline. (#3883)Lane Kolbly2017-08-131-1/+23
| | | | | | | | | | | | | | * Shortened DoIntervalsIntersect to two comparisons, made inline. * Applied DeMorgan's * a_Max1 => a_Max2 * Moved DoIntervalsIntersect definition into header file. * Moved DoesIntersect into header. * Unindented line
* Remove double includes part 2 (#3890)peterbell102017-08-031-2/+0
|
* 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