#include <geom_ext.h>
Inheritance diagram for NLMISC::CLineColor:
Nevrax France
Definition at line 54 of file geom_ext.h.
Public Member Functions | |
CLineColor () | |
Constructor. | |
CLineColor & | operator= (const CLine &line) |
void | project (const CVector &inV, CVector &outV) |
Project a vector on this line. | |
Data Fields | |
CRGBA | Color0 |
CRGBA | Color1 |
CVector | V0 |
CVector | V1 |
|
Constructor.
Definition at line 62 of file geom_ext.h.
00062 {} |
|
Definition at line 64 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 57 of file geom_ext.h. Referenced by NL3D::CDriverUser::drawLine(). |
|
Definition at line 57 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(). |