Additive (+) operator. Performs the addition between the vectors v1
and v2.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
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