Expand description
Interpolation of the motion of an object.
Structs§
- Constant
Linear Velocity Rigid Motion - A linear motion from a starting isometry traveling at constant translational velocity.
- Constant
Velocity Rigid Motion - A linear motion from a starting isometry traveling at constant translational velocity.
- Interpolated
Rigid Motion - Interpolation between two isometries using LERP for the translation part and SLERP for the rotation.
Traits§
- Rigid
Motion - A continuous rigid motion.
- Rigid
Motion Composition - Trait for composing some rigid motions.