13 #include <Geometry/Vec3.h> 70 const Geometry::Vec3& u,
71 const Geometry::Vec3& v,
72 const Geometry::Vec3& w
This struct models a plane of the form ax + by + cz + d = 0.
Definition: Plane.h:20
Plane(const float &a, const float &b, const float &c, const float &d)
A basic constructor that creates a plane from four parameters.
Definition: Plane.cpp:14
float a
Parameter a of the plane.
Definition: Plane.h:25
float d
Parameter d of the plane.
Definition: Plane.h:43
float b
Parameter b of the plane.
Definition: Plane.h:31
float c
Parameter c of the plane.
Definition: Plane.h:37