最終更新:2015-03-29 (日) 05:11:46 (3309d)  

android.opengl.Matrix
Top / android.opengl.Matrix

Matrix math utilities. These methods operate on OpenGL ES format matrices and vectors stored in float arrays.

Matrices are 4 x 4 column-vector matrices stored in column-major order:

http://developer.android.com/reference/android/opengl/Matrix.html

メソッド

  • Matrix.translateM? - 平行移動行列?を生成
  • Matrix.setIdentityM? - 単位行列?を生成
  • Matrix.scaleM? - 拡大縮小行列?を生成
  • Matrix.rotateM? - 回転行列を生成
  • Matrix.orthoM? - 平行投影用の行列を生成
  • Matrix.setLookAtM? - カメラビュー行列を生成

関連