# HG changeset patch # User Chris Cannam # Date 1590770261 -3600 # Node ID 14bf9bf5ac2880b89aec227aeed789d07c26b738 # Parent 3072aa267248fdf55dd4ac2ea19c2886e531b23b Comment only diff -r 3072aa267248 -r 14bf9bf5ac28 data/model/Path.h --- a/data/model/Path.h Fri May 22 16:23:25 2020 +0100 +++ b/data/model/Path.h Fri May 29 17:37:41 2020 +0100 @@ -29,6 +29,11 @@ PathPoint(sv_frame_t _frame, sv_frame_t _mapframe) : frame(_frame), mapframe(_mapframe) { } + // "The path consists of a series of points, each with frame equal + // to the frame on the source model (aligned model) and mapframe + // equal to the frame on the target model (reference model). Both + // should be monotonically increasing." + sv_frame_t frame; sv_frame_t mapframe;