centerOfObjectInArea

Determine the center point of an object in an area, given a position.


fun centerOfObjectInArea(area: Dimension, normalizedX: Double, normalizedY: Double): Point

Determine the center point of an object in an area, given a normalizedX and normalizedY.