EdgeGetPointBetween Method |
Gets a point between two points at a relative position.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
PointD2DThe interpolated point.
See Also