Collision Checker
point_export_struct.h
Go to the documentation of this file.
1 #pragma once
2 namespace collision {
3 namespace serialize {
5  public:
6  double center_x;
7  double center_y;
8 };
9 } // namespace serialize
10 } // namespace collision
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)