| SbVec2sDot Method (SbVec2s) |
Compute dot (inner) product of vector with v vector.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2026.1.0.Release.0310c5a2706944284e5b97cec8929e1e2f70c73d
Syntaxpublic int Dot(
SbVec2s v
)
Public Function Dot (
v As SbVec2s
) As Integer
public:
int Dot(
SbVec2s v
)
member Dot :
v : SbVec2s -> int
Parameters
- v
- Type: OIV.InventorSbVec2s
Return Value
Type:
Int32Value of dot product.
See Also