Implement AABB::GetRandomPoint methods

This commit is contained in:
2024-03-21 14:00:31 -04:00
parent dc41dcf520
commit d1529f05b0
4 changed files with 43 additions and 12 deletions

View File

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