Point constructor
Point()
Implementation
Point(
this.centerX,
this.centerY,
this.width,
this.height,
this.left,
this.top,
this.right,
this.bottom,
this.scale,
this.angle,
this.index,
);
Point(
this.centerX,
this.centerY,
this.width,
this.height,
this.left,
this.top,
this.right,
this.bottom,
this.scale,
this.angle,
this.index,
);