System.Math.Vectors.TVector3D._op_Addition
C++
static TVector3D __fastcall _op_Addition(const TVector3D &AVector1, const TVector3D &AVector2);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Math.Vectors.hpp | System.Math.Vectors | TVector3D |
説明
指定された 2 つの 3D ベクトルの加算を行います。 AFirstVector3D
パラメータで指定された 3D ベクトルが、ASecondVector3D
パラメータで指定された 3D ベクトルに加算されます。