-
abs
- returns the magnitude of the vector
-
sqr
- returns the squared magnitude of the vector
-
normalize
- returns v/abs(v)
-
vadd
- vector addition
-
vsub
- vector subtraction
-
vmult
- element multiplication
-
vdiv
- element division
-
operator+
- vector addition
-
operator-
- vector subtraction
-
operator-
- vector negation (reverses direction)
-
operator*
- dot product
-
operator^
- cross-product
-
vcross
- cross product
-
operator*
- scalar multiplication
-
operator*
- scalar multiplication
-
operator/
- scalar division
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.