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