-
abs - returns the length of a triple
-
sqr - returns the square of the length of a triple
-
operator+ - vector addition
-
operator- - vector subtraction
-
operator- - negation operator for triples
-
operator* - dot product
-
operator^ - cross product
-
crossz - returns the z component of cross(t1, t2)
-
vadd - vector addition
-
vsub - vector subtraction
-
vcross - cross-product
-
vmult - element multiplication
-
vdiv - element division
-
operator* - scalar multiplication
-
operator* - scalar multiplication
-
operator/ - scalar division
-
normalize - returns a v/abs(v)
-
operator * - matrix multiplication, returning m*t.
-
operator * - matrix multiplication, returning transpose(t)*m.
-
outerProduct - outer product
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.