aboutsummaryrefslogtreecommitdiff
path: root/include/BH/Math/Ray3f.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH/Math/Ray3f.h')
-rw-r--r--include/BH/Math/Ray3f.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/BH/Math/Ray3f.h b/include/BH/Math/Ray3f.h
index 7baf49d..f7f828a 100644
--- a/include/BH/Math/Ray3f.h
+++ b/include/BH/Math/Ray3f.h
@@ -11,7 +11,6 @@ int BH_Ray3fIntersectPlane(const float start[3],
float out[3]);
-
int BH_Ray3fIntersectTriangle(const float start[3],
const float direction[3],
const float a[3],
@@ -21,7 +20,6 @@ int BH_Ray3fIntersectTriangle(const float start[3],
float out[3]);
-
int BH_Segment3fIntersectPlane(const float start[3],
const float end[3],
const float plane[4],
@@ -29,7 +27,6 @@ int BH_Segment3fIntersectPlane(const float start[3],
float out[3]);
-
int BH_Segment3fIntersectTriangle(const float start[3],
const float end[3],
const float a[3],
@@ -47,7 +44,6 @@ int BH_Ray3fIntersectBox3f(const float aStart[3],
float out[3]);
-
int BH_Segment3fIntersectBox3f(const float aStart[3],
const float aEnd[3],
const float bMin[3],