view notes~ @ 4:f4e384b966b9

About half done with Vectors
author Eris Caffee <discordia@eldalin.com>
date Tue, 30 Aug 2011 11:08:12 -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