System.Math.Vectors.TVector3DType
Delphi
type TVector3DType = array [0..3] of Single;
C++
typedef System::StaticArray<float, 4> TVector3DType;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
array typedef  | 
		public | System.Math.Vectors.pas System.Math.Vectors.hpp  | 
        System.Math.Vectors | System.Math.Vectors | 
Description
Defines a 3D vector that consists of 4 floating-point Single values.