SbRotationGetValue Method (Single, Single, Single, Single) |
Gets 4 individual components of rotation quaternion.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic void GetValue(
out float q0,
out float q1,
out float q2,
out float q3
)
Public Sub GetValue (
<OutAttribute> ByRef q0 As Single,
<OutAttribute> ByRef q1 As Single,
<OutAttribute> ByRef q2 As Single,
<OutAttribute> ByRef q3 As Single
)
public:
void GetValue(
[OutAttribute] float% q0,
[OutAttribute] float% q1,
[OutAttribute] float% q2,
[OutAttribute] float% q3
)
member GetValue :
q0 : float32 byref *
q1 : float32 byref *
q2 : float32 byref *
q3 : float32 byref -> unit
Parameters
- q0
- Type: SystemSingle
- q1
- Type: SystemSingle
- q2
- Type: SystemSingle
- q3
- Type: SystemSingle
See Also