Question: plot objects created created with geometry library

What is the correct way to plot objects which have been created by the geometry library.

e.g. circle, point, line, e.g.

restart; with(geometry)

point(B, 2, 0)

B

(1)

form(B)

point2d

(2)

coordinates(B)

[2, 0]

(3)

with(plots)

display(pointplot(B))

Error, (in plots:-pointplot) points are not in the correct format

 

NULL

Download plotpoint.mw

Please Wait...