Guest User

Untitled

a guest
Jan 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. imu.xAxis = (Style.qX + (imuData.quatX - Style.bX))
  2. imu.yAxis = (Style.qY + (imuData.quatY - Style.bY))
  3. imu.zAxis = (Style.qZ + (imuData.quatZ - Style.bZ))
  4. imu.wAxis = (Style.qW + (imuData.quatW - Style.bW))
Add Comment
Please, Sign In to add comment