Int64LineSegmentGetCosOfAngle Method |
Gets the cosine of the angle between the lines pivot-a and pivot-b.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleThe cosine of the angle between the two lines.
See Also