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