InternalClipperCrossProduct Method |
Calculates the cross product of three points.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double CrossProduct(
Point64 pt1,
Point64 pt2,
Point64 pt3
)
Parameters
- pt1 Point64
- The first point.
- pt2 Point64
- The second point.
- pt3 Point64
- The third point.
Return Value
DoubleThe cross product value.
See Also