Click or drag to resize

PointD3DGetNormalized 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 PointD3D GetNormalized()

Return Value

PointD3D
A normalized version of this point.
See Also