-
- Downloads
Merge branch 'move-pose-helpers' into 'master'
Move pose-related functions from VirtualRobot::math::Helpers to SimoxUtility::math See merge request Simox/simox!39
No related branches found
No related tags found
Showing
- SimoxUtility/CMakeLists.txt 7 additions, 0 deletionsSimoxUtility/CMakeLists.txt
- SimoxUtility/math.h 1 addition, 0 deletionsSimoxUtility/math.h
- SimoxUtility/math/pose.h 7 additions, 0 deletionsSimoxUtility/math/pose.h
- SimoxUtility/math/pose/invert.cpp 10 additions, 0 deletionsSimoxUtility/math/pose/invert.cpp
- SimoxUtility/math/pose/invert.h 24 additions, 0 deletionsSimoxUtility/math/pose/invert.h
- SimoxUtility/math/pose/orthogonalize.cpp 55 additions, 0 deletionsSimoxUtility/math/pose/orthogonalize.cpp
- SimoxUtility/math/pose/orthogonalize.h 31 additions, 0 deletionsSimoxUtility/math/pose/orthogonalize.h
- SimoxUtility/math/pose/pose.h 114 additions, 0 deletionsSimoxUtility/math/pose/pose.h
- SimoxUtility/tests/CMakeLists.txt 4 additions, 0 deletionsSimoxUtility/tests/CMakeLists.txt
- SimoxUtility/tests/math_pose_invert_test.cpp 42 additions, 0 deletionsSimoxUtility/tests/math_pose_invert_test.cpp
- SimoxUtility/tests/math_pose_orthogonalize_test.cpp 132 additions, 0 deletionsSimoxUtility/tests/math_pose_orthogonalize_test.cpp
- SimoxUtility/tests/math_pose_pose_test.cpp 116 additions, 0 deletionsSimoxUtility/tests/math_pose_pose_test.cpp
- VirtualRobot/math/Helpers.cpp 8 additions, 35 deletionsVirtualRobot/math/Helpers.cpp
- VirtualRobot/math/Helpers.h 48 additions, 84 deletionsVirtualRobot/math/Helpers.h
Loading
Please register or sign in to comment