System.Math.Vectors.TVector3D.Reflect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Reflect(const AVector: TVector3D): TVector3D; inline; deprecated 'Use TPoint3D.Reflect';

C++

TVector3D __fastcall Reflect _DEPRECATED_ATTRIBUTE1("Use TPoint3D.Reflect") (const TVector3D &AVector);

Propriétés

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

Description

Avertissement : Reflect est obsolète. Veuillez utiliser TPoint3D.

Renvoie la réflexion du vecteur 3D donné.

Voir aussi