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

C = A * scale + B 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 Madd(
	SoCpuBufferObject inputBufferA,
	SbDataType typeA,
	SoCpuBufferObject inputBufferB,
	SbDataType typeB,
	SoCpuBufferObject outputBufferC,
	SbDataType typeC,
	float scaleValue
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeA
Type: OIV.InventorSbDataType
inputBufferB
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeB
Type: OIV.InventorSbDataType
outputBufferC
Type: OIV.Inventor.DevicesSoCpuBufferObject
typeC
Type: OIV.InventorSbDataType
scaleValue
Type: SystemSingle

Return Value

Type: Int32
Remarks