2D line - Double More...
#include <line.h>
 Inheritance diagram for clan::Line2d:
 Inheritance diagram for clan::Line2d:| Public Member Functions | |
| Line2d () | |
| Line2d (const Line2x< double > ©) | |
| Line2d (const Vec2< double > &point_p, const Vec2< double > &point_q) | |
| Line2d (const Vec2< double > &point_p, double gradient) | |
|  Public Member Functions inherited from clan::Line2x< double > | |
| Line2x () | |
| Line2x (const Line2x< double > ©) | |
| Line2x (const Vec2< double > &point_p, const Vec2< double > &point_q) | |
| Line2x (const Vec2< double > &point_p, double gradient) | |
| Vec2< double > | get_intersection (const Line2x< double > &second, bool &intersect) const | 
| Return the intersection of this and other line. | |
| bool | operator!= (const Line2x< double > &line) const | 
| != operator. | |
| Line2x< double > & | operator= (const Line2x< double > ©) | 
| = operator. | |
| bool | operator== (const Line2x< double > &line) const | 
| == operator. | |
| double | point_right_of_line (Vec2< double > point) const | 
| Return [<0, 0, >0] if the Point P is right, on or left of the line trough A,B. | |
| Additional Inherited Members | |
|  Public Attributes inherited from clan::Line2x< double > | |
| Vec2< double > | p | 
| First point on the line. | |
| Vec2< double > | q | 
2D line - Double
| 
 | inline | 
| 
 | inline | 
| 
 | inline |