Overload List

  NameDescription
Public operatorStatic memberSubtraction(Double, Vector2D)
value - vector, subtracts all vector components from a value
Public operatorStatic memberSubtraction(Vector2D, Double)
vector - value, subtracts a value from all vector components
Public operatorStatic memberSubtraction(Vector2D, Vector2D)
vector - vector, subtracts the components of v2 from the components of v1

See Also