Click or drag to resize
Vector2FSubtraction Operator
Overload List
  NameDescription
Public operatorStatic memberSubtraction(Vector2F, Vector2F)
Subtracts the components of the second passed vector from the first passed.
Public operatorStatic memberSubtraction(Vector2F, Single)
Subtracts the passed float value from each component of the passed vector.
Top
See Also