sum3
Adds two 3-dimensional vectors.
Signatures
- Paramate.Math3D.sum3( a, b )
Details
The function returns the sum of two 3-dimensional vectors:
a + b
.
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 sum of a and b.