Saga
Saga Game Engine
Loading...
Searching...
No Matches
line.cpp File Reference
#include "line.h"
Include dependency graph for line.cpp:

Namespaces

namespace  Saga
 
namespace  Saga::Geometry
 

Functions

float Saga::Geometry::detectLineSegmentCollision (const float &alo, const float &ahi, const float &blo, const float &bhi)
 Detect collision (and return minimum translation vector) of two line segments.