Doenet / DoenetTools

https://www.doenet.org/
15 stars 29 forks source link

Feature request: expand the <intersection> component to include intersections of curves, circles, etc. with lines #2196

Open virginiaMae opened 1 year ago

virginiaMae commented 1 year ago

return an array of intersections with copy or graph points if placed on a graph

JSX graph examples (sort of, not returning or rendering points, just filling in the region) functions - https://jsxgraph.uni-bayreuth.de/wiki/index.php?title=Intersection_of_functiongraphs circles - https://jsxgraph.uni-bayreuth.de/wiki/index.php?title=Intersection_of_circles polygons - https://jsxgraph.uni-bayreuth.de/wiki/index.php?title=Intersection_of_curves_II

On this last one, its possible but you would have to define separate hidden line segments currently...

dqnykamp commented 1 year ago

PR #2234 implemented all listed examples except for functions.