aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/vector.lua
Commit message (Expand)AuthorAge
* Vector functions: Fix vector.direction() function, improve documentation (#6801)Paramat2017-12-21
* Vector: Add vector.sort(a, b): return box edgesAuke Kok2017-01-23
* Builtin: Add vector.floor helper functionrubenwardy2016-10-17
* Add Lua helper functions vector.apply(v) math.sign(x, tolerance)SmallJoker2014-12-06
* Remove vector assertionsShadowNinja2014-07-19
* Organize builtin into subdirectoriesShadowNinja2014-05-07
an class="hl com">with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MT_CPP11_HEADER #define MT_CPP11_HEADER #if __cplusplus < 201103L || _MSC_VER < 1600 #define USE_CPP11_FAKE_KEYWORD #endif #ifdef USE_CPP11_FAKE_KEYWORD #define constexpr const #define nullptr NULL #endif #endif