Avoid accumulation of arithmetic errors #5

Open
opened 2021-04-19 04:28:24 +00:00 by glen · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/polytree#5
No description provided.