Wed, 30 May 2018 22:31:06 +0300 |
Teemu Piippo |
added draw plane feature (doesn't work with circle draw quite right yet)
|
file |
diff |
annotate
|
Sat, 31 Mar 2018 18:41:24 +0300 |
Teemu Piippo |
start rework
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:54:28 +0200 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 20:18:39 +0200 |
Teemu Piippo |
print() is no longer a global function but is tied to HierarchyElement.
|
file |
diff |
annotate
|
Mon, 20 Feb 2017 07:56:21 +0200 |
Teemu Piippo |
Made fixed cameras matrix-based. This simplifies some math.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:23:04 +0200 |
Teemu Piippo |
Moved the identity matrix constant into Matrix's namespace
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:20:16 +0200 |
Teemu Piippo |
Removed the dangerous C-array constructor from the matrix - no need for it anyway since the matrix already is an array of doubles.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:14:05 +0200 |
Teemu Piippo |
Reworked the Matrix interface so that less index math is involved
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:14:28 +0200 |
Teemu Piippo |
Actually, let's call it countof(). Makes more sense.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:01:19 +0200 |
Teemu Piippo |
Replaced uses of 'x.size()' with 'length(x)'
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 13:49:09 +0200 |
Teemu Piippo |
refactor: added the length() function that's like Python's len()
|
file |
diff |
annotate
|
Sun, 08 May 2016 20:54:52 +0300 |
Teemu Piippo |
Moved matrix into new source/header pair in types/
|
file |
diff |
annotate
|