Pathfinder
Classes | Namespaces
Plane.h File Reference

This file declares the struct Plane that represents a plane in three-dimensional space. More...

#include <Geometry/Vec3.h>
Include dependency graph for Plane.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Pathfinder::Plane
 This struct models a plane of the form ax + by + cz + d = 0. More...
 

Namespaces

 Pathfinder
 

Detailed Description

This file declares the struct Plane that represents a plane in three-dimensional space.

Author
Jan-Luca Hansel