Click or drag to resize

VectorD4DCreateNormalized(Double, Double, Double, Double) Method

Creates a normalized vector from the given x, y, z, and w components.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static VectorD4D CreateNormalized(
	double x,
	double y,
	double z,
	double w
)

Parameters

x  Double
The x component.
y  Double
The y component.
z  Double
The z component.
w  Double
The w component.

Return Value

VectorD4D
The normalized vector.
See Also