41 #include "hashtable.h"
43 #include "subdivision.h"
46 #define A2RI_GEODESIQUE_CHEMIN_INTROUVABLE 0
47 #define A2RI_GEODESIQUE_POINTS_ALIGNES 1
48 #define A2RI_GEODESIQUE_OK 2
60 double a2ri_vf_dijkstra (
76 double a2ri_vf_A_star (
93 double a2ri_vf_approche (
110 double a2ri_vef_dijkstra (
127 int a2ri_vf_geodesic_path_approche_plan_moyen (
147 int a2ri_vf_geodesic_path_approche_plan_minmax (
166 int a2ri_vf_geodesic_path_approche_plan_vecteur (
185 int a2ri_vf_geodesic_path_approche_plan_intersection (
204 int a2ri_vf_geodesic_path_A_star_plan_moyen (
224 int a2ri_vf_geodesic_path_A_star_plan_minmax (
243 int a2ri_vf_geodesic_path_A_star_plan_vecteur (
262 int a2ri_vf_geodesic_path_A_star_plan_intersection (
281 int a2ri_vf_geodesic_path_dijkstra_plan_minmax (
300 int a2ri_vf_geodesic_path_dijkstra_plan_vecteur (
319 int a2ri_vf_geodesic_path_dijkstra_plan_intersection (
339 int a2ri_vf_geodesic_path_dijkstra_plan_moyen (