Click or drag to resize

Int64LineSegmentGetCosOfAngle Method

Gets the angle between the lines pivot-a and pivot-b

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetCosOfAngle(
	IntPoint pivot,
	IntPoint a,
	IntPoint b
)

Parameters

pivot  IntPoint
The pivot.
a  IntPoint
a.
b  IntPoint
The b.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Geometry.Int64_2D.Int64LineSegment.GetCosOfAngle(ClipperLib.IntPoint,ClipperLib.IntPoint,ClipperLib.IntPoint)"]

See Also