System.Math.Vectors.TVector3D.Length
Delphi
function Length: Single;
C++
float __fastcall Length();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | TVector3D |
Description
Renvoie la longueur du vecteur 3D Self (Delphi) ou this (C++). La longueur est calculée en tant que racine carrée du vecteur normalisé.