SbVec2sMultiply Operator |
Name | Description | |
---|---|---|
Multiply(Double, SbVec2s) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
| |
Multiply(Int32, SbVec2s) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
| |
Multiply(SbVec2s, Double) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
| |
Multiply(SbVec2s, Int32) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
|