$darkmode
VCG Library
Static Public Member Functions | List of all members
vcg::vertex::Normal3d< T > Class Template Reference

Specialized Normal component in double point precision. More...

#include <component.h>

Inheritance diagram for vcg::vertex::Normal3d< T >:
vcg::vertex::Normal< vcg::Point3d, T >

Static Public Member Functions

static void Name (std::vector< std::string > &name)
 
- Static Public Member Functions inherited from vcg::vertex::Normal< vcg::Point3d, T >
static bool HasNormal ()
 
static void Name (std::vector< std::string > &name)
 

Additional Inherited Members

- Public Types inherited from vcg::vertex::Normal< vcg::Point3d, T >
typedef vcg::Point3d NormalType
 
- Public Member Functions inherited from vcg::vertex::Normal< vcg::Point3d, T >
const NormalTypeN () const
 Return a const reference to the normal of the vertex.
 
NormalTypeN ()
 Return a reference to the normal of the vertex.
 
const NormalTypecN () const
 Return a const reference to the normal of the vertex.
 
void ImportData (const RightValueType &rVert)
 

Detailed Description

template<class T>
class vcg::vertex::Normal3d< T >

Specialized Normal component in double point precision.


The documentation for this class was generated from the following file: