Way to create sets of parallel lines with proper point provenance #18
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?
Currently, if you define some grid lines and points like so:
points
n0e0,n0e1, andn0e2are not treated as collinear, because lines created with the>>operator don't have any provenance associated with them.Possible ways to resolve this:
>>operator, such that all points created from intersections with that line are associated with that line>>operator inherit that provenance.I think the most obvious thing is to give lines provenance.