Go to the documentation of this file.
   12 #ifndef __UT_HILBERTSEQUENCE_H_INCLUDED__ 
   13 #define __UT_HILBERTSEQUENCE_H_INCLUDED__ 
   25     bool                 getPointFromDistance(
int d, 
int &xp, 
int &yp) 
const;
 
   30     int                  getDistanceFromPoint(
int xp, 
int yp) 
const;
 
   36     bool                 advancePointAlongCurve(
int &xp, 
int &yp) 
const;
 
   63         void             getCoord(
int &
x, 
int &
y) 
const;
 
   76         int              myCoordX, myCoordY;
 
   90 #endif // __UT_HILBERTSEQUENCE_H_INCLUDED__