Function: getNormalizedAspectRatio()
getNormalizedAspectRatio(
aspectRatio):Point2
Normalizes a pair of dimensions into a standardized aspect ratio array.
Parameters
• aspectRatio: Point2
An array containing [width, height].
Returns
A normalized array [w, h] where at least one value is 1.