LineD2DWithRotationRadian Method |
Creates a new line, which is a rotated version of this line (rotation around a given center point).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LineD2D WithRotationRadian(
PointD2D center,
double angleInRadian
)
Parameters
- center PointD2D
- The center point of the rotation.
- angleInRadian Double
- The angle in radian.
Return Value
LineD2DRotated version of this line (rotated by angle around the center point).
See Also