diff options
Diffstat (limited to 'include/BH/Math/Line.h')
| -rw-r--r-- | include/BH/Math/Line.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/BH/Math/Line.h b/include/BH/Math/Line.h index 401e9be..f1c847c 100644 --- a/include/BH/Math/Line.h +++ b/include/BH/Math/Line.h @@ -9,12 +9,10 @@ int BH_LineFromPoints(const float a[2], float out[3]); - float BH_LineDistance(const float line[3], const float point[2]); - void BH_LineClosestPoint(const float line[3], const float point[2], float out[2]); |
