Validate multiphase overlap analytically
This commit is contained in:
parent
4ee2c324e1
commit
b109cdf6f2
2 changed files with 244 additions and 21 deletions
|
|
@ -220,7 +220,9 @@ Current pure planner status:
|
|||
- Stack extraction/return patterns are covered in both horizontal and vertical
|
||||
orientations: peer/container space scales first, the extracted child moves
|
||||
only after space exists, and orthogonal growth happens in the final phase.
|
||||
- Every produced plan is sampled for overlap at each phase before it is accepted.
|
||||
- Every produced plan is checked analytically for overlap over the full duration
|
||||
of each phase before it is accepted. This solves the linear edge inequalities
|
||||
for each pair of moving rectangles instead of relying on sampled frames.
|
||||
- Live layout batches are partitioned by overlapping motion bounds, so unrelated
|
||||
groups can still use multiphase animation when another group falls back to
|
||||
linear motion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue