Matrix

書式

new Matrix()

説明

Matrixオブジェクトを生成します。
var mtx=new Matrix();
mtx.mValueTX=1;
mtx.mValueTY=-1;
alert(mtx);

目次に戻る