Click or drag to resize

PointD2DGetRotatedByDegree(Double, PointD2D) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.PointD2D.GetRotatedByDegree(System.Double,Altaxo.Geometry.PointD2D)"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D GetRotatedByDegree(
	double rotation,
	PointD2D pivot
)

Parameters

rotation  Double

[Missing <param name="rotation"/> documentation for "M:Altaxo.Geometry.PointD2D.GetRotatedByDegree(System.Double,Altaxo.Geometry.PointD2D)"]

pivot  PointD2D

[Missing <param name="pivot"/> documentation for "M:Altaxo.Geometry.PointD2D.GetRotatedByDegree(System.Double,Altaxo.Geometry.PointD2D)"]

Return Value

PointD2D

[Missing <returns> documentation for "M:Altaxo.Geometry.PointD2D.GetRotatedByDegree(System.Double,Altaxo.Geometry.PointD2D)"]

See Also