|
| pure subroutine | mod_cg2_polygon_polygon::cg2_convex_polygon_intersection (polygon1, polygon2, polygon_intersection, intersection_found) |
| | Intersection of two convex polygons whose points are defined in counterclockwise order.
|
| |
| pure subroutine | mod_cg2_polygon_polygon::cg2_convex_polygon_clipping (reference_polygon, clip_polygon, clipped_polygon, intersection_found) |
| |
| pure subroutine | mod_cg2_polygon_polygon::cg2_polygon_boundary_intersection (polygon1, polygon2, s0, s1, i, j, intersection_found) |
| | Check if two polygons have a common boundary and compute the intersection.
|
| |