SHARE
TWEET

Untitled

a guest Mar 26th, 2018 54 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         val rotationMatrix = FloatArray(16)
  2.  
  3.         rotationMatrix[0] = Math.cos(1.57).toFloat()
  4.         rotationMatrix[2] = Math.sin(1.57).toFloat()
  5.         rotationMatrix[5] = 1f
  6.         rotationMatrix[8] = -Math.sin(1.57).toFloat()
  7.         rotationMatrix[10] = Math.cos(1.57).toFloat()
  8.         rotationMatrix[15] = 1f
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top