SHARE
TWEET
Untitled
a guest
Mar 26th, 2018
54
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- val rotationMatrix = FloatArray(16)
- rotationMatrix[0] = Math.cos(1.57).toFloat()
- rotationMatrix[2] = Math.sin(1.57).toFloat()
- rotationMatrix[5] = 1f
- rotationMatrix[8] = -Math.sin(1.57).toFloat()
- rotationMatrix[10] = Math.cos(1.57).toFloat()
- 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.
