This document is archived and information here might be outdated. Recommended version. |
Construct a new vector by subtracting a different vector from this vector.
[Visual Basic .NET] Public Function SubtractVector ( _ ByVal otherVector As IVector _ ) As IVector
[C#] public IVector SubtractVector ( IVector otherVector );
[C++]
HRESULT SubtractVector(
IVector* otherVector
);
[C++] Parameters otherVector
otherVector is a parameter of type IVector*
Returns a newly constructed Vector by subtracting the components of the input vector from the corresponding components of the base vector.