Click or drag to resize

LineD2DWithRotationRadian Method

Creates a new line, which is a rotated version of this line (rotation around a given center point).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LineD2D WithRotationRadian(
	PointD2D center,
	double angleInRadian
)

Parameters

center  PointD2D
The center point of the rotation.
angleInRadian  Double
The angle in radian.

Return Value

LineD2D
Rotated version of this line (rotated by angle around the center point).
See Also