changeset 1863:14bf9bf5ac28

Comment only
author Chris Cannam
date Fri, 29 May 2020 17:37:41 +0100
parents 3072aa267248
children b4b11af915f4
files data/model/Path.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;