Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* HACK ATTACK!
  2. *
  3. * Without that line, the bounding box gets way too big. By transposing
  4. * the base, we're getting better results for most test cases.
  5. *
  6. * I don't have the slightest idea what this does, and I just did it
  7. * because I couldn't think of anything else.
  8. */
  9. base = base.transpose();
Add Comment
Please, Sign In to add comment