#include <line.h>
Inheritance diagram for NLMISC::CLine:

Nevrax France
Definition at line 45 of file line.h.
Public Member Functions | |
| CLine (const CVector &v0, const CVector &v1) | |
| CLine () | |
| default ctor | |
| void | project (const CVector &inV, CVector &outV) |
| Project a vector on this line. | |
Data Fields | |
| CVector | V0 |
| CVector | V1 |
|
|
default ctor
Definition at line 52 of file line.h.
00052 {}
|
|
||||||||||||
|
Definition at line 54 of file line.h.
|
|
||||||||||||
|
Project a vector on this line.
Definition at line 34 of file line.cpp. References NLMISC::CVector::sqrnorm().
|
|
|
Definition at line 48 of file line.h. Referenced by NL3D::CPSLocatedBindable::displayIcon2d(), and NL3D::CDriverUser::drawLine(). |
|
|
Definition at line 48 of file line.h. Referenced by NL3D::CPSLocatedBindable::displayIcon2d(), and NL3D::CDriverUser::drawLine(). |
1.3.6