'Declaration Public Operator -( _
ByVal leftЛевый трехмерный вектор.As VintasoftVector3D, _
ByVal rightПравый трехмерный вектор.As VintasoftVector3D _
) As VintasoftVector3D
public VintasoftVector3D operator -(
VintasoftVector3D left,
VintasoftVector3D right
)
public: VintasoftVector3D op_Subtraction(
VintasoftVector3D left,
VintasoftVector3D right
)
public:
VintasoftVector3D operator -(
VintasoftVector3D left,
VintasoftVector3D right
)
Parameters
- left
- Левый трехмерный вектор.
- right
- Правый трехмерный вектор.
Return Value
Результат 3D-вектора.