AtlasOldMesher::Vert Struct Reference

#include <atlasOldMesher.h>

List of all members.


Detailed Description

Represents a vertex in our mesh.


Public Member Functions

 Vert ()
 Default constructor. Init garbage data.
 Vert (S16 aX, S16 aY)
 Initialize a vert on the heightfield.
 Vert (S16 aX, S16 aY, S16 aZ)
 Initialize a special vert, which isn't on the heightfield.
const bool isEqual (const Point2I testPos) const
const bool isSpecialEqual (const Point2I testPos, S16 testZ) const

Public Attributes

Point2I pos
S16 z
bool special


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