=== SAVED CAST: test_m1 ===
Normalized points: 64
Raw points: N/A

--- NORMALIZED STROKE POINTS (x, y in [0,1], top-left origin) ---
  [ 0]  (0.7658, 0.6431)
  [ 1]  (0.7643, 0.6413)
  [ 2]  (0.7629, 0.6395)
  [ 3]  (0.7615, 0.6376)
  [ 4]  (0.7601, 0.6358)
  [ 5]  (0.7587, 0.6340)
  [ 6]  (0.7573, 0.6322)
  [ 7]  (0.7559, 0.6304)
  [ 8]  (0.7545, 0.6286)
  [ 9]  (0.7531, 0.6268)
  [10]  (0.7517, 0.6250)
  [11]  (0.7503, 0.6232)
  [12]  (0.7489, 0.6214)
  [13]  (0.7474, 0.6196)
  [14]  (0.7460, 0.6178)
  [15]  (0.7446, 0.6160)
  [16]  (0.7432, 0.6141)
  [17]  (0.7421, 0.6122)
  [18]  (0.7412, 0.6101)
  [19]  (0.7403, 0.6080)
  [20]  (0.7394, 0.6058)
  [21]  (0.7385, 0.6037)
  [22]  (0.7376, 0.6016)
  [23]  (0.7367, 0.5995)
  [24]  (0.7358, 0.5974)
  [25]  (0.7350, 0.5953)
  [26]  (0.7341, 0.5932)
  [27]  (0.7333, 0.5910)
  [28]  (0.7325, 0.5889)
  [29]  (0.7317, 0.5867)
  [30]  (0.7309, 0.5846)
  [31]  (0.7302, 0.5824)
  [32]  (0.7658, 0.8752)
  [33]  (0.7819, 0.7897)
  [34]  (0.7988, 0.7043)
  [35]  (0.8158, 0.6190)
  [36]  (0.8245, 0.5326)
  [37]  (0.8300, 0.4458)
  [38]  (0.8351, 0.3589)
  [39]  (0.8398, 0.2720)
  [40]  (0.8287, 0.1878)
  [41]  (0.7957, 0.1073)
  [42]  (0.7195, 0.0669)
  [43]  (0.6412, 0.0295)
  [44]  (0.5550, 0.0183)
  [45]  (0.4687, 0.0071)
  [46]  (0.3831, 0.0000)
  [47]  (0.3059, 0.0402)
  [48]  (0.2322, 0.0832)
  [49]  (0.2074, 0.1666)
  [50]  (0.1825, 0.2500)
  [51]  (0.1602, 0.3336)
  [52]  (0.1699, 0.4201)
  [53]  (0.1795, 0.5065)
  [54]  (0.1892, 0.5930)
  [55]  (0.2300, 0.6654)
  [56]  (0.2885, 0.7298)
  [57]  (0.3470, 0.7943)
  [58]  (0.4054, 0.8587)
  [59]  (0.4747, 0.9081)
  [60]  (0.5544, 0.9432)
  [61]  (0.6340, 0.9783)
  [62]  (0.7166, 1.0000)
  [63]  (0.8027, 0.9972)

--- KEY VERTICES (corners with angle < 120 degrees) ---
  V0  (0.7302, 0.5824)  angle=166.8 deg
  V1  (0.7658, 0.8752)  angle=162.4 deg
  V2  (0.7957, 0.1073)  angle=39.8 deg
  V3  (0.3831, 0.0000)  angle=32.3 deg
  V4  (0.2322, 0.0832)  angle=43.1 deg

--- SUGGESTED DOT TEMPLATE FORMAT ---
// Paste into SpellGestureTracker.java getDotTemplates():
new DotTemplate(DetectedPattern.SPELL_NAME, "description",
    new double[][] {
        // pick key dots from vertices above
    },
    new int[][] {
        // define connections between dots
    }
),
