Click or drag to resize
SbVec4usMultiply Operator
Overload List
  NameDescription
Public operatorStatic memberMultiply(Double, SbVec4us)
The multiplication operator (*), which applies on each component of v1 the d multiplicative factor.
Public operatorStatic memberMultiply(Int32, SbVec4us)
The multiplication operator (*), which applies on each component of v1 the d multiplicative factor.
Public operatorStatic memberMultiply(SbVec4us, Double)
The multiplication operator (*), which applies on each component of v1 the d multiplicative factor.
Public operatorStatic memberMultiply(SbVec4us, Int32)
The multiplication operator (*), which applies on each component of v1 the d multiplicative factor.
Top
See Also