Vector2.Subtract Method (Vector2, Vector2, Vector2)
Subtracts a vector from a vector.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public static void Subtract ( ref Vector2 value1, ref Vector2 value2, out Vector2 result )
Parameters
- value1
- Type: Vector2
Source vector. - value2
- Type: Vector2
Source vector. - result
- Type: Vector2
[OutAttribute] The result of the subtraction.