Home | All Classes | Grouped Classes | Index | Search
Math operations on 2D lines. More...
Derived from:
none
Derived by:
none
Group: Core (Math)
#include <ClanLib/core.h>
Return the distance from a point to a line. | |
Return true if two line segments intersect. | |
Return true if two line segments are collinear. (All points are on the same line.) | |
Return the intersection point of two lines. | |
Return true if the point is on the right side of the line, as seen from x1, y1. | |
Return the midpoint of the line from point A to point B. |
Detailed description:
!group=Core/Math! !header=core.h!