System.Math.Vectors.TPoint3D.Normalize
Delphi
function Normalize: TPoint3D;
C++
TPoint3D __fastcall Normalize(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Math.Vectors.pas System.Math.Vectors.hpp | System.Math.Vectors | TPoint3D | 
Description
Returns the normalized instance of this TPoint3D object, indicated by the Self keyword in Delphi (this in C++).