Matrix3x2NewRotationRadian Method |
Creates a new rotation matrix that rotates a point around a given center point.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Matrix3x2 NewRotationRadian(
PointD2D center,
double angle
)
Parameters
- center PointD2D
- The center point of the rotation.
- angle Double
- The angle (in radian).
Return Value
Matrix3x2A rotation matrix that rotates a point around a given center point.
See Also