SbVec3sDot Method (SbVec3s) |
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(
SbVec3s v
)
Public Function Dot (
v As SbVec3s
) As Integer
public:
int Dot(
SbVec3s v
)
member Dot :
v : SbVec3s -> int
Parameters
- v
- Type: OIV.InventorSbVec3s
Return Value
Type:
Int32Value of dot product.
See Also