SbVec2i32Dot Method (SbVec2i32) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public int Dot(
SbVec2i32 v
)
Public Function Dot (
v As SbVec2i32
) As Integer
public:
int Dot(
SbVec2i32 v
)
member Dot :
v : SbVec2i32 -> int
Parameters
- v
- Type: OIV.InventorSbVec2i32
Return Value
Type:
Int32See Also