Click or drag to resize

Vector2 Operators

The Vector2 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Vector2 addition
Public operatorStatic memberEquality
Vector2 exact equality - see EQ(Vector2, Vector2) for alternative
Public operatorStatic memberInequality
Vector2 exact inequality - see EQ(Vector2, Vector2) for alternative
Public operatorStatic memberMultiply(Double, Vector2)
Scale the X and Y components of Vector2
Public operatorStatic memberMultiply(Single, Vector2)
Scale the X and Y components of Vector2
Public operatorStatic memberMultiply(Vector2, Double)
Scale the X and Y components of Vector2
Public operatorStatic memberMultiply(Vector2, Single)
Scale the X and Y components of Vector2
Public operatorStatic memberSubtraction
Vector2 subtraction
Public operatorStatic memberUnaryNegation
Vector2 unary negation
Top
See Also