Skip to content
  • Marcel Kyas's avatar
    The rotation matrix was written incorrectly. · 62f298a5
    Marcel Kyas authored
    SensorManager.getRotationMatrix() was called with 4x4 matrixes,
    but the 3x3 matrix result was stored, leading to constant 0 and
    missing values. Also, the string of the matrix is built in a
    StringBuffer instead of concatenating strings.
    62f298a5