aboutsummaryrefslogtreecommitdiff
path: root/include/BH/Math/Plane.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH/Math/Plane.h')
-rw-r--r--include/BH/Math/Plane.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/BH/Math/Plane.h b/include/BH/Math/Plane.h
index 6d7e1d6..ba4d29e 100644
--- a/include/BH/Math/Plane.h
+++ b/include/BH/Math/Plane.h
@@ -10,12 +10,10 @@ int BH_PlaneFromPoints(const float a[3],
float out[4]);
-
float BH_PlaneDistance(const float plane[4],
const float point[3]);
-
void BH_PlaneClosestPoint(const float plane[4],
const float point[3],
float out[3]);