SbRotationSetValue Method (Single, Single, Single, Single) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void SetValue(
float q0,
float q1,
float q2,
float q3
)
Public Sub SetValue (
q0 As Single,
q1 As Single,
q2 As Single,
q3 As Single
)
public:
void SetValue(
float q0,
float q1,
float q2,
float q3
)
member SetValue :
q0 : float32 *
q1 : float32 *
q2 : float32 *
q3 : float32 -> unit
Parameters
- q0
- Type: SystemSingle
- q1
- Type: SystemSingle
- q2
- Type: SystemSingle
- q3
- Type: SystemSingle
See Also