Click or drag to resize

ClipperMidPoint(PointD, PointD) Method

Returns the midpoint between two floating-point points.

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

Parameters

pt1  PointD
The first point.
pt2  PointD
The second point.

Return Value

PointD
The midpoint between the points.
See Also