Sha256: 3147de2eec14fda296725278502919385dd52212332e6a7103c0923dd0d222e7
Contents?: true
Size: 341 Bytes
Versions: 11
Compression:
Stored size: 341 Bytes
Contents
= Tree flow == Algorithm Preconditions:: * No padding * Left-to-right filling * 1 sublevel * Width for outer box is fixed, height is variable Outer box = B [bx, by, bw, bh] Inner boxes = In [In_x, In_y, In_w, In_h] Horizontal strips = Sn foreach In in I if In_w > S_free_width S = S(n+1) end In_coord = S_free_coord end
Version data entries
11 entries across 11 versions & 1 rubygems