real plane::getDistance |
( |
const vector3 & |
rkPoint | ) |
const |
This is a pseudodistance. The sign of the return value is positive if the point is on the positive side of the plane, negative if the point is on the negative side, and zero if the point is on the plane.
- The absolute value of the return value is the true distance only when the plane normal is a unit length vector.
The documentation for this class was generated from the following files:
- /home/mlanner/Development/cpp/projects/voxelTerrain/voxelTerrain/modules/math/source/blub/math/plane.hpp
- /home/mlanner/Development/cpp/projects/voxelTerrain/voxelTerrain/modules/math/source/blub/math/plane.cpp