Data Types | |
| type | t_edge |
Functions/Subroutines | |
| pure subroutine, public | cg3_complete_polyhedron_structure (polyhedron, error_id) |
| Complete the polyhedron structure. | |
| pure subroutine | sort_face_to_edge (polyhedron) |
| Sort the face edges in the same order than face points. | |
| pure recursive subroutine | quicksort (tab, p, r) |
| Quick sort algorithm for edges. | |
| pure subroutine | partition (tab, p, r, q) |
| Partition function of the quick sort algorithm. | |
| logical pure function | inf (p1, p2) |
| Comparison function used in the quick sort algorithm. | |
|
private |
Comparison function used in the quick sort algorithm.
|
private |
Partition function of the quick sort algorithm.
|
private |
Quick sort algorithm for edges.
|
private |
Sort the face edges in the same order than face points.
!! e1 e2 e3 e4 !! +--+--+--+--+ -> p1 !! p1 p2 p3 p4 p5 !!