ScaledPoint(point: ScaledPoint)
Copy constructor
ScaledPoint(x: Float = 0F, y: Float = 0F)
This class represents a point on the ZoomEngine content surface.
It is scaled because, unlike AbsolutePoint, it is affected by the current zoom level. If content is zoomed in, the exact same content point will have bigger ScaledPoint coordinates.