| 34 | Transform identity{0, 1, 0, 0, 0, 1}; |
| 35 | |
| 36 | Options stdOptions(int x, int y) |
| 37 | { |
| 38 | Options opts; |
| 39 | opts.observer.x = x; |
| 40 | opts.observer.y = y; |
| 41 | opts.outputFilename = "none"; |
| 42 | opts.outputFormat = "mem"; |
| 43 | opts.curveCoeff = 0; |
| 44 | |
| 45 | return opts; |
| 46 | } |
| 47 | |
| 48 | Options stdOptions(const Coord &observer) |
| 49 | { |