RectangularNormalize Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public UnitRectangular Normalize()
Public Function Normalize As UnitRectangular
public:
UnitRectangular Normalize()
member Normalize : unit -> UnitRectangular
Return Value
Type:
UnitRectangularThe resulting set of
UnitRectangular coordinates.
Exceptions Remarks
The normalization of the rectilinear coordinate pair is accomplished in the usual way.
It should be noted that this does not guarantee a result whose magnitude will be 1.0 in cases where an individual component underflows upon squaring.
See Also