'Declaration Public Shared Function Subtract( _
ByVal vector1The vector from which vector2 is subtracted.As VintasoftVector3D, _
ByVal vector2The vector to subtract from vector1.As VintasoftVector3D _
) As VintasoftVector3D
public static VintasoftVector3D Subtract(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)
public: static VintasoftVector3D Subtract(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)
public:
static VintasoftVector3D Subtract(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)
Parameters
- vector1
- The vector from which vector2 is subtracted.
- vector2
- The vector to subtract from vector1.
Return Value
The difference between vector1 and vector2.