#include <geom_ext.h>
Inheritance diagram for NLMISC::CLineUV:
Nevrax France
Definition at line 80 of file geom_ext.h.
Public Member Functions | |
CLineUV () | |
Constructor. | |
CLineUV & | operator= (const CLine &line) |
void | project (const CVector &inV, CVector &outV) |
Project a vector on this line. | |
Data Fields | |
CUV | Uv0 |
CUV | Uv1 |
CVector | V0 |
CVector | V1 |
|
Constructor.
Definition at line 88 of file geom_ext.h.
00088 {} |
|
Definition at line 90 of file geom_ext.h.
|
|
Project a vector on this line.
Definition at line 34 of file line.cpp. References NLMISC::CVector::sqrnorm().
|
|
Definition at line 83 of file geom_ext.h. Referenced by NL3D::CDriverUser::drawLine(). |
|
Definition at line 83 of file geom_ext.h. Referenced by NL3D::CDriverUser::drawLine(). |
|
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(). |