Click or drag to resize

EdgeGetPointBetween Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Edge.GetPointBetween(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double)"]


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

Parameters

p1  PointD2D

[Missing <param name="p1"/> documentation for "M:Altaxo.Geometry.Edge.GetPointBetween(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double)"]

p2  PointD2D

[Missing <param name="p2"/> documentation for "M:Altaxo.Geometry.Edge.GetPointBetween(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double)"]

rel  Double

[Missing <param name="rel"/> documentation for "M:Altaxo.Geometry.Edge.GetPointBetween(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double)"]

Return Value

PointD2D

[Missing <returns> documentation for "M:Altaxo.Geometry.Edge.GetPointBetween(Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double)"]

See Also