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