2D line - Double More...

#include <line.h>

Inheritance diagram for clan::Line2d:

Public Member Functions

 Line2d ()
 Line2d (const Line2x< double > &copy)
 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 ()
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 > &copy)=default
 = 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

Detailed Description

2D line - Double

Constructor & Destructor Documentation

◆ Line2d() [1/4]

clan::Line2d::Line2d ( )
inline

◆ Line2d() [2/4]

clan::Line2d::Line2d ( const Line2x< double > & copy)
inline

◆ Line2d() [3/4]

clan::Line2d::Line2d ( const Vec2< double > & point_p,
const Vec2< double > & point_q )
inline

◆ Line2d() [4/4]

clan::Line2d::Line2d ( const Vec2< double > & point_p,
double gradient )
inline

The documentation for this class was generated from the following file: