System.Math.Vectors.TPoint3D.Normalize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Normalize: TPoint3D;

C++

TPoint3D __fastcall Normalize();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TPoint3D

Beschreibung

Gibt die normalisierte Instanz dieses TPoint3D-Objekts zurück, das vom Schlüsselwort Self (Delphi) bzw. this (C++) angegeben wird.

Siehe auch