Changes between Version 10 and Version 11 of doc
- Timestamp:
- Jan 24, 2013, 4:59:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc
v10 v11 5 5 == API documentation == 6 6 7 * <lol/base/*> 7 * Base headers 8 * [wiki:doc/lol/base/types.h <lol/base/types.h>] 9 * [wiki:doc/lol/base/log.h <lol/base/log.h>] 8 10 * [wiki:doc/lol/base/assert.h <lol/base/assert.h>] — assertion and test macros 9 * <lol/math/*> 11 * [wiki:doc/lol/base/array.h <lol/base/array.h>] — 12 * [wiki:doc/lol/base/string.h <lol/base/string.h>] 13 * [wiki:doc/lol/base/hash.h <lol/base/hash.h>] 14 * [wiki:doc/lol/base/map.h <lol/base/map.h>] 15 * Maths types and functions 16 * [wiki:doc/lol/math/math.h <lol/math/math.h>] 17 * [wiki:doc/lol/math/half.h <lol/math/half.h>] — half-precision 16-bit floating point numbers 10 18 * [wiki:doc/lol/math/real.h <lol/math/real.h>] — high-precision floating point numbers 19 * [wiki:doc/lol/math/vector.h <lol/math/vector.h>] 20 * [wiki:doc/lol/math/geometry.h <lol/math/geometry.h>] 11 21 * [wiki:doc/lol/math/remez.h <lol/math/remez.h>] — Remez exchange toolbox for high-quality polynomial approximations 12 * <lol/sys/*> 22 * System-specific features 23 * [wiki:doc/lol/sys/init.h <lol/sys/init.h>] — engine initialisation 24 * [wiki:doc/lol/sys/thread.h <lol/sys/thread.h>] — threading and synchronisation 13 25 * [wiki:doc/lol/sys/timer.h <lol/sys/timer.h>] — timer utility class 14 26