PicDef::PathCoord Struct Reference

PathCoord is a 2D point used in the representation of the bounding path in PicDef. More...

#include <Pieces.h>

List of all members.

Public Member Functions

 PathCoord ()
 PathCoord (const NAPathCoord &p)
 PathCoord (int _x, int _y)

Public Attributes

int x
int y


Detailed Description

PathCoord is a 2D point used in the representation of the bounding path in PicDef.


Constructor & Destructor Documentation

PicDef::PathCoord::PathCoord (  )  [inline]

PicDef::PathCoord::PathCoord ( const NAPathCoord p  )  [inline]

PicDef::PathCoord::PathCoord ( int  _x,
int  _y 
) [inline]


Member Data Documentation


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