ClipperMidPoint(Point64, Point64) Method |
Returns the midpoint between two integer points.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Point64 MidPoint(
Point64 pt1,
Point64 pt2
)
Parameters
- pt1 Point64
- The first point.
- pt2 Point64
- The second point.
Return Value
Point64The midpoint between the points.
See Also