Additive (+) operator. Performs the addition between the vectors v1
and v2.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.1.Release.aae05d43a9911e9918768ef1b3c563ff7f85d727
Syntaxpublic static SbVec2d operator +(
SbVec2d v1,
SbVec2d v2
)
Public Shared Operator + (
v1 As SbVec2d,
v2 As SbVec2d
) As SbVec2d
public:
static SbVec2d operator +(
SbVec2d v1,
SbVec2d v2
)
static let inline (+)
v1 : SbVec2d *
v2 : SbVec2d : SbVec2d
Parameters
- v1
- Type: OIV.InventorSbVec2d
- v2
- Type: OIV.InventorSbVec2d
Return Value
Type:
SbVec2dAddition between the two vectors.
See Also