System.Math.Vectors.TVector3D.Length

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Length: Single;

C++

float __fastcall Length();

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector3D

説明

Self (Delphi) または this (C++) 3D ベクトルの、長さを返します。 この長さは、正規化されたベクトルの平方根として計算されます。

関連項目