Click or drag to resize

LineD3DGetPointAtLineFromRelativeValue Method

Gets the point at this line from a relative value.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD3D GetPointAtLineFromRelativeValue(
	double relValue
)

Parameters

relValue  Double
The relative value. If 0, the start point P0 is returned. If 1, the end point P1 is returned.

Return Value

PointD3D

[Missing <returns> documentation for "M:Altaxo.Geometry.LineD3D.GetPointAtLineFromRelativeValue(System.Double)"]

See Also