FMX.Types3D.TPosition3D.Vector

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Vector: TVector3D read GetVector write SetVector;

C++

__property System::Math::Vectors::TVector3D Vector = {read=GetVector, write=SetVector};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Represents the tagVECTOR3D that describes this 3D position.

Vector is built from the values of X, Y, and Z.

Modifying the value of Vector fires an OnChange event.

See Also