System.Math.Vectors.TVector3DArray
Delphi
type TVector3DArray = array [0..2] of TVector3D;
C++
typedef TVector3D TVector3DArray[3];
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | System.Math.Vectors |
Description
Array of 3D vectors.
TVector3DArray keeps 3 TVector3D variables.