↓ 2 callersFunctioninterpPoseGiven two poses, each as x, y, z, qx, qy, qz, qw, linearly interpolate between them.
src/asp/Camera/JitterSolveRigUtils.cc:367
↓ 2 callersFunctionlinearInterpGiven two values, double t1, t2, and to points, vw::Vector3 P1, P2, at those values, find the value at t using linear interpolation.
src/asp/Camera/CsmUtils.cc:191
↓ 2 callersFunctionmatrixToQuaternionA function to go from a VW matrix to a quaternion, represented as four values, x, y, z, w. Care with the order of values. It is not w, x, y, z as in t
src/asp/Core/CameraTransforms.cc:64