VectorSubtraction Operator  | 
 [This is preliminary documentation and is subject to change.]
            Subtract 2 vectors from each other, resulting in a new vector
            
 
    Namespace: 
   Infrastructure.Geometry
    Assembly:
   Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntaxpublic static Vector operator -(
	Vector first,
	Vector second
)
Parameters
- first
 - Type: Infrastructure.GeometryVector
A vector - second
 - Type: Infrastructure.GeometryVector
Another vector 
Return Value
Type: 
VectorA new vector which is the result of both vectors subtracted from eachother.
            This vector describes the change in X, Y and Z to go from the end of the second vector to the end of the first vector
See Also