#include <cstdio>
#include <cstdlib>
#include <ros/ros.h>
#include <algorithm>
#include <visualization_msgs/Marker.h>
#include <geometric_shapes/bodies.h>
#include <geometric_shapes/shape_operations.h>
#include "geometric_shapes/shapes.h"
#include <vector>
#include <LinearMath/btVector3.h>
#include "aiTypes.h"
Go to the source code of this file.
Classes | |
class | TestVM |
Functions | |
int | main (int argc, char **argv) |
Variables | |
const int | TEST_POINTS = 100000 |
const int | TEST_TIMES = 3 |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 309 of file test_cs_point_inclusion.cpp.
const int TEST_POINTS = 100000 |
Definition at line 46 of file test_cs_point_inclusion.cpp.
const int TEST_TIMES = 3 |
Definition at line 45 of file test_cs_point_inclusion.cpp.