Saga
Saga Game Engine
Loading...
Searching...
No Matches
line.h
Go to the documentation of this file.
1#pragma once
2
3namespace Saga::Geometry {
16 float detectLineSegmentCollision(const float &alo, const float &ahi, const float &blo, const float &bhi);
17}
float detectLineSegmentCollision(const float &alo, const float &ahi, const float &blo, const float &bhi)
Detect collision (and return minimum translation vector) of two line segments.
Definition: line.cpp:4
Definition: box.cpp:6