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 [<0, 0, >0] if the Point P is right, on or left of the line trough A,B | |
Return the midpoint of the line from point A to point B. | |
Return the normal vector of the line from point A to point B. |
Detailed description:
!group=Core/Math! !header=core.h!