Face implementation.
More...
Face implementation.
- Author
- Sylvain DOREMUS
- Version
- 0.6.1.0
- Date
- 19/10/2011
◆ Face() [1/3]
C3D_API Castor3D::Face::Face |
( |
uint32_t |
a, |
|
|
uint32_t |
b, |
|
|
uint32_t |
c |
|
) |
| |
Specified constructor.
- Parameters
-
[in] | a,b,c | The three vertices indices |
◆ Face() [2/3]
C3D_API Castor3D::Face::Face |
( |
Face const & |
p_object | ) |
|
Copy constructor.
- Parameters
-
[in] | p_object | The object to copy |
◆ Face() [3/3]
C3D_API Castor3D::Face::Face |
( |
Face && |
p_object | ) |
|
Move constructor.
- Parameters
-
[in] | p_object | The object to move |
◆ ~Face()
C3D_API Castor3D::Face::~Face |
( |
| ) |
|
◆ operator=() [1/2]
C3D_API Face& Castor3D::Face::operator= |
( |
Face const & |
p_object | ) |
|
Copy assignment operator.
- Parameters
-
[in] | p_object | The object to copy |
- Returns
- A reference to this object
◆ operator=() [2/2]
C3D_API Face& Castor3D::Face::operator= |
( |
Face && |
p_object | ) |
|
Move assignment operator.
- Parameters
-
[in] | p_object | The object to move |
- Returns
- A reference to this object
◆ operator[]()
uint32_t Castor3D::Face::operator[] |
( |
uint32_t |
p_index | ) |
const |
|
inline |
Retrieves the vertex index.
- Parameters
-
[in] | p_index | The index of the concerned vertex |
- Returns
- The vertex index
The documentation for this class was generated from the following file:
- Z:/Projets/C++/Castor3D/source/Core/Castor3D/Src/Face.hpp