I'd like to calculate two points that align with the real horizon (presuming the user is holding the device virtually). I'd like the line connecting those 2 points to pass through a center point of my choosing.
I'm collecting Sensor.TYPE_ACCELEROMETER and Sensor.TYPE_MAGNETIC_FIELD vectors and have found sample code to rotate bitmaps with rotationmatrix but can't get my mind around calculating just the 2 points I need in terms of the screen's X and Y.
Any hints greatly appreciated!
