System.Math.Vectors.TMaxtrixArrayBase
Delphi
type TMaxtrixArrayBase = array [0..2] of tagVECTOR;
C++
typedef System::StaticArray<tagVECTOR, 3> TMaxtrixArrayBase;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | System.Math.Vectors |
Description
Describes a matrix as an array of 3 tagVECTOR variables.