|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Convex polygon distance with GJK. More...
Go to the source code of this file.
Functions | |
| static void | print_banner (const char *title) |
| int | main () |
Convex polygon distance with GJK.
Demonstrates:
ConvexPolygonDistanceGJK for separated polygonsDefinition in file convex_polygon_distance_gjk_example.cc.
| int main | ( | ) |
Definition at line 56 of file convex_polygon_distance_gjk_example.cc.
References Aleph::Polygon::add_vertex(), Aleph::Polygon::close(), Aleph::divide_and_conquer_partition_dp(), and print_banner().
|
static |
Definition at line 50 of file convex_polygon_distance_gjk_example.cc.
Referenced by main().