SbVec2sDot Method (SbVec2s) |
Compute dot (inner) product of vector with v vector.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
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