SbVec4ui32Division Operator (SbVec4ui32, Int32) |
The division operator (/) divides each components of vector v1
by d.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntaxpublic static SbVec4ui32 operator /(
SbVec4ui32 v1,
int d
)
Public Shared Operator / (
v1 As SbVec4ui32,
d As Integer
) As SbVec4ui32
public:
static SbVec4ui32 operator /(
SbVec4ui32 v1,
int d
)
static let inline (/)
v1 : SbVec4ui32 *
d : int : SbVec4ui32
Parameters
- v1
- Type: OIV.InventorSbVec4ui32
- d
- Type: SystemInt32
Return Value
Type:
SbVec4ui32Resulting vector.
Exceptions
See Also