Click or drag to resize

Vector2Multiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Single, Vector2)
Multiplies the components Vector2 by the given scalar and stores them in a new Vector2.
Public operatorStatic memberMultiply(Vector2, Vector2)
Multiplies the components Vector2 by the components of the right Vector2 and stores them in a new Vector2.
Public operatorStatic memberMultiply(Vector2, Single)
Multiplies the components Vector2 by the given scalar and stores them in a new Vector2.
Top
See Also