SbVec2i32Dot Method (SbVec2i32) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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