-
- Downloads
Orientation (#343)
* Added first pass orientations class
* Added stub Orientations tests
* More Orientation tests and fixed interpUtils
* Fixed new enum name
* minimal docs
* Added vec merge
* Added Orientation multiplications
* Moved Vec3d struct into utils
* Removed interpolationIndex from ale.cpp/h as it's now located in interpUtils
* Updated Orientation/Rotation to use State and Vec3d structs
* Updated associated tests
* Updated things based on PR feedback
Co-authored-by:
Jesse Mapel <jmapel@usgs.gov>
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- cmake/gtest.cmake 21 additions, 1 deletioncmake/gtest.cmake
- include/InterpUtils.h 45 additions, 0 deletionsinclude/InterpUtils.h
- include/Orientations.h 81 additions, 0 deletionsinclude/Orientations.h
- include/Rotation.h 8 additions, 3 deletionsinclude/Rotation.h
- include/States.h 31 additions, 50 deletionsinclude/States.h
- include/Util.h 20 additions, 0 deletionsinclude/Util.h
- include/ale.h 2 additions, 3 deletionsinclude/ale.h
- src/InterpUtils.cpp 61 additions, 0 deletionssrc/InterpUtils.cpp
- src/Orientations.cpp 128 additions, 0 deletionssrc/Orientations.cpp
- src/Rotation.cpp 30 additions, 38 deletionssrc/Rotation.cpp
- src/ale.cpp 8 additions, 23 deletionssrc/ale.cpp
- tests/ctests/CMakeLists.txt 1 addition, 0 deletionstests/ctests/CMakeLists.txt
- tests/ctests/OrientationsTest.cpp 132 additions, 0 deletionstests/ctests/OrientationsTest.cpp
- tests/ctests/RotationTest.cpp 112 additions, 138 deletionstests/ctests/RotationTest.cpp
- tests/ctests/TestInterpUtils.cpp 47 additions, 0 deletionstests/ctests/TestInterpUtils.cpp
Loading
Please register or sign in to comment