diff3
Subtracts two 3-dimensional vectors from each other.
Signatures
- Paramate.Math3D.diff3( a, b )
Details
The function returns the difference
a - b
of two 3-dimensional vectors.
Parameters
- a
-
First vector of type [<number>, <number>, <number>].
- b
-
Second vector of type [<number>, <number>, <number>].
Return value
A 3-dimensional vector that is the difference of a and b.