DK11 for Delphi | GisInternals.GisSingleVector | Enums | Fields | Methods | Types
Construct a vector of single type values.
// Delphi function GisSingleVector( const _x : Single; const _y : Single; const _z : Single ) : TGIS_SingleVector;
// C++ Builder extern DELPHI_PACKAGE TGIS_SingleVector* GisSingleVector( const float _x, const float _y, const float _z );
Name | Type | Description |
---|---|---|
_x | Single | X value. |
_y | Single | Y value. |
_z | Single | Z value. |
Type | Description |
---|---|
TGIS_SingleVector | Single type vector. |