AtlasOldMesher::Vert Struct Reference#include <atlasOldMesher.h>
List of all members.
Detailed Description
Represents a vertex in our mesh.
Constructor & Destructor Documentation
AtlasOldMesher::Vert::Vert |
( |
|
) |
[inline] |
Default constructor. Init garbage data.
AtlasOldMesher::Vert::Vert |
( |
S16 |
aX, |
|
|
S16 |
aY | |
|
) |
| | [inline] |
Initialize a vert on the heightfield.
AtlasOldMesher::Vert::Vert |
( |
S16 |
aX, |
|
|
S16 |
aY, |
|
|
S16 |
aZ | |
|
) |
| | [inline] |
Initialize a special vert, which isn't on the heightfield.
Member Function Documentation
const bool AtlasOldMesher::Vert::isEqual |
( |
const Point2I |
testPos |
) |
const [inline] |
const bool AtlasOldMesher::Vert::isSpecialEqual |
( |
const Point2I |
testPos, |
|
|
S16 |
testZ | |
|
) |
| | const [inline] |
Member Data Documentation
|