Public Types | Public Member Functions | Protected Attributes
vcg::Triangle3< ScalarTriangleType > Class Template Reference

#include <triangle3.h>

List of all members.

Public Types

typedef Box3< ScalarTypeBoxType
 The bounding box type.
typedef Point3< ScalarTypeCoordType
typedef ScalarTriangleType ScalarType

Public Member Functions

const CoordTypecP (const int j) const
const CoordTypecP0 (const int j) const
const CoordTypecP1 (const int j) const
const CoordTypecP2 (const int j) const
CoordTypeP (const int j)
 Shortcut per accedere ai punti delle facce.
const CoordTypeP (const int j) const
CoordTypeP0 (const int j)
const CoordTypeP0 (const int j) const
CoordTypeP1 (const int j)
const CoordTypeP1 (const int j) const
CoordTypeP2 (const int j)
const CoordTypeP2 (const int j) const
 Triangle3 ()
 Triangle3 (const CoordType &c0, const CoordType &c1, const CoordType &c2)
int VN () const

Protected Attributes

Point3< ScalarType_v [3]
 Vector of vertex pointer incident in the face.

Detailed Description

template<class ScalarTriangleType>
class vcg::Triangle3< ScalarTriangleType >

Templated class for storing a generic triangle in a 3D space. Note the relation with the Face class of TriMesh complex, both classes provide the P(i) access functions to their points and therefore they share the algorithms on it (e.g. area, normal etc...)

Definition at line 42 of file triangle3.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:23