Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.31 KB | None | 0 0
  1.             Box branch1 = new Box
  2.             {
  3.                 yDim = firstbox.yDim,
  4.                 xDim = firstbox.xDim - fitsX * current
  5.             };
  6.             Box branch2 = new Box
  7.             {
  8.                 yDim = firstbox.yDim - fitsY * current,
  9.                 xDim = firstbox.xDim,
  10.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement