Collision Checker
rectangle_obb_export_struct.h
Go to the documentation of this file.
1
#pragma once
2
namespace
collision
{
3
namespace
serialize
{
4
struct
RectangleOBBExportStruct
{
5
public
:
6
double
rx
;
7
double
ry
;
8
double
center_x
;
9
double
center_y
;
10
double
local_axis_x_1
;
11
double
local_axis_y_1
;
12
double
local_axis_x_2
;
13
double
local_axis_y_2
;
14
};
15
}
// namespace serialize
16
}
// namespace collision
collision::serialize::RectangleOBBExportStruct::ry
double ry
Definition:
rectangle_obb_export_struct.h:7
collision::serialize::RectangleOBBExportStruct::local_axis_x_1
double local_axis_x_1
Definition:
rectangle_obb_export_struct.h:10
collision::serialize::RectangleOBBExportStruct::center_x
double center_x
Definition:
rectangle_obb_export_struct.h:8
collision::serialize::RectangleOBBExportStruct::local_axis_y_2
double local_axis_y_2
Definition:
rectangle_obb_export_struct.h:13
collision
Definition:
collision_checker.h:20
collision::serialize::RectangleOBBExportStruct::local_axis_x_2
double local_axis_x_2
Definition:
rectangle_obb_export_struct.h:12
collision::serialize::RectangleOBBExportStruct::rx
double rx
Definition:
rectangle_obb_export_struct.h:6
collision::serialize::RectangleOBBExportStruct
Definition:
rectangle_obb_export_struct.h:4
collision::serialize::serialize
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)
collision::serialize::RectangleOBBExportStruct::center_y
double center_y
Definition:
rectangle_obb_export_struct.h:9
collision::serialize::RectangleOBBExportStruct::local_axis_y_1
double local_axis_y_1
Definition:
rectangle_obb_export_struct.h:11
include
collision
serialize
export_structs
rectangle_obb_export_struct.h
Generated by
1.8.13