Click or drag to resize

PointD2DGetRotatedByRad(Double) Method

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

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

Parameters

phi  Double
Rotation angle in radians.

Return Value

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