Show: Delphi C++
Display Preferences

FMX.Types3D.SetVector3D

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure SetVector3D(var V: TVector3D; const X, Y, Z: Single; const W: Single = 1.0);

C++

extern PACKAGE void __fastcall SetVector3D(TVector3D &V, const float X, const float Y, const float Z, const float W = 1.000000E+00);

Properties

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

Description

Assigns the given 3D space coordinates to the X, Y, and Z coordinates of the given 3D vector.

If you do not specify the W coordinate, the default implicit value is 1.

See Also

Personal tools
Previous Versions
Translations