System.Math.Vectors.TPoint3D._op_Subtraction
C++
static TPoint3D __fastcall _op_Subtraction(const TPoint3D &APoint1, const TPoint3D &APoint2);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Math.Vectors.hpp | System.Math.Vectors | TPoint3D |
Description
Calculates the difference between two TPoint3D objects.
The X property of the result is the difference between the X value of the first TPoint3D and the value of X of the second TPoint3D.
The Y property of the result is the difference between the Y value of the first TPoint3D and the value of Y of the second TPoint3D.
The Z property of the result is the difference between the Z value of the first TPoint3D and the value of Z of the second TPoint3D.