SbRotation Constructor (Single, Single, Single, Single) |
Initializes a new instance of the
SbRotation class
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public SbRotation(
float q0,
float q1,
float q2,
float q3
)
Public Sub New (
q0 As Single,
q1 As Single,
q2 As Single,
q3 As Single
)
public:
SbRotation(
float q0,
float q1,
float q2,
float q3
)
new :
q0 : float32 *
q1 : float32 *
q2 : float32 *
q3 : float32 -> SbRotation
Parameters
- q0
- Type: SystemSingle
- q1
- Type: SystemSingle
- q2
- Type: SystemSingle
- q3
- Type: SystemSingle
See Also