Skip to content

Arrangements 2D

Justin edited this page Mar 14, 2022 · 3 revisions

CGAL provides a arrangement class that handles points, segments and faces on a 2D plane. Once an arrangement is constructed, the class can be used to obtain results of various queries on the arrangement, such as point location and intersection's.

Note - For intersection operations it is recommended to use the EEK kernel. Precision maybe a issue if the EIK kernel is used.

Clone this wiki locally