System.Math.Vectors.TPoint3D.operator Subtraction

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

Delphi

class operator Add(const APoint1, APoint2: TPoint3D): TPoint3D;
class operator Subtract(const APoint1, APoint2: TPoint3D): TPoint3D;

プロパティ

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

説明

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

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

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

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

関連項目