Archive

Posts Tagged ‘Matrix3D’

Matrix3D.prependScale()

20090910
Category:梅原 /Tags:

Matrix3D.prependRotation()

20090909
Category:梅原 /Tags:

Matrix3D.prepend()

20090908
Category:梅原 /Tags:

Matrix3D.invert()

20090907
Category:梅原 /Tags:

Matrix3D.identity()

20090814
Category:梅原 /Tags:

Matrix3D.deltaTransformVector()

20090813
Category:梅原 /Tags:

Matrix3D.decompose()

20090812
Category:梅原 /Tags:

decomposeMatrix3D. decompose()と同じ計算の関数を作ってみる。
Read more…

Matrix3D.clone()

20090811
Category:梅原 /Tags:

cloneMatrix3D. clone()と同じ計算の関数を作ってみる。
Read more…

Matrix3D.appendTranslation()

20090810
Category:梅原 /Tags:

appendTranslationMatrix3D. appendTranslation()と同じ計算の関数を作ってみる。
Read more…

Mtrx3D.appendScale()

20090806
Category:梅原 /Tags:

appendScaleMatrix3D. appendScale()と同じ計算の関数を作ってみる。
appendScale(xScale:Number, yScale:Number, zScale:Number):void
実体行列.appendScale(xの拡大値,yの拡大値,zの拡大値)
Read more…