System.Math.Vectors.TVector.Normalize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Normalize: TVector;

C++

TVector __fastcall Normalize();

Eigenschaften

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

Beschreibung

Gibt die normalisierte Instanz des Vektors Self (Delphi) oder this (C++) zurück.

Siehe auch