Data Types | |
| type | mod_cg3_complete_polyhedron_structure::t_edge |
Modules | |
| module | mod_cg3_complete_polyhedron_structure |
Functions/Subroutines | |
| pure subroutine, public | mod_cg3_complete_polyhedron_structure::cg3_complete_polyhedron_structure (polyhedron, error_id) |
| Complete the polyhedron structure. | |
| pure subroutine | mod_cg3_complete_polyhedron_structure::sort_face_to_edge (polyhedron) |
| Sort the face edges in the same order than face points. | |
| pure recursive subroutine | mod_cg3_complete_polyhedron_structure::quicksort (tab, p, r) |
| Quick sort algorithm for edges. | |
| pure subroutine | mod_cg3_complete_polyhedron_structure::partition (tab, p, r, q) |
| Partition function of the quick sort algorithm. | |
| logical pure function | mod_cg3_complete_polyhedron_structure::inf (p1, p2) |
| Comparison function used in the quick sort algorithm. | |