SbRotationdSlerp Method (SbRotationd, SbRotationd, Double) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public static SbRotationd Slerp(
SbRotationd rot0,
SbRotationd rot1,
double t
)
Public Shared Function Slerp (
rot0 As SbRotationd,
rot1 As SbRotationd,
t As Double
) As SbRotationd
public:
static SbRotationd Slerp(
SbRotationd rot0,
SbRotationd rot1,
double t
)
static member Slerp :
rot0 : SbRotationd *
rot1 : SbRotationd *
t : float -> SbRotationd
Parameters
- rot0
- Type: OIV.InventorSbRotationd
- rot1
- Type: OIV.InventorSbRotationd
- t
- Type: SystemDouble
Return Value
Type:
SbRotationdSee Also