Click or drag to resize

ClipperMidPoint(Point64, Point64) Method

Returns the midpoint between two integer points.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Point64 MidPoint(
	Point64 pt1,
	Point64 pt2
)

Parameters

pt1  Point64
The first point.
pt2  Point64
The second point.

Return Value

Point64
The midpoint between the points.
See Also