![]() |
VCG Library
|
Generic Component: Normal of the vertex More...
#include <component.h>
Inherits T.
Public Member Functions | |
const NormalType & | N () const |
Return a const reference to the normal of the vertex. | |
NormalType & | N () |
Return a reference to the normal of the vertex. | |
NormalType | cN () const |
Return a const reference to the normal of the vertex. | |
Generic Component: Normal of the vertex
Templated on the Point3 class used to store the normal. In practice you use one of the two specialized class Normal3f and Normal3d.
You can access to the normal of a vertex by mean of the N(),cN() member functions.
Definition at line 221 of file vertex/component.h.
|
inline |
Return a const reference to the normal of the vertex.
Definition at line 229 of file vertex/component.h.
|
inline |
Return a const reference to the normal of the vertex.
Definition at line 225 of file vertex/component.h.
|
inline |
Return a reference to the normal of the vertex.
Definition at line 227 of file vertex/component.h.