Jafar
|
the equation of the line is given in the form i.e. More...
the equation of the line is given in the form i.e.
uX+d = 0 where u : the Unitary Normal Vector of the plane d : the distance to the origine
Definition at line 19 of file line2D.hpp.
#include <line2D.hpp>
Public Member Functions | |
Line2D & | operator= (const Line2D &srcLine) |
void | setLine (Point2D &p1, Point2D &p2) |
void | info () |
void | clear () |
bool | isBaseNormal (int &nType) |
void | setBaseNormal (int nType) |
double | signedDistance (const Point2D &p) const |
signed distance betweed the line and the point2d | |
Public Attributes | |
double | u [2] |
unit normal | |
double | d0 |
distance to the origine (0,0) | |
Point2D | m_p1 |
tow extemities | |
Point2D | m_p2 |
Generated on Wed Oct 15 2014 00:37:42 for Jafar by doxygen 1.7.6.1 |