Click or drag to resize

PointD3DWithZPlus Method

Returns a new instance with Z set to the Z plus the provided value.

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

Parameters

addZ  Double
The value to add to Z.

Return Value

PointD3D
New instance with Z set to the Z plus the provided value.
See Also