Click or drag to resize

Int64LineSegmentGetCosOfAngle Method

Gets the cosine of the angle between the lines pivot-a and pivot-b.

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

Parameters

pivot  Point64
The pivot point.
a  Point64
The first point.
b  Point64
The second point.

Return Value

Double
The cosine of the angle between the two lines.
See Also