![]() |
VCG Library
|
Generic Component: Geometric Position of the vertex Templated on the coordinate class. In practice you use one of the two specialized class Coord3f and Coord3d You can access to the coordinate of a vertex by mean of the P(),cP() member functions. More...
#include <component.h>
Inherits T.
Public Member Functions | |
const CoordType & | P () const |
Return a const reference to the coordinate of the vertex. | |
CoordType & | P () |
Return a reference to the coordinate of the vertex. | |
CoordType | cP () const |
Return a const reference to the coordinate of the vertex. | |
Generic Component: Geometric Position of the vertex Templated on the coordinate class. In practice you use one of the two specialized class Coord3f and Coord3d You can access to the coordinate of a vertex by mean of the P(),cP() member functions.
Definition at line 181 of file vertex/component.h.
|
inline |
Return a const reference to the coordinate of the vertex.
Definition at line 190 of file vertex/component.h.
|
inline |
Return a const reference to the coordinate of the vertex.
Definition at line 186 of file vertex/component.h.
|
inline |
Return a reference to the coordinate of the vertex.
Definition at line 188 of file vertex/component.h.