System.Math.Vectors.TPoint3D._op_Subtraction

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

C++

static TPoint3D __fastcall _op_Subtraction(const TPoint3D &APoint1, const TPoint3D &APoint2);

プロパティ

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

説明

2 つの TPoint3D オブジェクトの差分を計算します。

結果の X プロパティは、1 つ目の TPoint3DX 値と、2 つ目の TPoint3DX 値との差分です。

結果の Y プロパティは、1 つ目の TPoint3DY 値と、2 つ目の TPoint3DY 値との差分です。

結果の Z プロパティは、1 つ目の TPoint3DZ 値と、2 つ目の TPoint3DZ 値との差分です。

関連項目