diff options
Diffstat (limited to 'src/Math/Ray2f.c')
| -rw-r--r-- | src/Math/Ray2f.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Math/Ray2f.c b/src/Math/Ray2f.c index ea2572b..7e217ea 100644 --- a/src/Math/Ray2f.c +++ b/src/Math/Ray2f.c @@ -155,6 +155,7 @@ int BH_Segment2fIntersectSegment(const float *aStart, return BH_OK; } + int BH_Ray2fIntersectBox2f(const float *aStart, const float *aDirection, const float *bMin, |
