dracarys983

BITTEST

Mar 25th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (bot->bot_mode == RT_BOT_PLATE || bot->bot_mode == RT_BOT_PLATE_NOCOS) {
  2. if (BU_BITTEST(bot->bot_facemode, surfno)) {
  3. /* Append full thickness on both sides */
  4. los = bot->bot_thickness[surfno];
  5. } else {
  6. /* Center thickness. Append 1/2 thickness on both sides */
  7. los = bot->bot_thickness[surfno] * 0.51;
  8. }
  9. } else {
Advertisement
Add Comment
Please, Sign In to add comment