System.Math.Vectors.TPoint3D.Distance

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Distance(const APoint: TPoint3D): Single;

C++

float __fastcall Distance(const TPoint3D &APoint);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TPoint3D

Description

Calcule la distance entre deux objets TPoint3D.

Cette fonction renvoie une valeur Single.

Voir aussi