Click or drag to resize

PointD2DGetRotatedByRad(Double, PointD2D) Method

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

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

Parameters

phi  Double
Rotation angle in radians.
pivot  PointD2D
Pivot point.

Return Value

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