SoArithmeticShift Method |
Name | Description | |
---|---|---|
![]() | Shift(SoBufferObject, SbDataType, SoBufferObject, SbDataType, Single) | B = A + shiftFactor Note: B can be a reference to A Limitation: typeA must be the same as typeC. |
![]() | Shift(SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType, Single) | B = A + shiftFactor Fast version for Cpu buffers. |