System.Math.Vectors.TMaxtrixArrayBase
Delphi
type TMaxtrixArrayBase = array [0..2] of tagVECTOR;
C++
typedef System::StaticArray<tagVECTOR, 3> TMaxtrixArrayBase;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
array typedef  | 
		public | System.Math.Vectors.pas System.Math.Vectors.hpp  | 
        System.Math.Vectors | System.Math.Vectors | 
説明
行列を 3 つの tagVECTOR 型変数の配列として記述したものです。