System.Math.Vectors.TVector3DType

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

Delphi

type TVector3DType = array [0..3] of Single;

C++

typedef System::StaticArray<float, 4> TVector3DType;

プロパティ

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

説明

4 つの単精度浮動小数点(Single)値で構成される 3D ベクトルを定義します。

関連項目