Remove extra newlines
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user