Click or drag to resize

Vector2Multiply Method

Overload List
  NameDescription
Public methodMultiply(Double)
Scale the X, and Y components of Vector2
Public methodMultiply(Single)
Scale the X, and Y components of Vector2
Public methodMultiply(Vector2)
Scale the X and Y components of Vector2.
Public methodStatic memberMultiply(Vector2, Vector2)
Scale the X and Y components of Vector2 .
Public methodStatic memberMultiply(Vector2, Double)
Scale the X and Y components of Vector2
Public methodStatic memberMultiply(Vector2, Single)
Scale the X and Y components of Vector2
Top
See Also