Collision Checker
vertex_export_struct.h
Go to the documentation of this file.
1
#pragma once
2
namespace
collision
{
3
namespace
serialize
{
4
struct
VertexExportStruct
{
5
public
:
6
double
v_x
;
7
double
v_y
;
8
};
9
}
// namespace serialize
10
}
// namespace collision
collision::serialize::VertexExportStruct
Definition:
vertex_export_struct.h:4
collision
Definition:
collision_checker.h:20
collision::serialize::VertexExportStruct::v_y
double v_y
Definition:
vertex_export_struct.h:7
collision::serialize::VertexExportStruct::v_x
double v_x
Definition:
vertex_export_struct.h:6
collision::serialize::serialize
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)
include
collision
serialize
export_structs
vertex_export_struct.h
Generated by
1.8.13