draw_segment x=>y --> max=>min #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
consider computing the component of tracer according to that minimal of delta from the other component, rather than implying that
delta.xought to be greater thandelta.y, which results in gaps and an outright crash in the case of asymptotes as division by a nulldelta.xtends to either signed infinitythis would effectively rotate our frame of reference by 1/8tau, shifting the domain of
slopefrom[-inf >< +inf]to[-1 >< +1], as we would only ever consider components such that ourdelta * directionwould stand between two diagonals(remaining on a naive implementation which should ideally later be incorporated into a period duplicating algorithm so as not to recompute the same segment over and over)