Click or drag to resize

PointD2DGetRotatedByRad(Double, PointD2D) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.PointD2D.GetRotatedByRad(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 GetRotatedByRad(
	double phi,
	PointD2D pivot
)

Parameters

phi  Double

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

pivot  PointD2D

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

Return Value

PointD2D

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

See Also