System.Math.Vectors.TVector3D.operator -
C++
TVector3D __fastcall operator-(const TVector3D& __rhs) { return TVector3D::_op_Subtraction(*this, __rhs); };
TVector3D __fastcall operator-() { return TVector3D::_op_UnaryNegation(*this); };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.Vectors.hpp | System.Math.Vectors | TVector3D |
Description
Embarcadero Technologies does not currently have any additional information.