System.Math.Vectors.TVector._op_Addition

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

C++

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

プロパティ

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

説明

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

関連項目