FMX.Types3D.TPosition3D.SetVectorNoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVectorNoChange(const P: TVector3D);

C++

void __fastcall SetVectorNoChange(const System::Math::Vectors::TVector3D &P);

Properties

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

Description

Sets this 3D position to the components of a tagVECTOR3D, without firing an OnChange event.

SetVectorNoChange sets the X, Y, and Z properties of this 3D position to the components of P, without firing an OnChange event.

See Also