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: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
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