class csIntersect2 Some functions to perform various intersection calculations with 2D line segments
| | Lines ( const csVector2& a1, const csVector2& a2, const csVector2& b1, const csVector2& b2, csVector2& isect) Compute the intersection of 2D lines |
| | SegmentLine ( const csVector2& a1, const csVector2& a2, const csVector2& b1, const csVector2& b2, csVector2& isect, float& dist) Compute the intersection of a 2D segment and a line |
| | Segments ( const csVector2& a1, const csVector2& a2, const csVector2& b1, const csVector2& b2, csVector2& isect, float& dist) Compute the intersection of the 2D 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