Click or drag to resize

PointD2DGetNormalized Method

Gets a normalized version of this point (length 1).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD2D GetNormalized()

Return Value

PointD2D
A normalized version of this point.
See Also