1
0
forked from josh/j3ml

Make it static

This commit is contained in:
2024-01-15 16:09:44 -05:00
parent fd2289cee3
commit a64f129bf7
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ public:
//Returns the DirectionVector for a given angle.
Vector3 Direction(const Vector3 &rhs) const;
static Vector3 Direction(const Vector3 &rhs) ;
static void Orthonormalize(Vector3& a, Vector3& b, Vector3& c)