System.Math.Vectors.TVector3D.AngleCosine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AngleCosine(const AVector: TVector3D): Single; deprecated 'Use TPoint3D.AngleCosine';

C++

float __fastcall AngleCosine _DEPRECATED_ATTRIBUTE1("Use TPoint3D.AngleCosine") (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: AngleCosine is deprecated. Please use TPoint3D.


Embarcadero Technologies does not currently have any additional information.