Click or drag to resize
SbRotationGetValue Method (Single, Single, Single, Single)
Gets 4 individual components of rotation quaternion.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntax
public void GetValue(
	out float q0,
	out float q1,
	out float q2,
	out float q3
)

Parameters

q0
Type: SystemSingle
q1
Type: SystemSingle
q2
Type: SystemSingle
q3
Type: SystemSingle
See Also