Merge branch 'MathStuff' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-MathStuff

This commit is contained in:
Wojtek Figat
2021-04-29 10:14:31 +02:00
2 changed files with 6 additions and 4 deletions

View File

@@ -912,6 +912,7 @@ public:
/// <param name="v2">The third triangle vertex.</param>
/// <returns>The triangle area.</returns>
static float TriangleArea(const Vector3& v0, const Vector3& v1, const Vector3& v2);
};
inline Vector3 operator+(float a, const Vector3& b)