Click or drag to resize

PointD2DGetRotatedByDegree(Double, PointD2D) Method

Gets a new point rotated by a specified angle in degrees around a pivot.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD2D GetRotatedByDegree(
	double rotation,
	PointD2D pivot
)

Parameters

rotation  Double
Rotation angle in degrees.
pivot  PointD2D
Pivot point.

Return Value

PointD2D
A new point rotated by the specified angle around the pivot.
See Also