Cleanup some code

This commit is contained in:
Wojtek Figat
2021-06-10 16:59:59 +02:00
parent 90d9f83f8c
commit 14bc9501c7
11 changed files with 114 additions and 439 deletions

View File

@@ -550,8 +550,6 @@ public:
static ContainmentType FrustumContainsBox(const BoundingFrustum& frustum, const BoundingBox& box);
static void GetBoxToPlanePVertexNVertex(const BoundingBox& box, const Vector3& planeNormal, Vector3& p, Vector3& n);
/// <summary>
/// Determines whether a line intersects with the other line.
/// </summary>