Ogre Procedural  0.3.0 unstable
Procedural Geometry & Textures for Ogre3D
Public Member Functions | Public Attributes | List of all members
Procedural::MultiPath::PathCoordinate Struct Reference

#include <ProceduralPath.h>

Public Member Functions

 PathCoordinate (unsigned int _pathIndex, unsigned int _pointIndex)
 
bool operator< (const PathCoordinate &other) const
 

Public Attributes

unsigned int pathIndex
 
unsigned int pointIndex
 

Constructor & Destructor Documentation

◆ PathCoordinate()

Procedural::MultiPath::PathCoordinate::PathCoordinate ( unsigned int  _pathIndex,
unsigned int  _pointIndex 
)

Member Function Documentation

◆ operator<()

bool Procedural::MultiPath::PathCoordinate::operator< ( const PathCoordinate other) const

References pathIndex, and pointIndex.

Member Data Documentation

◆ pathIndex

unsigned int Procedural::MultiPath::PathCoordinate::pathIndex

Referenced by operator<().

◆ pointIndex

unsigned int Procedural::MultiPath::PathCoordinate::pointIndex

Referenced by operator<().


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