SbVec4us.Division Operator (SbVec4us, Double) |
The division operator (/) divides each components of vector v1
by d.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntaxpublic static SbVec4us operator /(
SbVec4us v1,
double d
)
Public Shared Operator / (
v1 As SbVec4us,
d As Double
) As SbVec4us
public:
static SbVec4us operator /(
SbVec4us v1,
double d
)
static let inline (/)
v1 : SbVec4us *
d : float : SbVec4us
Parameters
- v1
- Type: OIV.Inventor.SbVec4us
- d
- Type: System.Double
Return Value
Type:
SbVec4usResulting vector.
Exceptions
See Also