diff data/model/Path.h @ 1869:cb9209ef373a startup-timing

Merge from default branch
author Chris Cannam
date Tue, 16 Jun 2020 17:44:06 +0100
parents 14bf9bf5ac28
children
line wrap: on
line diff
--- a/data/model/Path.h	Wed Jun 03 13:57:50 2020 +0100
+++ b/data/model/Path.h	Tue Jun 16 17:44:06 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;