diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-06-21 22:22:04 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-06-21 22:22:04 +0300 |
| commit | 6ff689696949aeac13fe7059a30e4fb999c876e0 (patch) | |
| tree | 1c630782fa5a32d4c8f1fd36ef404efd1ca61004 /include/BH/Math/Box2f.h | |
| parent | 6e643403b4ba6232497119e1f0829a7027c36a39 (diff) | |
| download | bhlib-6ff689696949aeac13fe7059a30e4fb999c876e0.tar.gz | |
Remove extra newlines
Diffstat (limited to 'include/BH/Math/Box2f.h')
| -rw-r--r-- | include/BH/Math/Box2f.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/BH/Math/Box2f.h b/include/BH/Math/Box2f.h index e6b9994..3af493e 100644 --- a/include/BH/Math/Box2f.h +++ b/include/BH/Math/Box2f.h @@ -12,7 +12,6 @@ void BH_Box2fUnion(const float aMin[2], float outMax[2]); - int BH_Box2fIntersect(const float aMin[2], const float aMax[2], const float bMin[2], @@ -21,13 +20,11 @@ int BH_Box2fIntersect(const float aMin[2], float outMax[2]); - int BH_Box2fContains(const float aMin[2], const float aMax[2], const float point[2]); - int BH_Box2fEnclose(const float *points, size_t size, float outMin[2], |
