PointD2DGetRotatedByDegree(Double, PointD2D) Method |
Gets a new point rotated by a specified angle in degrees around a pivot.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PointD2D GetRotatedByDegree(
double rotation,
PointD2D pivot
)
Parameters
- rotation Double
- Rotation angle in degrees.
- pivot PointD2D
- Pivot point.
Return Value
PointD2DA new point rotated by the specified angle around the pivot.
See Also