Click or drag to resize

VectorD4DWithW Method

Returns a new instance with W 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 VectorD4D WithW(
	double newW
)

Parameters

newW  Double
The new w.

Return Value

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