System.Math.Vectors.TPoint3D.operator Subtraction
Delphi
class operator Subtract(const APoint1, APoint2: TPoint3D): TPoint3D;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.Vectors.pas | System.Math.Vectors | TPoint3D |
説明
2 つの TPoint3D オブジェクトの差分を計算します。
結果の X プロパティは、1 つ目の TPoint3D の X 値と、2 つ目の TPoint3D の X 値との差分です。
結果の Y プロパティは、1 つ目の TPoint3D の Y 値と、2 つ目の TPoint3D の Y 値との差分です。
結果の Z プロパティは、1 つ目の TPoint3D の Z 値と、2 つ目の TPoint3D の Z 値との差分です。