Click or drag to resize
SbVec4sAddition Operator
Additive (+) operator. Performs the addition between the vectors v1 and v2.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntax
public static SbVec4s operator +(
	SbVec4s v1,
	SbVec4s v2
)

Parameters

v1
Type: OIV.InventorSbVec4s
v2
Type: OIV.InventorSbVec4s

Return Value

Type: SbVec4s
Addition between the two vectors.
See Also