Python Reference Guide
FBGapMode Class Reference

Gap interpolation modes. More...

Inheritance diagram for FBGapMode:

Public Attributes

 kFBGapRigidBody
 Use rigid body information.
More...
 
 kFBGapConstant
 Constant interpolation.
More...
 
 kFBGapLinear
 Linear interpolation.
More...
 
 kFBGapBezier
 Bezier interpolation.
More...
 
 kFBGapCurve
 Cubic/curve interpolation.
More...
 
 kFBGapSample
 Sampled data.
More...
 

Detailed Description

Gap interpolation modes.


Member Data Documentation

◆ kFBGapBezier

kFBGapBezier

Bezier interpolation.

◆ kFBGapConstant

kFBGapConstant

Constant interpolation.

◆ kFBGapCurve

kFBGapCurve

Cubic/curve interpolation.

◆ kFBGapLinear

kFBGapLinear

Linear interpolation.

◆ kFBGapRigidBody

kFBGapRigidBody

Use rigid body information.

◆ kFBGapSample

kFBGapSample

Sampled data.