System.Math.Vectors.TMatrix3DType

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

Delphi

TMatrix3DType = array [0..3] of TVector3D;

C++

typedef TVector3D TMatrix3DType[3];

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

説明

4 つの 3D ベクトルで構成される 3D 行列を定義します。

関連項目