Function findTopLeftMostPoint

  • Finds the top left most point of a given polyogon

    Parameters

    • points: Vec2[]

      List of points that make up the polygon

    Returns Point

    Returns the top left most point of the polygon

Generated using TypeDoc