Click or drag to resize

VectorD3DCreateNormalized(VectorD3D) Method

Creates a normalized version of the given vector.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static VectorD3D CreateNormalized(
	VectorD3D pt
)

Parameters

pt  VectorD3D
The vector to normalize.

Return Value

VectorD3D
The normalized vector.
See Also