Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は 2D アンドロイド ゲームをオープン GL アンドロイド ゲームに変換しています。私の衝突検出システムの一部は、いくつかのマトリックスに基づくいくつかのポイントのマッピングに依存しています。x、y、zトリプレットの配列を取り、マトリックス座標系に入れられたときに値を返すmapPointsに相当するものが必要です。
この方法を試してください:
android.opengl.Matrix.multiplyMV(float[] resultVec, int resultVecOffset, float[] lhsMat, int lhsMatOffset, float[] rhsVec, int rhsVecOffset)