A point with x and y coordinates.
new Point()
public function setLocation(x, y:Number):Void
setLocation(x:Number, y:Number)
setLocation(p:Point)
public function distanceSq(tx, ty:Number):Number
distanceSq(x:Number, y:Number)
distanceSq(p:Point)
the distance square from this to p