Matrix3D.prependScale()
Matrix3D.prependScale()メソッドについて
http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/geom/Matrix3D.html#prependScale()
Read more…
Matrix3D.prependScale()メソッドについて
http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/geom/Matrix3D.html#prependScale()
Read more…
Matrix3D.prependRotation()メソッドについて
http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/geom/Matrix3D.html#prependRotation()
Read more…
Matrix3D.prepend()メソッドについて
http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/geom/Matrix3D.html#prepend()
Read more…
Matrix3D.invert()メソッドについて
http://help.adobe.com/ja_JP/AS3LCR/Flash_10.0/flash/geom/Matrix3D.html#invert()
Read more…
Matrix3D. appendScale()と同じ計算の関数を作ってみる。
appendScale(xScale:Number, yScale:Number, zScale:Number):void
実体行列.appendScale(xの拡大値,yの拡大値,zの拡大値)
Read more…