Click or drag to resize

LineD3DWithP0 Method

Returns a new line with P0 set to the provided value.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LineD3D WithP0(
	PointD3D p0
)

Parameters

p0  PointD3D
The value for P0.

Return Value

LineD3D
A new line with P0 set to the provided value.
See Also