OpenEnroth 73e68f7
|
#include <Plane.h>
Public Member Functions | |
float | signedDistanceTo (const Vec3f &point) const |
Public Attributes | |
Vec3f | normal |
float | dist = 0.0f |
Friends | |
bool | operator== (const Planef &l, const Planef &r)=default |
|
inline |
point | Point to calculate distance to. |
point
is in the half-space that the normal is pointing to, and this usually is "outside" the model that the face belongs to. float Planef::dist = 0.0f |
Vec3f Planef::normal |