『シューティングゲーム プログラミング』
補足と正誤表
■p.121 List4-6 自機の移動について
static constの後のfloatが抜けていました。申し訳ございません。
(誤)
static const VRoll=...
static const sqrt2=...
(正)
static const float VRoll=...
static const float sqrt2=...
最終更新