SbVec3sMultiply Operator (SbVec3s, Int32) |
The multiplication operator (*), which applies on each component of
v1 the d multiplicative factor.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic static SbVec3s operator *(
SbVec3s v1,
int d
)
Public Shared Operator * (
v1 As SbVec3s,
d As Integer
) As SbVec3s
public:
static SbVec3s operator *(
SbVec3s v1,
int d
)
static let inline (*)
v1 : SbVec3s *
d : int : SbVec3s
Parameters
- v1
- Type: OIV.InventorSbVec3s
- d
- Type: SystemInt32
Return Value
Type:
SbVec3sResulting vector.
See Also