Name | Description | |
---|---|---|
![]() | GetNearestPoint | Gets the point in the list, which is nearest to the specified point. If the list is empty returns the point itself |
![]() | Rotate | Rotates all points in the list around the specified point. |
![]() | Scale | Scales all points in the list around the specified point. |
![]() | Transform | Transforms all points in the list with the specified transform |
![]() | Translate | Translates all points in the list with the specified x and y offsets. |