Click or drag to resize

Vector4Multiply Operator

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