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