Click or drag to resize
SoArithmeticScale Method (SoCpuBufferObject, SbDataType, SoCpuBufferObject, SbDataType, Single)

B = A * scaleFactor Fast version for Cpu buffers.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public int Scale(
	SoCpuBufferObject inputBufferA,
	SbDataType typeA,
	SoCpuBufferObject outputBufferB,
	SbDataType typeB,
	float scaleValue
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeA
Type: OIV.InventorSbDataType
outputBufferB
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeB
Type: OIV.InventorSbDataType
scaleValue
Type: SystemSingle

Return Value

Type: Int32
Remarks