Computes the difference of two 3D vectors (vector1 minus vector2).
The resulting Vector3 is stored in result.
| result |
the destination for the resulting Vector3. |
| vector1 |
a pointer to the first Vector3. |
| vector2 |
a pointer to the second Vector3. |