class csIntersect2 Some functions to perform various intersection calculations with 2D line segments
Some functions to perform various intersection calculations with 2D line segments. This is a static class and contains only static member functions.
static bool SegmentLine( const csVector2& a1, const csVector2& a2, const csVector2& b1, const csVector2& b2, csVector2& isect, float& dist)
static bool Lines( const csVector2& a1, const csVector2& a2, const csVector2& b1, const csVector2& b2, csVector2& isect)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de