Avoid accumulation of arithmetic errors #5
Loading…
Reference in New Issue
Block a user
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?
At least when dealing with regular polygons, there should be a small number of basic vectors, and everything plotted should be some integer linear combination of those vectors. So store/index everything/compute via the list of integer coefficients, and turn those into coordinates for plotting only at the last moment.