2D line - Double
More...
#include <line.h>
Vec2<double > clan::Line2x< double >::get_intersection |
( |
const Line2x< double > & |
second, |
|
|
bool & |
intersect |
|
) |
| const |
|
inherited |
Return the intersection of this and other line.
- Parameters
-
second | = The second line to use |
intersect | = On Return: true if the lines intersect, false if the lines are parallel |
- Returns
- The point
double clan::Line2x< double >::point_right_of_line |
( |
Vec2< double > |
point | ) |
const |
|
inlineinherited |
Return [<0, 0, >0] if the Point P is right, on or left of the line trough A,B.
- Parameters
-
- Returns
- Value representing - left (>0), centre (=0), or right (<0)
The documentation for this class was generated from the following file: