Return the time of the SnapPoint at a given index
| 122 | |
| 123 | // Return the time of the SnapPoint at a given index |
| 124 | double SnapManager::Get(size_t index) |
| 125 | { |
| 126 | return mSnapPoints[index].t; |
| 127 | } |
| 128 | |
| 129 | // Returns the difference in time between t and the point at a given index |
| 130 | wxInt64 SnapManager::PixelDiff(double t, size_t index) |
no outgoing calls