-
- Downloads
Merge branch 'shapes-json' into 'master'
Add JSON serialization for AABB and OB See merge request Simox/simox!48
No related branches found
No related tags found
Showing
- SimoxUtility/CMakeLists.txt 4 additions, 0 deletionsSimoxUtility/CMakeLists.txt
- SimoxUtility/json.h 1 addition, 0 deletionsSimoxUtility/json.h
- SimoxUtility/json/util.cpp 27 additions, 0 deletionsSimoxUtility/json/util.cpp
- SimoxUtility/json/util.h 27 additions, 0 deletionsSimoxUtility/json/util.h
- SimoxUtility/shapes.h 1 addition, 0 deletionsSimoxUtility/shapes.h
- SimoxUtility/shapes/AxisAlignedBoundingBox.cpp 24 additions, 0 deletionsSimoxUtility/shapes/AxisAlignedBoundingBox.cpp
- SimoxUtility/shapes/AxisAlignedBoundingBox.h 64 additions, 6 deletionsSimoxUtility/shapes/AxisAlignedBoundingBox.h
- SimoxUtility/shapes/OrientedBox.h 21 additions, 0 deletionsSimoxUtility/shapes/OrientedBox.h
- SimoxUtility/shapes/json_conversions.cpp 85 additions, 0 deletionsSimoxUtility/shapes/json_conversions.cpp
- SimoxUtility/shapes/json_conversions.h 23 additions, 0 deletionsSimoxUtility/shapes/json_conversions.h
- SimoxUtility/tests/json/EigenConversionTest.cpp 10 additions, 0 deletionsSimoxUtility/tests/json/EigenConversionTest.cpp
- SimoxUtility/tests/shapes/AABB_center_extents.json 12 additions, 0 deletionsSimoxUtility/tests/shapes/AABB_center_extents.json
- SimoxUtility/tests/shapes/AABB_min_max.json 12 additions, 0 deletionsSimoxUtility/tests/shapes/AABB_min_max.json
- SimoxUtility/tests/shapes/AxisAlignedBoundingBoxTest.cpp 44 additions, 0 deletionsSimoxUtility/tests/shapes/AxisAlignedBoundingBoxTest.cpp
- SimoxUtility/tests/shapes/CMakeLists.txt 14 additions, 0 deletionsSimoxUtility/tests/shapes/CMakeLists.txt
- SimoxUtility/tests/shapes/JsonConversionsTest.cpp 102 additions, 0 deletionsSimoxUtility/tests/shapes/JsonConversionsTest.cpp
- SimoxUtility/tests/shapes/OrientedBoxTest.cpp 62 additions, 0 deletionsSimoxUtility/tests/shapes/OrientedBoxTest.cpp
- SimoxUtility/tests/shapes/OrientedBox_pos_ori_dimensions.json 18 additions, 0 deletions...xUtility/tests/shapes/OrientedBox_pos_ori_dimensions.json
- SimoxUtility/tests/shapes/OrientedBox_position_orientation_extents.json 18 additions, 0 deletions...ests/shapes/OrientedBox_position_orientation_extents.json
SimoxUtility/json/util.cpp
0 → 100644
SimoxUtility/json/util.h
0 → 100644
SimoxUtility/shapes/json_conversions.cpp
0 → 100644
SimoxUtility/shapes/json_conversions.h
0 → 100644
SimoxUtility/tests/shapes/AABB_min_max.json
0 → 100644
Please register or sign in to comment