Vector Functions
in genMath Library
Main Help Page Function List by Category Alphabetical Function List
genVectorAdd | Add two generic vectors of dimension n |
genVectorAngle | The cosine of the angle between two generic vectors of dimension n |
genVectorCrossProdLen | The length of the resultant vector that is the Cross Product of two generic vectors of dimension n |
genVectorDotProd | Dot Product of two generic vectors of dimension n |
genVectorLength | Length of generic vector of dimension n |
genVectorNegate | Negative of a generic vector of dimension n |
genVectorScale | Multiply a generic vector of dimension n by a scalar |
VectorAdd2d | Add two 2-d vectors |
VectorAdd3d | Add two 3-d vectors |
VectorAngle2d | The cosine of the angle between two 2d vectors |
VectorAngle3d | The cosine of the angle between two 3d vectors |
VectorDotProd2d | Dot Product of two 2-d vectors |
VectorDotProd3d | Dot Product of two 3-d vectors |
VectorLength2d | Length of a 2-d vector |
VectorLength3d | Length of a 3d vector |
VectorNegate2d | Negative of a 2-d vector |
VectorNegate3d | Negative of a 3-d vector |