System.Math.Vectors.TPoint3D.Offset

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Offset(const ADelta: TPoint3D); overload; inline;
procedure Offset(const ADeltaX, ADeltaY, ADeltaZ: Single); overload; inline;

C++

void __fastcall Offset(const TPoint3D &ADelta)/* overload */;
void __fastcall Offset(const float ADeltaX, const float ADeltaY, const float ADeltaZ)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TPoint3D

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.