Skip to main content

Module dual_quat

Module dual_quat 

Source
Expand description

Minimal dual quaternion implementation for rigid body interpolation.

A dual quaternion encodes a rigid body transformation (rotation + translation) as a pair of quaternions (real, dual). Used for smooth camera flight animation matching C++ Polyscope’s glm::dualquat interpolation.

Structs§

DualQuat
A dual quaternion representing a rigid body transformation.