view notes~ @ 22:b3e035767eb0

WIP - Conversion to new test suite started, but not yet complete.
author Eris Caffee <discordia@eldalin.com>
date Thu, 11 Jun 2015 08:18:59 -0500
parents
children
line source
1 --------------------------------------------------------------------------------
2 Vectors
4 Operations to support
6 norm
7 dot
8 cross
9 normalize
10 vector addition
11 scalar multiplication
12 triple product i.e. dot(u, cross(v, w)) Is this really that common?
14 Class with operator overloading?
16 --------------------------------------------------------------------------------
17 Matrices
19 det
20 transpose
21 inverse
22 add
23 matrix multiplication
24 vector multiplication
25 scalar multiplication
27 --------------------------------------------------------------------------------
28 Quaternions