Click or drag to resize

VectorD2DCreateNormalized(VectorD2D) 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 VectorD2D CreateNormalized(
	VectorD2D pt
)

Parameters

pt  VectorD2D
The vector to normalize.

Return Value

VectorD2D
The normalized vector.
See Also