Click or drag to resize

PointD2DGetRotatedByDegree(Double) Method

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

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

Parameters

rotation  Double
Rotation angle in degrees.

Return Value

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