Abstract

We are constructing a workbench for computational geometry. This is intended to provide a framework for the implementation, testing, demonstration and application of algorithms in computational geometry. The workbench is being written in Smalltalk/V using an Apple Macintosh II.The object-oriented model used in Smalltalk is well-suited to algorithms manipulating geometric objects. In addition, the programming environment can be easily extended, and provides excellent graphics facilities, data abstraction, encapsulation, and incremental modification.We have completed the design and implementation of the workbench platform, insofar as such a system can ever be considered complete. Among the features of the system are:an interactive graphical environment, including operations for creation and editing of geometric figures, and for the operation of algorithm on these figuresthe system supports:high-level representation-independent geometric objects (points, lines, polygons,…)geometric data structures (segment trees, range trees,…)non-geometric data structures (finger trees, splay trees, heaps, …)“standard” algorithmic tools in as general a form as possible. Algorithms currently available in the system include Tarjan and van Wyk's triangulation of a simple polygon, Fortune's Voronoi diagram,Preparata's chain decomposition, and Melkman's convex hull algorithm. tools for the animation of geometric algorithmshigh-level graphical and symbolic debugging facilitiesportability, due to the separation of the machine-independent code and the machine-dependent user-interface.automatic handling of basic operations (device-independent graphics, storage management) allowing the implementor to focus on algorithmic issuesOur group is currently working on extensions in two directions:implementing additional algorithms from two-dimensional computational geometryproviding the framework for implementations of three-dimensional algorithmsWe are also conducting comparison studies of different algorithms and data structures, including a comparison of different triangulation and convex hull algorithms for large input sizes and an empirical test of the dynamic optimality conjecture of Sleator and Tarjan using both Splay and Finger trees in the Tarjan and van Wyk triangulation.The workbench is being demonstrated during this symposium.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.