Click or drag to resize
Vector2F Operators

The Vector2F type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Vector2F, Vector2F)
Sums the components of the passed vectors and returns the resulting vector.
Public operatorStatic memberAddition(Vector2F, Single)
Adds the passed float value to each component of the passed vector.
Public operatorStatic memberDivision
Divides each component of the passed vector by the passed value.
Public operatorStatic memberEquality
Indicates if the two passed vectors are equal.
Public operatorStatic memberInequality
Indicates if the two passed vectors are not equal.
Public operatorStatic memberMultiply(Single, Vector2F)
Multiplies each vector component with the passed float value.
Public operatorStatic memberMultiply(Vector2F, Vector2F)
Multiplies each vector component of the two passed vectors.
Public operatorStatic memberMultiply(Vector2F, Single)
Multiplies each vector component with the passed float value.
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.
Public operatorStatic memberUnaryNegation
Negates each component of the passed vector.
Top
See Also