VectorD2DCreateNormalized(Double, Double) Method |
Creates a normalized vector from the given x and y components.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static VectorD2D CreateNormalized(
double x,
double y
)
Parameters
- x Double
- The x component.
- y Double
- The y component.
Return Value
VectorD2DThe normalized vector.
See Also