74d7f9c717
vector: add {to,from}_euler
2015-07-21 02:56:37 +10:00
7396057508
vector: use TAP in tests
2015-07-21 02:55:11 +10:00
8c3dc295cf
tap: use printf style output messages
2015-07-21 02:53:46 +10:00
a4a93a1a72
matrix: add convenience homogenous point/vec mult
2015-07-21 01:41:48 +10:00
5b8df525a2
vector: add homogenous converter
...
added for symmetry with point classes
2015-07-21 01:41:48 +10:00
6095c755cf
quaternion: add convenience float typedef
2015-07-21 01:39:38 +10:00
0db7872c1b
coord: use almost_equal for equality
2015-07-21 01:39:14 +10:00
d11bdb79b0
coord: add modulus operators
2015-07-21 01:39:01 +10:00
950fed7d81
coord: add constexpr constructors
2015-07-21 01:38:36 +10:00
f451e5555e
format: add trivial printf wrapper
2015-07-21 01:37:45 +10:00
f29e77c795
build: use higher performance debug optimisations
2015-07-14 16:35:28 +10:00
abf88710b4
test: use TAP on more tests
2015-07-13 16:30:54 +10:00
fdc801628b
quaternion: update with more operators
2015-07-13 16:30:54 +10:00
8840bae7b0
rational: update with more operators
2015-07-13 16:30:54 +10:00
33ee3ec11c
version: silence potential use before assign
2015-07-13 16:30:54 +10:00
19544076dd
vector: add vector{2,3,4} convenience typedefs
2015-07-13 16:30:54 +10:00
67891ac175
matrix: add matrix4 typedef
2015-07-13 16:30:54 +10:00
0533e3caaf
maths: add gcd implementation
2015-07-13 16:30:54 +10:00
991558fc7f
build: remove unused options code
2015-07-02 17:25:04 +10:00
536284a56d
cmdopt: add TAP testing
2015-07-02 17:03:56 +10:00
e03d1e57e3
tap: add expect_throw, expect_nothrow
2015-07-02 17:03:36 +10:00
75a1f1e5e7
io: add more write overloads
2015-07-02 16:34:17 +10:00
61c9e40605
n/midpoint: remove reference to useless header
2015-07-01 23:33:49 +10:00
174281ce20
n/rand: add general keyed random facility
2015-07-01 23:33:39 +10:00
6b712e2f57
n/midpoint: extract midpoint displacement funcs
2015-07-01 01:03:34 +10:00
ddf9f0a22a
n/midpoint: add jitter to edge midpoints
2015-07-01 00:15:49 +10:00
1cd87f375e
build: clean genearted uri implementation
2015-06-30 22:24:44 +10:00
c014dd5658
build: disable zlib wrappers
2015-06-30 22:24:44 +10:00
4b79ce2b24
options: disable build and tests
2015-06-30 22:24:44 +10:00
75af292340
cmdopt: transfer test cases from option tests
2015-06-30 22:24:44 +10:00
927bd76dfb
cmdopt: add bytes option implementation
2015-06-30 22:24:44 +10:00
88be946454
cmdopt: add bool value option specialisation
2015-06-30 22:24:44 +10:00
8038e40f62
cmdopt: add value option accessor
2015-06-30 22:24:44 +10:00
35718cbcf7
cmdopt: tighten parser argument constness
2015-06-30 22:24:44 +10:00
fab5891efe
cmdopt: add present option
2015-06-30 22:24:44 +10:00
42fffeea46
cmdopt: add null option
2015-06-30 22:24:44 +10:00
7f8dab5db3
cmdopt: check for required options
2015-06-30 22:24:44 +10:00
a5ae97025c
io: add override specifiers
2015-06-30 22:24:43 +10:00
cd841acc7b
maths: style
2015-06-30 22:24:43 +10:00
99ee6ed04f
j/tree: add override specifiers
2015-06-30 22:24:43 +10:00
c66ce72c2e
m4: bump autocruft
2015-06-30 22:24:43 +10:00
9bfdfa3f12
noise: remove constexpr from most methods
...
temporary measure until debug macros can be made constexpr
2015-06-30 22:24:43 +10:00
1211ee0876
noise-tool: stub midpoint/diamond noise functions
2015-06-30 22:23:57 +10:00
72e7c60c4e
n/turbulence: whitespace
2015-06-30 22:23:32 +10:00
de710c2082
noise-tool: remove unnecessary debug output
2015-06-17 03:10:08 +10:00
eeeb8977ec
noise-tool: correct single octave difference
2015-06-17 03:09:22 +10:00
7b9a01c790
n/fractal: increment fractal pos between octave
...
given summation occurs with only scaling of positions between octaves,
points around the origin are likely to remain self-similar between
octaves. but nudging the point out range of the origin's unit surrounds
we can avoid degenerate highlights.
2015-06-17 03:06:05 +10:00
d9f4f5116c
n/basis: remove superfluous abs
2015-06-17 03:05:31 +10:00
d9d7cd6f5b
noise-tool: allow single octave output
2015-06-15 17:48:49 +10:00
c885e753d2
image: add stride and size queries
2015-06-15 17:48:19 +10:00