System.Math.Vectors.TMatrix3DTypeBase

提供: RAD Studio API Documentation
移動先: 案内検索

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 型変数の配列として記述したものです。


関連項目