Click or drag to resize

VectorD2DCreateNormalized(Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.VectorD2D.CreateNormalized(System.Double,System.Double)"]


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

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Geometry.VectorD2D.CreateNormalized(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Geometry.VectorD2D.CreateNormalized(System.Double,System.Double)"]

Return Value

VectorD2D

[Missing <returns> documentation for "M:Altaxo.Geometry.VectorD2D.CreateNormalized(System.Double,System.Double)"]

See Also