• Calculates the lengths of sides in a polygon.

    Parameters

    • pointArray: Point[]

      An array of points representing the polygon.

    Returns number[]

    An array of side lengths.

    Not Exported