2D line segment - Float More...
Derived from: | public CL_LineSegment2x< float > |
Derived by: | None |
Group: | Math (Core) |
#include <ClanLib/core.h>
Class Members:
Attributes: | |
Get the midpoint of this line. | |
Return the distance from a point to a line. | |
Return true if two line segments are collinear. (All points are on the same line.) | |
Return true if two line segments intersect. | |
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 normal vector of the line from point A to point B. |
| |
Clip this line to a rectangle. |
| |
== operator. | |
!= operator. |
Detailed description:
A line segment has a start point and an end point