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