Renderer/DebugDrawer: Add support for Frustum

This commit is contained in:
SirLynix
2022-11-20 15:43:31 +01:00
committed by Jérôme Leclercq
parent f572d229d9
commit a5d4b8f28d
6 changed files with 72 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ namespace Nz
bool operator==(const Plane& plane) const;
bool operator!=(const Plane& plane) const;
static Vector3<T> Intersect(const Plane& p0, const Plane& p1, const Plane& p2);
static Plane Lerp(const Plane& from, const Plane& to, T interpolation);
static Plane XY();
static Plane XZ();