System.Math.Vectors.TVector3D.Rotate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Rotate(const AAxis: TPoint3D; const AAngle: Single): TVector3D; inline; deprecated 'Use TPoint3D.Rotate';

C++

TVector3D __fastcall Rotate _DEPRECATED_ATTRIBUTE1("Use TPoint3D.Rotate") (const TPoint3D &AAxis, const float AAngle);

Properties

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

Description

Warning: Rotate is deprecated. Please use TPoint3D.


Embarcadero Technologies does not currently have any additional information.