Matrix32.translate

機能/意味

行列を移動させる

タイプ
Matrix32クラスのメソッド
構文
translate(x:real, y:real)
引数
x

移動するX座標値

y

移動するY座標値

戻り値
なし (void)
説明