Remove extra newlines
This commit is contained in:
@@ -11,7 +11,6 @@ int BH_Ray2fIntersectLine(const float start[2],
|
||||
float out[2]);
|
||||
|
||||
|
||||
|
||||
int BH_Ray2fIntersectTime(const float aStart[2],
|
||||
const float aDirection[2],
|
||||
const float bStart[2],
|
||||
@@ -20,7 +19,6 @@ int BH_Ray2fIntersectTime(const float aStart[2],
|
||||
float *time2);
|
||||
|
||||
|
||||
|
||||
int BH_Ray2fIntersectRay(const float aStart[2],
|
||||
const float aDirection[2],
|
||||
const float bStart[2],
|
||||
@@ -29,7 +27,6 @@ int BH_Ray2fIntersectRay(const float aStart[2],
|
||||
float out[2]);
|
||||
|
||||
|
||||
|
||||
int BH_Ray2fIntersectSegment(const float aStart[2],
|
||||
const float aDirection[2],
|
||||
const float bStart[2],
|
||||
@@ -38,7 +35,6 @@ int BH_Ray2fIntersectSegment(const float aStart[2],
|
||||
float out[2]);
|
||||
|
||||
|
||||
|
||||
int BH_Segment2fIntersectLine(const float start[2],
|
||||
const float end[2],
|
||||
const float line[3],
|
||||
@@ -46,7 +42,6 @@ int BH_Segment2fIntersectLine(const float start[2],
|
||||
float out[2]);
|
||||
|
||||
|
||||
|
||||
int BH_Segment2fIntersectSegment(const float aStart[2],
|
||||
const float aEnd[2],
|
||||
const float bStart[2],
|
||||
@@ -55,7 +50,6 @@ int BH_Segment2fIntersectSegment(const float aStart[2],
|
||||
float out[2]);
|
||||
|
||||
|
||||
|
||||
int BH_Ray2fIntersectBox2f(const float aStart[2],
|
||||
const float aDirection[2],
|
||||
const float bMin[2],
|
||||
@@ -64,7 +58,6 @@ int BH_Ray2fIntersectBox2f(const float aStart[2],
|
||||
float out[2]);
|
||||
|
||||
|
||||
|
||||
int BH_Segment2fIntersectBox2f(const float aStart[2],
|
||||
const float aEnd[2],
|
||||
const float bMin[2],
|
||||
|
||||
Reference in New Issue
Block a user