CdlUtils.Point
This class corresponds to a point in CDL XML "points" attributes
new CdlUtils.Point(x, y)
x
int, the x coord of the point
y
int, the y coord of the point
attribute: x
The x passed in the constructor
attribute: y
The y passed in the constructor