Post Reply 
Geometry App, Distance, Intersections
09-11-2019, 05:09 AM
Post: #2
RE: Geometry App, Distance, Intersections
That's expected, distance takes two arguments, and you provide one argument (the list of intersection points). You must convert the list to a sequence of arguments, this can be done with op(). For example
distance(op([point(1,2),point(3,4)]))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Geometry App, Distance, Intersections - parisse - 09-11-2019 05:09 AM



User(s) browsing this thread: 1 Guest(s)