Click or drag to resize

Matrix3x2NewRotationDegrees Method

Creates a new rotation matrix that rotates a point 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 static Matrix3x2 NewRotationDegrees(
	PointD2D center,
	double angle
)

Parameters

center  PointD2D
The center point of the rotation.
angle  Double
The angle (in degrees).

Return Value

Matrix3x2
A rotation matrix that rotates a point around a given center point.
See Also