Click or drag to resize

VectorMultiply Operator

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public operatorStatic memberMultiply(Double, Vector)
Perform scalar multiplication on a vector (= scale a vector). If the scalar value is bigger than 1, it will change the magnitude of the vector (make it longer). If the scalar value is -1, it will reverse the direction of the vector but not change its magnitude If the scalar value is lesser than -1, it will reverse the direction and change the magnitude of the vector (make it longer).
Public operatorStatic memberMultiply(Vector, Vector)
Performs the vector cross product operation.
Public operatorStatic memberMultiply(Vector, Double)
Perform scalar multiplication on a vector (= scale a vector). If the scalar value is bigger than 1, it will change the magnitude of the vector (make it longer). If the scalar value is -1, it will reverse the direction of the vector but not change its magnitude If the scalar value is lesser than -1, it will reverse the direction and change the magnitude of the vector (make it longer).
Top
See Also