diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-04-10 18:26:23 -0700 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-04-10 18:26:23 -0700 |
| commit | 24d8fde04b562d474bb96669903fc42add2f9d84 (patch) | |
| tree | 377f15bf179c9654f83786fba7f3c194f3f1d429 /src/pen-gestures/ndollar.ts | |
| parent | 044a5f28e03304ae74096643b14dc72588833489 (diff) | |
some comments
Diffstat (limited to 'src/pen-gestures/ndollar.ts')
| -rw-r--r-- | src/pen-gestures/ndollar.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pen-gestures/ndollar.ts b/src/pen-gestures/ndollar.ts index bb92f62e1..e5740d105 100644 --- a/src/pen-gestures/ndollar.ts +++ b/src/pen-gestures/ndollar.ts @@ -161,6 +161,9 @@ const AngleSimilarityThreshold = Deg2Rad(30.0); export class NDollarRecognizer { public Multistrokes: Multistroke[]; + /** + * @IMPORTANT - IF YOU'RE ADDING A NEW GESTURE, BE SURE TO INCREMENT THE NumMultiStrokes CONST RIGHT ABOVE THIS CLASS. + */ constructor(useBoundedRotationInvariance: boolean) // constructor { // |
