Open the reader (and start consuming resources)
| 936 | |
| 937 | // Open the reader (and start consuming resources) |
| 938 | void Timeline::Open() |
| 939 | { |
| 940 | is_open = true; |
| 941 | } |
| 942 | |
| 943 | // Compare 2 floating point numbers for equality |
| 944 | bool Timeline::isEqual(double a, double b) |