17#ifndef AEONGAMES_PLANE_H
18#define AEONGAMES_PLANE_H
43 DLL
Plane (
float aNormalX,
float aNormalY,
float aNormalZ,
float aDistance );
Header for the 3D vector class.
Axis Aligned Bounding Box class.
DLL const float & GetDistance() const
Get the distance from the origin to the plane.
DLL const Vector3 & GetNormal() const
Get the plane normal vector.
DLL Plane()
Default constructor.
<- This is here just for the literals