Click or drag to resize

EdgeGetPointBetween Method

Gets a point between two points at a relative position.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static PointD2D GetPointBetween(
	PointD2D p1,
	PointD2D p2,
	double rel
)

Parameters

p1  PointD2D
The first point.
p2  PointD2D
The second point.
rel  Double
The relative position between p1 and p2 (0=start, 1=end).

Return Value

PointD2D
The interpolated point.
See Also