Click or drag to resize

VectorD3DWithY Method

Returns a new instance with Y 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 VectorD3D WithY(
	double newY
)

Parameters

newY  Double
The new x.

Return Value

VectorD3D
New instance with Y set to the provided value.
See Also