Collision Checker
triangle_export_struct.h
Go to the documentation of this file.
1 #pragma once
2 namespace collision {
3 namespace serialize {
5  public:
6  double v1_x;
7  double v1_y;
8  double v2_x;
9  double v2_y;
10  double v3_x;
11  double v3_y;
12 };
13 } // namespace serialize
14 } // namespace collision
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)