SbVec4fMultiply Operator |
Name | Description | |
---|---|---|
![]() ![]() | Multiply(Single, SbVec4f) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
|
![]() ![]() | Multiply(SbVec4f, SbVec4f) |
The multiplication operator (*), which multiply each component of
by each component of vector .
|
![]() ![]() | Multiply(SbVec4f, Single) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
|