next up previous
Next: 3.6 circle() Up: 3 VOGLE→EGGX プログラム書き換えマニュアル Previous: 3.4 ウィンドウのクリア

3.5 座標系 ortho2()

ortho2()eggx_window() で 置き換えられますが、引数の順番に要注意です。

  ortho2(xmin, xmax, ymin, ymax);
 eggx_window(win, xmin, ymin, xmax, ymax);


next up previous
Next: 3.6 circle() Up: 3 VOGLE→EGGX プログラム書き換えマニュアル Previous: 3.4 ウィンドウのクリア
Masashi Katsurada
平成22年2月26日