Subtract a vector from this one.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Vector Subtract(
	Vector vector
)
Public Function Subtract ( 
	vector As Vector
) As Vector
public:
Vector^ Subtract(
	Vector^ vector
)
member Subtract : 
        vector : Vector -> Vector 
Parameters
- vector
- Type: AGI.Foundation.GeometryVector
 The vector to subtract.
Return Value
Type: 
VectorA new vector representing the difference of the two vectors.
 See Also
See Also