#include <component.h>
Public Types | |
typedef ::vcg::Point3< A > | NormalType |
Public Member Functions | |
const NormalType | cN (const int &i) const |
NormalType | N (const int &i) |
Static Public Member Functions | |
static bool | HasFaceNormalOcc () |
static bool | HasFaceNormals () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
NormalType | _facenormals [4] |
Definition at line 127 of file tetrahedron/component.h.
typedef ::vcg::Point3<A> vcg::tetra::FaceNormal< A, T >::NormalType |
Definition at line 129 of file tetrahedron/component.h.
const NormalType vcg::tetra::FaceNormal< A, T >::cN | ( | const int & | i | ) | const [inline] |
Definition at line 132 of file tetrahedron/component.h.
static bool vcg::tetra::FaceNormal< A, T >::HasFaceNormalOcc | ( | ) | [inline, static] |
Definition at line 134 of file tetrahedron/component.h.
static bool vcg::tetra::FaceNormal< A, T >::HasFaceNormals | ( | ) | [inline, static] |
Definition at line 133 of file tetrahedron/component.h.
NormalType vcg::tetra::FaceNormal< A, T >::N | ( | const int & | i | ) | [inline] |
Definition at line 131 of file tetrahedron/component.h.
static void vcg::tetra::FaceNormal< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::tetra::FaceNormal3f< T >, and vcg::tetra::FaceNormal3d< T >.
Definition at line 135 of file tetrahedron/component.h.
NormalType vcg::tetra::FaceNormal< A, T >::_facenormals[4] [private] |
Definition at line 138 of file tetrahedron/component.h.