Click or drag to resize

VectorD2DCreateNormalized(Double, Double) Method

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

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

Parameters

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

Return Value

VectorD2D
The normalized vector.
See Also