#include "VectorMath.h"Include dependency graph for VectorMath.cpp:
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