System.Math.Vectors.TVector3D.Reflect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Warning: Reflect is deprecated. Please use TPoint3D.

Returns the reflection of the given 3D vector.

See Also

Code Examples