| PointMath Class |
Namespace: ToolBoox
The PointMath type exposes the following members.
| Name | Description | |
|---|---|---|
| GetBounds |
Find the bounds of an array of points
| |
| GetBoundsF |
Find the bounds of an array of points (F)
| |
| RotatePoint(PointF, Double) |
Rotate a point by angle
| |
| RotatePoint(PointF, PointF, Double) |
Rotate a point by angle with different origin
| |
| RotatePoints(PointF, Double) |
Rotate an array of points by angle
| |
| RotatePoints(PointF, PointF, Double) |
Rotate an array of points by angle with different origin
|