System.Math.Vectors.TVector._op_Subtraction

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

C++

static TVector __fastcall _op_Subtraction(const TVector &AVector1, const TVector &AVector2);

プロパティ

種類 可視性 ソース ユニット
function public System.Math.Vectors.hpp System.Math.Vectors TVector

説明

指定された 2 つのベクトルの減算を行います。ASecondVector パラメータで指定されたベクトルから、AFirstVector パラメータで指定されたベクトルが減算されます。

関連項目