#include <cmath>#include "Vector3.h"Include dependency graph for VectorMath.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| Vector3 | Cross (Vector3 v1, Vector3 v2) |
| Vector3 | Normalize (Vector3 v1) |
| double | Magnitude (Vector3 v1) |
| Vector3 | FindNormal (Vector3 v1, Vector3 v2, Vector3 v3) |
|
||||||||||||
|
Function to find the cross product of two vectors |
|
||||||||||||||||
|
Returns the normal of a triangle |
|
|
Returns the Magnitude of a vector |
|
|
Normalize a vector |
1.2.18