LineD2DGetPointAtLineFromRelativeValue Method |
Gets the point at this line from a relative value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PointD2D GetPointAtLineFromRelativeValue(
double relativeValue
)
Parameters
- relativeValue Double
- The relative value. If 0, the start point P0 is returned. If 1, the end point P1 is returned.
Return Value
PointD2DThe point at the specified relative value along the line.
See Also