Click or drag to resize

VectorD3DCreateNormalized(Double, Double, Double) Method

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

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

Parameters

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

Return Value

VectorD3D
The normalized vector.
See Also