System.Math.Vectors.TPoint3D.Distance

提供:RAD Studio API Documentation

Delphi

function Distance(const APoint: TPoint3D): Single;

C++

float __fastcall Distance(const TPoint3D &APoint);

プロパティ

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

説明

2 つの TPoint3D オブジェクト間の距離を計算します。

この関数は、Single 値を返します。

関連項目