Detailed Description
Definition at line 36 of file quadturtle.h.
#include <quadturtle.h>
List of all
members.
Constructor & Destructor Documentation
| QuadTurtle |
( |
const Mesh * |
pMesh, |
|
|
unsigned int |
iFaceIndex, |
|
|
unsigned int |
iSide = 0 |
|
) |
|
|
Member Function Documentation
| bool operator== |
( |
const QuadTurtle & |
q |
) |
const [inline] |
| unsigned int CornerIndex |
( |
unsigned int |
iC |
) |
const [inline] |
| Vector CornerPosition |
( |
unsigned int |
iC |
) |
const [inline] |
| unsigned int Adjacency |
( |
unsigned int |
iDirection |
) |
const [inline] |
| bool HasAdjacentQuad |
( |
unsigned int |
iDirection |
) |
const [inline] |
Definition at line 62 of file quadturtle.h.
{ m_iSide = (m_iSide + 1) % 4; return *this; }
Definition at line 63 of file quadturtle.h.
{ m_iSide = (m_iSide + 3) % 4; return *this; }
The documentation for this class was generated from the following
file: