From 2673e6340b1c4b1cd2cc0e247046b1fc7970bc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:12:33 -0800 Subject: [PATCH 01/25] [misc] Update @project in headers --- .codecov.yml | 2 +- .gitignore | 2 +- .travis.yml | 2 +- CMakeLists.txt | 2 +- Makefile | 2 +- bindings/python/CMakeLists.txt | 2 +- bindings/python/requirements.txt | 2 +- bindings/python/src/LibraryMathematicsPy.cxx | 2 +- bindings/python/src/LibraryMathematicsPy/Geometry.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp | 2 +- .../python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp | 2 +- .../python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp | 2 +- .../python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp | 2 +- .../src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp | 2 +- .../Geometry/3D/Transformations/Rotations.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/Quaternion.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/RotationMatrix.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/RotationVector.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Objects.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp | 2 +- bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp | 2 +- .../src/LibraryMathematicsPy/Utilities/IterableConverter.hpp | 2 +- bindings/python/test/__init__.py | 2 +- bindings/python/test/geometry/__init__.py | 2 +- bindings/python/test/geometry/d2/__init__.py | 2 +- bindings/python/test/geometry/d2/objects/__init__.py | 2 +- bindings/python/test/geometry/d2/objects/test_point.py | 2 +- bindings/python/test/geometry/d3/__init__.py | 2 +- bindings/python/test/geometry/d3/transformations/__init__.py | 2 +- .../test/geometry/d3/transformations/rotations/__init__.py | 2 +- .../geometry/d3/transformations/rotations/test_quaternion.py | 2 +- .../d3/transformations/rotations/test_rotation_matrix.py | 2 +- .../d3/transformations/rotations/test_rotation_vector.py | 2 +- bindings/python/test/geometry/test_angle.py | 2 +- bindings/python/test/test_objects.py | 2 +- bindings/python/tools/python/Library/Mathematics/__init__.py | 2 +- bindings/python/tools/python/setup.py.in | 2 +- docker/development/debian/Dockerfile | 2 +- docker/development/fedora/Dockerfile | 2 +- docker/jupyter/Dockerfile | 2 +- docker/release/debian/Dockerfile | 2 +- docker/release/fedora/Dockerfile | 2 +- docs/CMakeLists.txt | 2 +- include/Library/Mathematics/Geometry/2D/Object.hpp | 2 +- include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp | 2 +- .../Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp | 2 +- .../Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp | 2 +- include/Library/Mathematics/Geometry/2D/Objects/Point.hpp | 2 +- include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp | 2 +- include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp | 2 +- include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp | 2 +- include/Library/Mathematics/Geometry/2D/Transformation.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Intersection.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Object.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Line.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Point.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp | 2 +- include/Library/Mathematics/Geometry/3D/Transformation.hpp | 2 +- .../Geometry/3D/Transformations/Rotations/EulerAngle.hpp | 2 +- .../Geometry/3D/Transformations/Rotations/Quaternion.hpp | 2 +- .../Geometry/3D/Transformations/Rotations/RotationMatrix.hpp | 2 +- .../Geometry/3D/Transformations/Rotations/RotationVector.hpp | 2 +- include/Library/Mathematics/Geometry/Angle.hpp | 2 +- include/Library/Mathematics/Objects.hpp | 2 +- include/Library/Mathematics/Objects/Eigen.hpp | 2 +- include/Library/Mathematics/Objects/Interval.hpp | 2 +- include/Library/Mathematics/Objects/Matrix.hpp | 2 +- include/Library/Mathematics/Objects/Vector.hpp | 2 +- src/Library/Mathematics/Geometry/2D/Object.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Objects/Point.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp | 2 +- src/Library/Mathematics/Geometry/2D/Transformation.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Intersection.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Object.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Line.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Point.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp | 2 +- src/Library/Mathematics/Geometry/3D/Transformation.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/Quaternion.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/RotationMatrix.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/RotationVector.cpp | 2 +- src/Library/Mathematics/Geometry/Angle.cpp | 2 +- src/Library/Mathematics/Objects/Interval.tpp | 2 +- src/Library/Mathematics/Objects/Matrix.cpp | 2 +- src/Library/Mathematics/Objects/Vector.cpp | 2 +- test/Global.test.hpp | 2 +- .../Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp | 2 +- test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp | 2 +- test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp | 2 +- test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp | 2 +- test/Library/Mathematics/Geometry/2D/Transformation.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp | 2 +- .../Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp | 2 +- test/Library/Mathematics/Geometry/3D/Transformation.test.cpp | 2 +- .../Geometry/3D/Transformations/Rotations/Quaternion.test.cpp | 2 +- .../3D/Transformations/Rotations/RotationMatrix.test.cpp | 2 +- .../3D/Transformations/Rotations/RotationVector.test.cpp | 2 +- test/Library/Mathematics/Objects/Interval.test.cpp | 2 +- test/Library/Mathematics/Objects/Vector.test.cpp | 2 +- test/Main.test.cxx | 2 +- test/Setup.test.hpp | 2 +- tools/ci/deploy-documentation.sh | 2 +- tools/cmake/LibraryMathematicsConfig.cmake.in | 2 +- tools/cmake/LibraryMathematicsConfigVersion.cmake.in | 2 +- tools/cmake/UninstallTarget.cmake.in | 2 +- tools/development/helpers/build.sh | 2 +- tools/development/helpers/clean.sh | 2 +- tools/development/helpers/debug.sh | 2 +- tools/development/helpers/test.sh | 2 +- tools/development/start.sh | 2 +- 173 files changed, 173 insertions(+), 173 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index eb4624c3..9544fed2 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file .codecov.yml # @author Lucas Brémond # @license Apache License 2.0 diff --git a/.gitignore b/.gitignore index d5533bef..c2b10033 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file .gitignore # @author Lucas Brémond # @license Apache License 2.0 diff --git a/.travis.yml b/.travis.yml index 7c061e71..a59aee5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file .travis.yml # @author Lucas Brémond # @license Apache License 2.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index e6e280f9..5a0ce3aa 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file CMakeLists.txt # @author Lucas Brémond # @license Apache License 2.0 diff --git a/Makefile b/Makefile index 19f1377d..3fc777d0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file Makefile # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 0d93a890..c19f7f9b 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/CMakeLists.txt # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index c1acb452..cd047691 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/requirements.txt # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy.cxx b/bindings/python/src/LibraryMathematicsPy.cxx index 5db1ce9f..51701635 100755 --- a/bindings/python/src/LibraryMathematicsPy.cxx +++ b/bindings/python/src/LibraryMathematicsPy.cxx @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy.cxx /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry.cpp index 65d87b68..577a58c0 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp index 0cecf0af..dc149936 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp index e589e51a..9bf86f93 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp index 8843654b..669f1b92 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp index 765def30..b98a00b2 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp index 77443437..1298a061 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp index bdfd3eb1..5de34399 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp index b285b283..ed6c2bc3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp index ef8fbfd3..78d212f0 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp index d8c9e24d..0983e972 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/2D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp index c8df1555..4b6dbeb5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp index 9627bdda..b5326a2c 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Intersection.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp index f294982d..8ae55def 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp index 48463f62..7be70e4f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp index c405d789..1b87c66b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp index 374adab8..fc5c79ac 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp index b801124d..6a0d3385 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp index edf195bd..1a755d3d 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp index 958c2a52..cde821d1 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp index 3914d9d7..92b66f6a 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp index 0f0e941b..b19c628f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp index a7527942..385cecf9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp index 6ee6f22c..7df9c6a2 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp index d7dde1ca..731bc328 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp index 80fdc427..a63090d3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp index 404c86ad..db4648c8 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp index 208d80b8..16bd369b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp index 41688f53..8d19e52e 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp index a560340f..c4bebe5f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp index d72f856c..34d397a7 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Transformations.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp index 3f4665b3..11ef230c 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp index 06ff71cc..1d0c3162 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index e2f74a91..b4379535 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp index 5e6c9f0a..3990afe0 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp index 05b220b2..33d32736 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Geometry/Angle.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Objects.cpp b/bindings/python/src/LibraryMathematicsPy/Objects.cpp index 6a08a684..c76b4b85 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp index 66399417..cc596420 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Objects/Interval.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp index 39c18bd6..cabc90a0 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Objects/Vector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp b/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp index 6cb3a39a..7d8a3768 100644 --- a/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp +++ b/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file LibraryMathematicsPy/Utilities/IterableConverter.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/test/__init__.py b/bindings/python/test/__init__.py index 6a13d31c..e3b5f7f6 100644 --- a/bindings/python/test/__init__.py +++ b/bindings/python/test/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/__init__.py b/bindings/python/test/geometry/__init__.py index 1b8f0811..f9d59c81 100644 --- a/bindings/python/test/geometry/__init__.py +++ b/bindings/python/test/geometry/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d2/__init__.py b/bindings/python/test/geometry/d2/__init__.py index b1bc19e8..186c6fdf 100644 --- a/bindings/python/test/geometry/d2/__init__.py +++ b/bindings/python/test/geometry/d2/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d2/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d2/objects/__init__.py b/bindings/python/test/geometry/d2/objects/__init__.py index 4397de23..c035e395 100644 --- a/bindings/python/test/geometry/d2/objects/__init__.py +++ b/bindings/python/test/geometry/d2/objects/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d2/objects/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d2/objects/test_point.py b/bindings/python/test/geometry/d2/objects/test_point.py index b4821c28..d31303fa 100644 --- a/bindings/python/test/geometry/d2/objects/test_point.py +++ b/bindings/python/test/geometry/d2/objects/test_point.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d2/objects/test_point.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d3/__init__.py b/bindings/python/test/geometry/d3/__init__.py index d9bee44c..fefe9e8c 100644 --- a/bindings/python/test/geometry/d3/__init__.py +++ b/bindings/python/test/geometry/d3/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d3/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d3/transformations/__init__.py b/bindings/python/test/geometry/d3/transformations/__init__.py index f9418448..459bc8a3 100644 --- a/bindings/python/test/geometry/d3/transformations/__init__.py +++ b/bindings/python/test/geometry/d3/transformations/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d3/transformations/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d3/transformations/rotations/__init__.py b/bindings/python/test/geometry/d3/transformations/rotations/__init__.py index e20d10a2..0827305e 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/__init__.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d3/transformations/rotations/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py b/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py index dcb3089c..a994e430 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py index c8d38690..80f00602 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py index cd6a9b4d..1a6249f1 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/geometry/test_angle.py b/bindings/python/test/geometry/test_angle.py index 1ee34c39..84320af7 100644 --- a/bindings/python/test/geometry/test_angle.py +++ b/bindings/python/test/geometry/test_angle.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file bindings/python/test/geometry/test_angle.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/test/test_objects.py b/bindings/python/test/test_objects.py index db6eb33d..9a1e4466 100644 --- a/bindings/python/test/test_objects.py +++ b/bindings/python/test/test_objects.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file LibraryMathematicsPy/Objects.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/tools/python/Library/Mathematics/__init__.py b/bindings/python/tools/python/Library/Mathematics/__init__.py index dd9668fa..ebd05a16 100755 --- a/bindings/python/tools/python/Library/Mathematics/__init__.py +++ b/bindings/python/tools/python/Library/Mathematics/__init__.py @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file Library/Mathematics/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/tools/python/setup.py.in b/bindings/python/tools/python/setup.py.in index 59bb4918..5a825ccd 100644 --- a/bindings/python/tools/python/setup.py.in +++ b/bindings/python/tools/python/setup.py.in @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/python/setup.py.in # @author Lucas Brémond # @license Apache License 2.0 diff --git a/docker/development/debian/Dockerfile b/docker/development/debian/Dockerfile index 18d5310f..bd0cba96 100644 --- a/docker/development/debian/Dockerfile +++ b/docker/development/debian/Dockerfile @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file docker/development/debian/Dockerfile # @author Lucas Brémond # @license Apache License 2.0 diff --git a/docker/development/fedora/Dockerfile b/docker/development/fedora/Dockerfile index d9a4e60a..a4ca5279 100644 --- a/docker/development/fedora/Dockerfile +++ b/docker/development/fedora/Dockerfile @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file docker/development/fedora/Dockerfile # @author Lucas Brémond # @license Apache License 2.0 diff --git a/docker/jupyter/Dockerfile b/docker/jupyter/Dockerfile index 1d7400ab..d63f7e8b 100644 --- a/docker/jupyter/Dockerfile +++ b/docker/jupyter/Dockerfile @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file docker/jupyter/Dockerfile # @author Lucas Brémond # @license Apache License 2.0 diff --git a/docker/release/debian/Dockerfile b/docker/release/debian/Dockerfile index 9480053c..0b293b41 100644 --- a/docker/release/debian/Dockerfile +++ b/docker/release/debian/Dockerfile @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file docker/release/debian/Dockerfile # @author Lucas Brémond # @license Apache License 2.0 diff --git a/docker/release/fedora/Dockerfile b/docker/release/fedora/Dockerfile index 58dc9ae9..ee012d7f 100644 --- a/docker/release/fedora/Dockerfile +++ b/docker/release/fedora/Dockerfile @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file docker/release/fedora/Dockerfile # @author Lucas Brémond # @license Apache License 2.0 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index ba7d264c..cf9ea996 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file docs/CMakeLists.txt # @author Lucas Brémond # @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Object.hpp b/include/Library/Mathematics/Geometry/2D/Object.hpp index 2fc62246..7eb74bc8 100755 --- a/include/Library/Mathematics/Geometry/2D/Object.hpp +++ b/include/Library/Mathematics/Geometry/2D/Object.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Object.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp index 2b2bb964..a8c52b2b 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/LineString.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp index b744a85c..9b6613dc 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp index 3bb58efb..a96911d8 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp index e4b1c9b2..813101fb 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Point.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp index 115790de..a5c480ed 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/PointSet.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp index e01ad846..78017b6f 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Polygon.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp index 3e887f2c..2ac0394a 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Segment.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/2D/Transformation.hpp b/include/Library/Mathematics/Geometry/2D/Transformation.hpp index a779a030..1ca53b04 100755 --- a/include/Library/Mathematics/Geometry/2D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/2D/Transformation.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Transformation.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Intersection.hpp b/include/Library/Mathematics/Geometry/3D/Intersection.hpp index 55a54a05..7cf9ed91 100755 --- a/include/Library/Mathematics/Geometry/3D/Intersection.hpp +++ b/include/Library/Mathematics/Geometry/3D/Intersection.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Intersection.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Object.hpp b/include/Library/Mathematics/Geometry/3D/Object.hpp index 573a668a..39169cc5 100755 --- a/include/Library/Mathematics/Geometry/3D/Object.hpp +++ b/include/Library/Mathematics/Geometry/3D/Object.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Object.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp index 458fa86e..be1fc354 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Composite.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp index 395affad..0b0d9b23 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Cone.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp index 366128c3..442bb0aa 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp index f6a3a3d1..f8362d16 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp index afb05d88..09e6ce1d 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Line.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp index d61f8e4e..14857915 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/LineString.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp index d71c5a76..d07ef4d3 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Plane.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp index 09d123fc..a52dffe7 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Point.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp index 6034c251..b2be1402 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/PointSet.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp index f2c8b759..5269383a 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Polygon.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp index f68cf5df..3965bb1b 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp index 17df855b..c93770c7 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Ray.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp index 2c1ddec7..3bf73623 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Segment.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp index a1acca9c..81169794 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Sphere.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Transformation.hpp b/include/Library/Mathematics/Geometry/3D/Transformation.hpp index eec66a51..31fa626b 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformation.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformation.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp index 28e948a1..360e0a59 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp index 487284e7..64264abf 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp index 37604484..bd53843f 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp index c80585d1..cb8d754b 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/Angle.hpp b/include/Library/Mathematics/Geometry/Angle.hpp index 64e751d2..02437cbd 100755 --- a/include/Library/Mathematics/Geometry/Angle.hpp +++ b/include/Library/Mathematics/Geometry/Angle.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/Angle.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Objects.hpp b/include/Library/Mathematics/Objects.hpp index d62a6ca1..a569f8b3 100644 --- a/include/Library/Mathematics/Objects.hpp +++ b/include/Library/Mathematics/Objects.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Objects/Eigen.hpp b/include/Library/Mathematics/Objects/Eigen.hpp index 44926449..5df573e9 100755 --- a/include/Library/Mathematics/Objects/Eigen.hpp +++ b/include/Library/Mathematics/Objects/Eigen.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Eigen.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Objects/Interval.hpp b/include/Library/Mathematics/Objects/Interval.hpp index 165e5469..2ca864b2 100755 --- a/include/Library/Mathematics/Objects/Interval.hpp +++ b/include/Library/Mathematics/Objects/Interval.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Interval.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Objects/Matrix.hpp b/include/Library/Mathematics/Objects/Matrix.hpp index 51a79411..b450c5e4 100755 --- a/include/Library/Mathematics/Objects/Matrix.hpp +++ b/include/Library/Mathematics/Objects/Matrix.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Matrix.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Objects/Vector.hpp b/include/Library/Mathematics/Objects/Vector.hpp index 5b91aa0d..b5e9d89c 100755 --- a/include/Library/Mathematics/Objects/Vector.hpp +++ b/include/Library/Mathematics/Objects/Vector.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Vector.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Object.cpp b/src/Library/Mathematics/Geometry/2D/Object.cpp index 873d49b0..dbfddfed 100644 --- a/src/Library/Mathematics/Geometry/2D/Object.cpp +++ b/src/Library/Mathematics/Geometry/2D/Object.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp b/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp index ee78c435..627a22d6 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp b/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp index c5d21159..a62c9bc4 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp index e6812309..e7850946 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp b/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp index f5ff4495..9eab08d0 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp index e3b56f48..68832679 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp index 67b25f00..ab9ab660 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/2D/Transformation.cpp b/src/Library/Mathematics/Geometry/2D/Transformation.cpp index 72c6d73f..84b6dd61 100644 --- a/src/Library/Mathematics/Geometry/2D/Transformation.cpp +++ b/src/Library/Mathematics/Geometry/2D/Transformation.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Intersection.cpp b/src/Library/Mathematics/Geometry/3D/Intersection.cpp index 4402767c..61d76a7f 100644 --- a/src/Library/Mathematics/Geometry/3D/Intersection.cpp +++ b/src/Library/Mathematics/Geometry/3D/Intersection.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Intersection.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Object.cpp b/src/Library/Mathematics/Geometry/3D/Object.cpp index e3389e67..c775bb64 100644 --- a/src/Library/Mathematics/Geometry/3D/Object.cpp +++ b/src/Library/Mathematics/Geometry/3D/Object.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp index 3fe23c99..db7903e5 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Composite.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp index 29801731..b49b8631 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Cone.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp index fc6fefa2..0953f240 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp index daa40c5a..0a26d3c5 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp index ac907561..2f2e437d 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Line.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp b/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp index 5b6df552..07f63632 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp index c3125501..704757ee 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Plane.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp index 54069f93..da34df74 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp b/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp index 44694762..1da0df36 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp index c9a5e2e5..261baf1e 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp index 6210e85f..1992f98e 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp index da4334e0..f6ef16ed 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Ray.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp index f04d7b6b..28872a25 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp index ccd0c55f..a3f77d8b 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Sphere.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Transformation.cpp b/src/Library/Mathematics/Geometry/3D/Transformation.cpp index dfa8dbce..fb045dfd 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformation.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformation.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp index c148fb22..5359a232 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index 0db31680..530efd5d 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp index 4e78170e..51f6a6ab 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Geometry/Angle.cpp b/src/Library/Mathematics/Geometry/Angle.cpp index a886dbff..8b84ff63 100644 --- a/src/Library/Mathematics/Geometry/Angle.cpp +++ b/src/Library/Mathematics/Geometry/Angle.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/Angle.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Objects/Interval.tpp b/src/Library/Mathematics/Objects/Interval.tpp index 0366caec..46d45e31 100644 --- a/src/Library/Mathematics/Objects/Interval.tpp +++ b/src/Library/Mathematics/Objects/Interval.tpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Interval.tpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Objects/Matrix.cpp b/src/Library/Mathematics/Objects/Matrix.cpp index 117a415c..baa01a16 100644 --- a/src/Library/Mathematics/Objects/Matrix.cpp +++ b/src/Library/Mathematics/Objects/Matrix.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Matrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/src/Library/Mathematics/Objects/Vector.cpp b/src/Library/Mathematics/Objects/Vector.cpp index 0e9a3e6e..9d27f218 100644 --- a/src/Library/Mathematics/Objects/Vector.cpp +++ b/src/Library/Mathematics/Objects/Vector.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Vector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Global.test.hpp b/test/Global.test.hpp index cb0ba5ea..7aaff5ad 100755 --- a/test/Global.test.hpp +++ b/test/Global.test.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Global.test.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp index 9af46483..ce2503e3 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp index 42edb0d7..b897ae01 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Point.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp index a6373fdd..4a36ac77 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp index c21955cc..c97ac338 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp b/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp index a36085ed..c50dfd2b 100644 --- a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/2D/Transformation.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp index bc972bc5..53fd7db1 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp index 7360a07d..4d2bb1d7 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp index d3cd8d79..f7d362f9 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp index 160fe70f..f92439c7 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp index 57ae3d01..4ea1fce6 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Line.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp index d86ad8f2..76c6f50d 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp index 2b5cdc6a..2fc719c0 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp index 6b9391db..df7305e9 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Point.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp index 14556797..f1f85a8b 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp index 83868b1f..93c49db3 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp index f9961795..acd0be1c 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp index e9b5bde2..89fd1657 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp index 6936ef19..ee287bd2 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp index a9bb24fb..2cf7f9b1 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp index fc86cffd..5f8ea0fe 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformation.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp index 55105411..7b4b4495 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp index bdadfe35..8355a32e 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp index e1813eed..2b6e90ea 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Objects/Interval.test.cpp b/test/Library/Mathematics/Objects/Interval.test.cpp index dbf87499..2b41a509 100644 --- a/test/Library/Mathematics/Objects/Interval.test.cpp +++ b/test/Library/Mathematics/Objects/Interval.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Interval.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Objects/Vector.test.cpp b/test/Library/Mathematics/Objects/Vector.test.cpp index 45145efd..7f412d66 100644 --- a/test/Library/Mathematics/Objects/Vector.test.cpp +++ b/test/Library/Mathematics/Objects/Vector.test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Objects/Vector.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Main.test.cxx b/test/Main.test.cxx index 68438046..5760fc9d 100755 --- a/test/Main.test.cxx +++ b/test/Main.test.cxx @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Main.test.cxx /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Setup.test.hpp b/test/Setup.test.hpp index 61e09644..b8631487 100755 --- a/test/Setup.test.hpp +++ b/test/Setup.test.hpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/// @project Library ▸ Mathematics +/// @project Open Space Toolkit ▸ Mathematics /// @file Library/Mathematics/Setup.test.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/tools/ci/deploy-documentation.sh b/tools/ci/deploy-documentation.sh index 51c7c1dd..ce12b1ff 100755 --- a/tools/ci/deploy-documentation.sh +++ b/tools/ci/deploy-documentation.sh @@ -2,7 +2,7 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/ci/deploy-documentation.sh # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/cmake/LibraryMathematicsConfig.cmake.in b/tools/cmake/LibraryMathematicsConfig.cmake.in index bcee5aa3..fa0714e9 100755 --- a/tools/cmake/LibraryMathematicsConfig.cmake.in +++ b/tools/cmake/LibraryMathematicsConfig.cmake.in @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/cmake/LibraryMathematicsConfig.cmake.in # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/cmake/LibraryMathematicsConfigVersion.cmake.in b/tools/cmake/LibraryMathematicsConfigVersion.cmake.in index 17c58cf4..86c6522e 100755 --- a/tools/cmake/LibraryMathematicsConfigVersion.cmake.in +++ b/tools/cmake/LibraryMathematicsConfigVersion.cmake.in @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/cmake/LibraryMathematicsConfigVersion.cmake.in # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/cmake/UninstallTarget.cmake.in b/tools/cmake/UninstallTarget.cmake.in index b0d03508..07724e5b 100755 --- a/tools/cmake/UninstallTarget.cmake.in +++ b/tools/cmake/UninstallTarget.cmake.in @@ -1,6 +1,6 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/cmake/UninstallTarget.cmake.in # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/development/helpers/build.sh b/tools/development/helpers/build.sh index db190999..48ed0127 100755 --- a/tools/development/helpers/build.sh +++ b/tools/development/helpers/build.sh @@ -2,7 +2,7 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/development/helpers/build.sh # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/development/helpers/clean.sh b/tools/development/helpers/clean.sh index ef6a1bbb..13c19f16 100755 --- a/tools/development/helpers/clean.sh +++ b/tools/development/helpers/clean.sh @@ -2,7 +2,7 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/development/helpers/clean.sh # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/development/helpers/debug.sh b/tools/development/helpers/debug.sh index 800acf4b..7a29d469 100755 --- a/tools/development/helpers/debug.sh +++ b/tools/development/helpers/debug.sh @@ -2,7 +2,7 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/development/helpers/debug.sh # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/development/helpers/test.sh b/tools/development/helpers/test.sh index d17d702e..2314bded 100755 --- a/tools/development/helpers/test.sh +++ b/tools/development/helpers/test.sh @@ -2,7 +2,7 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/development/helpers/test.sh # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tools/development/start.sh b/tools/development/start.sh index 1a422d65..0079a39c 100755 --- a/tools/development/start.sh +++ b/tools/development/start.sh @@ -2,7 +2,7 @@ ################################################################################################################################################################ -# @project Library ▸ Mathematics +# @project Open Space Toolkit ▸ Mathematics # @file tools/development/start.sh # @author Lucas Brémond # @license Apache License 2.0 From 06c5afc25de2e87e04ddd23e7e88a26e1aca55ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:13:00 -0800 Subject: [PATCH 02/25] =?UTF-8?q?[misc]=20Replace=20Library=20=E2=96=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- README.md | 2 +- bindings/python/README.md | 4 ++-- bindings/python/docs/Reference.ipynb | 2 +- bindings/python/docs/Reference/Geometry.ipynb | 2 +- .../python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb | 2 +- bindings/python/docs/Reference/Objects.ipynb | 2 +- docker/development/debian/Dockerfile | 2 +- docker/development/fedora/Dockerfile | 2 +- docs/doxygen/html/header.html | 2 +- tools/development/start.sh | 4 ++-- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a0ce3aa..98ab2b30 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,13 +260,13 @@ ENDIF () # INCLUDE_DIRECTORIES ("/usr/local/include/Gte") -### Library ▸ Core [0.2.x] +### Open Space Toolkit ▸ Core [0.2.x] FIND_PACKAGE ("LibraryCore" "0.2" REQUIRED) IF (NOT LibraryCore_FOUND) - MESSAGE (SEND_ERROR "[Library ▸ Core] not found.") + MESSAGE (SEND_ERROR "[Open Space Toolkit ▸ Core] not found.") ENDIF () diff --git a/README.md b/README.md index a4eab0e4..81acd9be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Library ▸ Mathematics +# Open Space Toolkit ▸ Mathematics Geometry, curve fitting, optimization. diff --git a/bindings/python/README.md b/bindings/python/README.md index a4bedbc4..962cdc04 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -1,4 +1,4 @@ -# Library ▸ Mathematics ▸ Bindings ▸ Python +# Open Space Toolkit ▸ Mathematics ▸ Bindings ▸ Python Geometry, curve fitting, optimization. @@ -9,4 +9,4 @@ Geometry, curve fitting, optimization. [![PyPI version](https://badge.fury.io/py/LibraryMathematicsPy.svg)](https://badge.fury.io/py/LibraryMathematicsPy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[Library ▸ Mathematics](https://github.com/open-space-collective/library-mathematics) +[Open Space Toolkit ▸ Mathematics](https://github.com/open-space-collective/library-mathematics) diff --git a/bindings/python/docs/Reference.ipynb b/bindings/python/docs/Reference.ipynb index 79cc2a13..f1706b9f 100644 --- a/bindings/python/docs/Reference.ipynb +++ b/bindings/python/docs/Reference.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Library ▸ Mathematics" + "# Open Space Toolkit ▸ Mathematics" ] }, { diff --git a/bindings/python/docs/Reference/Geometry.ipynb b/bindings/python/docs/Reference/Geometry.ipynb index 17efb36b..b1f3758f 100644 --- a/bindings/python/docs/Reference/Geometry.ipynb +++ b/bindings/python/docs/Reference/Geometry.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Library ▸ Mathematics ▸ Geometry" + "# Open Space Toolkit ▸ Mathematics ▸ Geometry" ] }, { diff --git a/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb b/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb index ea007ef0..315b6cad 100644 --- a/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb +++ b/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Library ▸ Mathematics ▸ Geometry ▸ 2D ▸ Objects ▸ Polygon" + "# Open Space Toolkit ▸ Mathematics ▸ Geometry ▸ 2D ▸ Objects ▸ Polygon" ] }, { diff --git a/bindings/python/docs/Reference/Objects.ipynb b/bindings/python/docs/Reference/Objects.ipynb index 028b97a6..e96f4a2f 100644 --- a/bindings/python/docs/Reference/Objects.ipynb +++ b/bindings/python/docs/Reference/Objects.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Library ▸ Mathematics ▸ Objects" + "# Open Space Toolkit ▸ Mathematics ▸ Objects" ] }, { diff --git a/docker/development/debian/Dockerfile b/docker/development/debian/Dockerfile index bd0cba96..e6d47fff 100644 --- a/docker/development/debian/Dockerfile +++ b/docker/development/debian/Dockerfile @@ -47,7 +47,7 @@ RUN git clone --branch 3.28 --depth 1 https://github.com/lucas-bremond/geometric && cp -r ./Include /usr/local/include/Gte \ && rm -rf /tmp/geometric-tools-engine -## Library ▸ Core [0.2.5] +## Open Space Toolkit ▸ Core [0.2.5] RUN mkdir -p /tmp/library-core \ && cd /tmp/library-core \ diff --git a/docker/development/fedora/Dockerfile b/docker/development/fedora/Dockerfile index a4ca5279..34d19848 100644 --- a/docker/development/fedora/Dockerfile +++ b/docker/development/fedora/Dockerfile @@ -47,7 +47,7 @@ RUN git clone --branch 3.28 --depth 1 https://github.com/lucas-bremond/geometric && cp -r ./Include /usr/local/include/Gte \ && rm -rf /tmp/geometric-tools-engine -## Library ▸ Core [0.2.5] +## Open Space Toolkit ▸ Core [0.2.5] RUN mkdir -p /tmp/library-core \ && cd /tmp/library-core \ diff --git a/docs/doxygen/html/header.html b/docs/doxygen/html/header.html index 21db4241..6861e8bd 100755 --- a/docs/doxygen/html/header.html +++ b/docs/doxygen/html/header.html @@ -18,7 +18,7 @@
-
+
$searchbox diff --git a/tools/development/start.sh b/tools/development/start.sh index 0079a39c..cc0b03ed 100755 --- a/tools/development/start.sh +++ b/tools/development/start.sh @@ -24,7 +24,7 @@ if [[ ! -z ${1} ]] && [[ ${1} == "--link" ]]; then options="" command="" - # Library ▸ Core + # Open Space Toolkit ▸ Core if [[ -z ${library_core_directory} ]]; then echo "Variable [library_core_directory] is undefined." @@ -32,7 +32,7 @@ if [[ ! -z ${1} ]] && [[ ${1} == "--link" ]]; then fi if [[ ! -d ${library_core_directory} ]]; then - echo "Library ▸ Core directory [${library_core_directory}] cannot be found." + echo "Open Space Toolkit ▸ Core directory [${library_core_directory}] cannot be found." exit 1 fi From 3683eeb69eeb47ba32583c6141c73d46a80ee587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:13:34 -0800 Subject: [PATCH 03/25] [misc] Replace library-mathematics --- .devcontainer/devcontainer.json | 2 +- CMakeLists.txt | 2 +- Makefile | 2 +- README.md | 12 ++++++------ bindings/python/CMakeLists.txt | 2 +- bindings/python/README.md | 10 +++++----- bindings/python/tools/python/setup.py.in | 4 ++-- docker/release/debian/Dockerfile | 6 +++--- docker/release/fedora/Dockerfile | 6 +++--- docs/doxygen/html/header.html | 2 +- docs/index.html | 4 ++-- tools/cmake/LibraryMathematicsConfig.cmake.in | 2 +- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c98ef509..79f957b0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "ms-python.python", "mhutchie.git-graph" ], - "image": "openspacecollective/library-mathematics-development:latest-debian", + "image": "openspacecollective/open-space-toolkit-mathematics-development:latest-debian", "settings": { "terminal.integrated.shell.linux": "/bin/bash" }, diff --git a/CMakeLists.txt b/CMakeLists.txt index 98ab2b30..a66df0fb 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ SET (PROJECT_NAME "LibraryMathematics") SET (PROJECT_DESCRIPTION "Mathematics library.") SET (PROJECT_PATH "Library/Mathematics") -SET (PROJECT_PACKAGE_NAME "library-mathematics") +SET (PROJECT_PACKAGE_NAME "open-space-toolkit-mathematics") SET (PROJECT_LICENSE "Apache License 2.0") SET (PROJECT_VENDOR_ID "org.open-space-collective") SET (PROJECT_VENDOR_NAME "Open Space Collective") diff --git a/Makefile b/Makefile index 3fc777d0..d5b6e97f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ################################################################################################################################################################ -export project_name := library-mathematics +export project_name := open-space-toolkit-mathematics export project_version := $(shell git describe --tags --always) export project_directory := $(shell git rev-parse --show-toplevel) diff --git a/README.md b/README.md index 81acd9be..cf5f173c 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Geometry, curve fitting, optimization. -[![Build Status](https://travis-ci.com/open-space-collective/library-mathematics.svg?branch=master)](https://travis-ci.com/open-space-collective/library-mathematics) -[![Code Coverage](https://codecov.io/gh/open-space-collective/library-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/library-mathematics) -[![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/library-mathematics) -[![GitHub version](https://badge.fury.io/gh/open-space-collective%2Flibrary-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Flibrary-mathematics) +[![Build Status](https://travis-ci.com/open-space-collective/open-space-toolkit-mathematics.svg?branch=master)](https://travis-ci.com/open-space-collective/open-space-toolkit-mathematics) +[![Code Coverage](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics) +[![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/open-space-toolkit-mathematics) +[![GitHub version](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics) [![PyPI version](https://badge.fury.io/py/LibraryMathematicsPy.svg)](https://badge.fury.io/py/LibraryMathematicsPy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -171,7 +171,7 @@ make start-development This will: -1. Build the `openspacecollective/library-mathematics-development` Docker image. +1. Build the `openspacecollective/open-space-toolkit-mathematics-development` Docker image. 2. Create a development environment container with local source files and helper scripts mounted. 3. Start a `bash` shell from the `./build` working directory. @@ -200,7 +200,7 @@ make test Or to run them manually: ```bash -./bin/library-mathematics.test +./bin/open-space-toolkit-mathematics.test ``` *Tip: `helpers/test.sh` simplifies running tests from within the development environment.* diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index c19f7f9b..653bd5e4 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -153,7 +153,7 @@ ADD_CUSTOM_COMMAND (OUTPUT ${OUTPUT} COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/${PROJECT_PATH}/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/__init__.py" COMMAND cp "/usr/local/lib/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" COMMAND cp "/usr/local/lib/libboost_numpy37.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.${BOOST_VERSION}.0" - COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${SHARED_LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/liblibrary-mathematics.so.0" + COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${SHARED_LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libopen-space-toolkit-mathematics.so.0" COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/LibraryMathematicsPy.so" COMMAND ${PYTHON} ${SETUP_PY} bdist_wheel COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT} diff --git a/bindings/python/README.md b/bindings/python/README.md index 962cdc04..8dca4840 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -2,11 +2,11 @@ Geometry, curve fitting, optimization. -[![Build Status](https://travis-ci.com/open-space-collective/library-mathematics.svg?branch=master)](https://travis-ci.com/open-space-collective/library-mathematics) -[![Code Coverage](https://codecov.io/gh/open-space-collective/library-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/library-mathematics) -[![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/library-mathematics) -[![GitHub version](https://badge.fury.io/gh/open-space-collective%2Flibrary-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Flibrary-mathematics) +[![Build Status](https://travis-ci.com/open-space-collective/open-space-toolkit-mathematics.svg?branch=master)](https://travis-ci.com/open-space-collective/open-space-toolkit-mathematics) +[![Code Coverage](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics) +[![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/open-space-toolkit-mathematics) +[![GitHub version](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics) [![PyPI version](https://badge.fury.io/py/LibraryMathematicsPy.svg)](https://badge.fury.io/py/LibraryMathematicsPy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[Open Space Toolkit ▸ Mathematics](https://github.com/open-space-collective/library-mathematics) +[Open Space Toolkit ▸ Mathematics](https://github.com/open-space-collective/open-space-toolkit-mathematics) diff --git a/bindings/python/tools/python/setup.py.in b/bindings/python/tools/python/setup.py.in index 5a825ccd..d96f26dd 100644 --- a/bindings/python/tools/python/setup.py.in +++ b/bindings/python/tools/python/setup.py.in @@ -23,7 +23,7 @@ setuptools.setup( description = 'Geometry, curve fitting, optimization.', long_description = long_description, long_description_content_type = 'text/markdown', - url = 'https://github.com/open-space-collective/library-mathematics', + url = 'https://github.com/open-space-collective/open-space-toolkit-mathematics', classifiers = ( 'Development Status :: 3 - Alpha', 'Programming Language :: Python :: 3', @@ -35,7 +35,7 @@ setuptools.setup( package_data = { '': [ '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/LibraryMathematicsPy.so', - '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/liblibrary-mathematics.so.0', + '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libopen-space-toolkit-mathematics.so.0', '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.1.69.0' ] }, diff --git a/docker/release/debian/Dockerfile b/docker/release/debian/Dockerfile index 0b293b41..c103c8fd 100644 --- a/docker/release/debian/Dockerfile +++ b/docker/release/debian/Dockerfile @@ -9,7 +9,7 @@ ARG VERSION -FROM openspacecollective/library-mathematics-development:${VERSION}-debian as cpp-builder +FROM openspacecollective/open-space-toolkit-mathematics-development:${VERSION}-debian as cpp-builder RUN mkdir -p /app/bin /app/build /app/lib @@ -39,11 +39,11 @@ FROM debian:buster as cpp-release ENV LD_LIBRARY_PATH /usr/local/lib COPY --from=cpp-builder /usr/local/include/Library /usr/local/include/Library -COPY --from=cpp-builder /usr/local/lib/liblibrary-mathematics.* /usr/local/lib/ +COPY --from=cpp-builder /usr/local/lib/libopen-space-toolkit-mathematics.* /usr/local/lib/ COPY --from=cpp-builder /usr/local/share/Library /usr/local/share/Library COPY --from=cpp-builder /usr/local/test/Library /usr/local/test/Library -ENTRYPOINT ["/usr/local/test/Library/Mathematics/library-mathematics.test"] +ENTRYPOINT ["/usr/local/test/Library/Mathematics/open-space-toolkit-mathematics.test"] ################################################################################################################################################################ diff --git a/docker/release/fedora/Dockerfile b/docker/release/fedora/Dockerfile index ee012d7f..002a41da 100644 --- a/docker/release/fedora/Dockerfile +++ b/docker/release/fedora/Dockerfile @@ -9,7 +9,7 @@ ARG VERSION -FROM openspacecollective/library-mathematics-development:${VERSION}-fedora as cpp-builder +FROM openspacecollective/open-space-toolkit-mathematics-development:${VERSION}-fedora as cpp-builder RUN mkdir -p /app/bin /app/build /app/lib @@ -39,11 +39,11 @@ FROM fedora:30 as cpp-release ENV LD_LIBRARY_PATH /usr/local/lib COPY --from=cpp-builder /usr/local/include/Library /usr/local/include/Library -COPY --from=cpp-builder /usr/local/lib/liblibrary-mathematics.* /usr/local/lib/ +COPY --from=cpp-builder /usr/local/lib/libopen-space-toolkit-mathematics.* /usr/local/lib/ COPY --from=cpp-builder /usr/local/share/Library /usr/local/share/Library COPY --from=cpp-builder /usr/local/test/Library /usr/local/test/Library -ENTRYPOINT ["/usr/local/test/Library/Mathematics/library-mathematics.test"] +ENTRYPOINT ["/usr/local/test/Library/Mathematics/open-space-toolkit-mathematics.test"] ################################################################################################################################################################ diff --git a/docs/doxygen/html/header.html b/docs/doxygen/html/header.html index 6861e8bd..ed654d7d 100755 --- a/docs/doxygen/html/header.html +++ b/docs/doxygen/html/header.html @@ -18,7 +18,7 @@
-
+
$searchbox diff --git a/docs/index.html b/docs/index.html index 7329b480..a7f10eb8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,11 +2,11 @@ - + Redirecting... - \ No newline at end of file + diff --git a/tools/cmake/LibraryMathematicsConfig.cmake.in b/tools/cmake/LibraryMathematicsConfig.cmake.in index fa0714e9..d1e87160 100755 --- a/tools/cmake/LibraryMathematicsConfig.cmake.in +++ b/tools/cmake/LibraryMathematicsConfig.cmake.in @@ -10,7 +10,7 @@ SET (LibraryMathematics_ROOT_DIR ${LibraryMathematics_ROOT_DIR} @CMAKE_INSTALL_PREFIX@) FIND_PATH (LibraryMathematics_INCLUDE_DIR "Library/Mathematics/Objects.hpp" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "include" NO_DEFAULT_PATH) -FIND_LIBRARY (LibraryMathematics_LIBRARY NAMES "liblibrary-mathematics.so" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "lib" NO_DEFAULT_PATH) +FIND_LIBRARY (LibraryMathematics_LIBRARY NAMES "libopen-space-toolkit-mathematics.so" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "lib" NO_DEFAULT_PATH) # MESSAGE (STATUS "LibraryMathematics_ROOT_DIR = ${LibraryMathematics_ROOT_DIR}") # MESSAGE (STATUS "LibraryMathematics_INCLUDE_DIR = ${LibraryMathematics_INCLUDE_DIR}") From d0216460c63b554937dea63dee7a34fe75b36bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:14:06 -0800 Subject: [PATCH 04/25] [misc] Replace Library / Mathematics --- bindings/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 653bd5e4..2a1fb006 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -10,7 +10,7 @@ ## Project Properties SET (PROJECT_NAME "LibraryMathematicsPy") -SET (PROJECT_DESCRIPTION "Python bindings for Library / Mathematics.") +SET (PROJECT_DESCRIPTION "Python bindings for Open Space Toolkit / Mathematics.") SET (PROJECT_PACKAGE_NAME "LibraryMathematicsPy") SET (PROJECT_PATH "Library/Mathematics") SET (PROJECT_LICENSE "Apache License 2.0") From 9cc573319aa099d7a1740368ec1792cf0d5d5392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:14:40 -0800 Subject: [PATCH 05/25] [misc] Replace import guards --- include/Library/Mathematics/Geometry/2D/Object.hpp | 4 ++-- .../Library/Mathematics/Geometry/2D/Objects/LineString.hpp | 4 ++-- .../Mathematics/Geometry/2D/Objects/MultiLineString.hpp | 4 ++-- .../Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp | 4 ++-- include/Library/Mathematics/Geometry/2D/Objects/Point.hpp | 4 ++-- include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp | 4 ++-- include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp | 4 ++-- include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp | 4 ++-- include/Library/Mathematics/Geometry/2D/Transformation.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Intersection.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Object.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Line.hpp | 4 ++-- .../Library/Mathematics/Geometry/3D/Objects/LineString.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Point.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp | 4 ++-- include/Library/Mathematics/Geometry/3D/Transformation.hpp | 4 ++-- .../Geometry/3D/Transformations/Rotations/EulerAngle.hpp | 4 ++-- .../Geometry/3D/Transformations/Rotations/Quaternion.hpp | 4 ++-- .../Geometry/3D/Transformations/Rotations/RotationMatrix.hpp | 4 ++-- .../Geometry/3D/Transformations/Rotations/RotationVector.hpp | 4 ++-- include/Library/Mathematics/Geometry/Angle.hpp | 4 ++-- include/Library/Mathematics/Objects.hpp | 4 ++-- include/Library/Mathematics/Objects/Eigen.hpp | 4 ++-- include/Library/Mathematics/Objects/Interval.hpp | 4 ++-- include/Library/Mathematics/Objects/Matrix.hpp | 4 ++-- include/Library/Mathematics/Objects/Vector.hpp | 4 ++-- 36 files changed, 72 insertions(+), 72 deletions(-) diff --git a/include/Library/Mathematics/Geometry/2D/Object.hpp b/include/Library/Mathematics/Geometry/2D/Object.hpp index 7eb74bc8..477b6a8c 100755 --- a/include/Library/Mathematics/Geometry/2D/Object.hpp +++ b/include/Library/Mathematics/Geometry/2D/Object.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Object__ -#define __Library_Mathematics_Geometry_2D_Object__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Object__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Object__ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp index a8c52b2b..a473e991 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_LineString__ -#define __Library_Mathematics_Geometry_2D_Objects_LineString__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp index 9b6613dc..6c5ceee4 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_MultiLineString__ -#define __Library_Mathematics_Geometry_2D_Objects_MultiLineString__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiLineString__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiLineString__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp index a96911d8..b2ca349b 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_MultiPolygon__ -#define __Library_Mathematics_Geometry_2D_Objects_MultiPolygon__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiPolygon__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiPolygon__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp index 813101fb..a9c923c5 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_Point__ -#define __Library_Mathematics_Geometry_2D_Objects_Point__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp index a5c480ed..1f35f78c 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_PointSet__ -#define __Library_Mathematics_Geometry_2D_Objects_PointSet__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp index 78017b6f..86a27357 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_Polygon__ -#define __Library_Mathematics_Geometry_2D_Objects_Polygon__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp index 2ac0394a..96340ab8 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Objects_Segment__ -#define __Library_Mathematics_Geometry_2D_Objects_Segment__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Segment__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Segment__ #include #include diff --git a/include/Library/Mathematics/Geometry/2D/Transformation.hpp b/include/Library/Mathematics/Geometry/2D/Transformation.hpp index 1ca53b04..ba2423f4 100755 --- a/include/Library/Mathematics/Geometry/2D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/2D/Transformation.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_2D_Transformation__ -#define __Library_Mathematics_Geometry_2D_Transformation__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation__ +#define __OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Intersection.hpp b/include/Library/Mathematics/Geometry/3D/Intersection.hpp index 7cf9ed91..da55c295 100755 --- a/include/Library/Mathematics/Geometry/3D/Intersection.hpp +++ b/include/Library/Mathematics/Geometry/3D/Intersection.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Intersection__ -#define __Library_Mathematics_Geometry_3D_Intersection__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Intersection__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Intersection__ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Object.hpp b/include/Library/Mathematics/Geometry/3D/Object.hpp index 39169cc5..a7f90e2c 100755 --- a/include/Library/Mathematics/Geometry/3D/Object.hpp +++ b/include/Library/Mathematics/Geometry/3D/Object.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Object__ -#define __Library_Mathematics_Geometry_3D_Object__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Object__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Object__ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp index be1fc354..1428c8ba 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Composite__ -#define __Library_Mathematics_Geometry_3D_Objects_Composite__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite__ #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp index 0b0d9b23..8652d402 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Cone__ -#define __Library_Mathematics_Geometry_3D_Objects_Cone__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp index 442bb0aa..394bf04c 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Cuboid__ -#define __Library_Mathematics_Geometry_3D_Objects_Cuboid__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp index f8362d16..85c4403d 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Ellipsoid__ -#define __Library_Mathematics_Geometry_3D_Objects_Ellipsoid__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp index 09e6ce1d..200995c7 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Line__ -#define __Library_Mathematics_Geometry_3D_Objects_Line__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp index 14857915..7fade298 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_LineString__ -#define __Library_Mathematics_Geometry_3D_Objects_LineString__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp index d07ef4d3..33169eb8 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Plane__ -#define __Library_Mathematics_Geometry_3D_Objects_Plane__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp index a52dffe7..e71bad75 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Point__ -#define __Library_Mathematics_Geometry_3D_Objects_Point__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp index b2be1402..a84c9c7c 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_PointSet__ -#define __Library_Mathematics_Geometry_3D_Objects_PointSet__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp index 5269383a..77c4e9ce 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Polygon__ -#define __Library_Mathematics_Geometry_3D_Objects_Polygon__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp index 3965bb1b..9ea7427e 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Pyramid__ -#define __Library_Mathematics_Geometry_3D_Objects_Pyramid__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp index c93770c7..ab2ed53b 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Ray__ -#define __Library_Mathematics_Geometry_3D_Objects_Ray__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp index 3bf73623..005f9752 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Segment__ -#define __Library_Mathematics_Geometry_3D_Objects_Segment__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp index 81169794..82b18d00 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Objects_Sphere__ -#define __Library_Mathematics_Geometry_3D_Objects_Sphere__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Transformation.hpp b/include/Library/Mathematics/Geometry/3D/Transformation.hpp index 31fa626b..2b99322b 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformation.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Transformation__ -#define __Library_Mathematics_Geometry_3D_Transformation__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp index 360e0a59..1ebe17d3 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Transformations_Rotations_EulerAngle__ -#define __Library_Mathematics_Geometry_3D_Transformations_Rotations_EulerAngle__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_EulerAngle__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_EulerAngle__ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp index 64264abf..44a837c4 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion__ -#define __Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp index bd53843f..a739b41b 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix__ -#define __Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix__ #include #include diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp index cb8d754b..5af48a43 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector__ -#define __Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector__ +#define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector__ #include #include diff --git a/include/Library/Mathematics/Geometry/Angle.hpp b/include/Library/Mathematics/Geometry/Angle.hpp index 02437cbd..89cd4488 100755 --- a/include/Library/Mathematics/Geometry/Angle.hpp +++ b/include/Library/Mathematics/Geometry/Angle.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Geometry_Angle__ -#define __Library_Mathematics_Geometry_Angle__ +#ifndef __OpenSpaceToolkit_Mathematics_Geometry_Angle__ +#define __OpenSpaceToolkit_Mathematics_Geometry_Angle__ #include diff --git a/include/Library/Mathematics/Objects.hpp b/include/Library/Mathematics/Objects.hpp index a569f8b3..1361ce90 100644 --- a/include/Library/Mathematics/Objects.hpp +++ b/include/Library/Mathematics/Objects.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Objects__ -#define __Library_Mathematics_Objects__ +#ifndef __OpenSpaceToolkit_Mathematics_Objects__ +#define __OpenSpaceToolkit_Mathematics_Objects__ #include #include diff --git a/include/Library/Mathematics/Objects/Eigen.hpp b/include/Library/Mathematics/Objects/Eigen.hpp index 5df573e9..ff391746 100755 --- a/include/Library/Mathematics/Objects/Eigen.hpp +++ b/include/Library/Mathematics/Objects/Eigen.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Objects_Eigen__ -#define __Library_Mathematics_Objects_Eigen__ +#ifndef __OpenSpaceToolkit_Mathematics_Objects_Eigen__ +#define __OpenSpaceToolkit_Mathematics_Objects_Eigen__ #include diff --git a/include/Library/Mathematics/Objects/Interval.hpp b/include/Library/Mathematics/Objects/Interval.hpp index 2ca864b2..b1ec5806 100755 --- a/include/Library/Mathematics/Objects/Interval.hpp +++ b/include/Library/Mathematics/Objects/Interval.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Objects_Interval__ -#define __Library_Mathematics_Objects_Interval__ +#ifndef __OpenSpaceToolkit_Mathematics_Objects_Interval__ +#define __OpenSpaceToolkit_Mathematics_Objects_Interval__ #include #include diff --git a/include/Library/Mathematics/Objects/Matrix.hpp b/include/Library/Mathematics/Objects/Matrix.hpp index b450c5e4..2d72e162 100755 --- a/include/Library/Mathematics/Objects/Matrix.hpp +++ b/include/Library/Mathematics/Objects/Matrix.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Objects_Matrix__ -#define __Library_Mathematics_Objects_Matrix__ +#ifndef __OpenSpaceToolkit_Mathematics_Objects_Matrix__ +#define __OpenSpaceToolkit_Mathematics_Objects_Matrix__ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Objects/Vector.hpp b/include/Library/Mathematics/Objects/Vector.hpp index b5e9d89c..db619132 100755 --- a/include/Library/Mathematics/Objects/Vector.hpp +++ b/include/Library/Mathematics/Objects/Vector.hpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __Library_Mathematics_Objects_Vector__ -#define __Library_Mathematics_Objects_Vector__ +#ifndef __OpenSpaceToolkit_Mathematics_Objects_Vector__ +#define __OpenSpaceToolkit_Mathematics_Objects_Vector__ #include From 3356946243b7c7a9f3a224fb73aacf447ca2d246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:15:13 -0800 Subject: [PATCH 06/25] [misc] Replace library namespace --- .../Geometry/2D/Object.cpp | 2 +- .../Geometry/2D/Objects/LineString.cpp | 10 +- .../Geometry/2D/Objects/Point.cpp | 12 +- .../Geometry/2D/Objects/PointSet.cpp | 10 +- .../Geometry/2D/Objects/Polygon.cpp | 14 +- .../Geometry/2D/Objects/Segment.cpp | 10 +- .../Geometry/2D/Transformation.cpp | 8 +- .../Geometry/3D/Intersection.cpp | 36 +- .../Geometry/3D/Object.cpp | 24 +- .../Geometry/3D/Objects/Composite.cpp | 40 +- .../Geometry/3D/Objects/Cone.cpp | 34 +- .../Geometry/3D/Objects/Cuboid.cpp | 32 +- .../Geometry/3D/Objects/Ellipsoid.cpp | 28 +- .../Geometry/3D/Objects/Line.cpp | 16 +- .../Geometry/3D/Objects/LineString.cpp | 8 +- .../Geometry/3D/Objects/Plane.cpp | 18 +- .../Geometry/3D/Objects/Point.cpp | 10 +- .../Geometry/3D/Objects/PointSet.cpp | 8 +- .../Geometry/3D/Objects/Polygon.cpp | 10 +- .../Geometry/3D/Objects/Pyramid.cpp | 32 +- .../Geometry/3D/Objects/Ray.cpp | 18 +- .../Geometry/3D/Objects/Segment.cpp | 14 +- .../Geometry/3D/Objects/Sphere.cpp | 26 +- .../Geometry/3D/Transformation.cpp | 10 +- .../Transformations/Rotations/Quaternion.cpp | 12 +- .../Rotations/RotationMatrix.cpp | 10 +- .../Rotations/RotationVector.cpp | 12 +- .../LibraryMathematicsPy/Geometry/Angle.cpp | 12 +- .../LibraryMathematicsPy/Objects/Interval.cpp | 4 +- .../Mathematics/Geometry/2D/Object.hpp | 6 +- .../Geometry/2D/Objects/LineString.hpp | 14 +- .../Geometry/2D/Objects/MultiLineString.hpp | 16 +- .../Geometry/2D/Objects/MultiPolygon.hpp | 20 +- .../Mathematics/Geometry/2D/Objects/Point.hpp | 8 +- .../Geometry/2D/Objects/PointSet.hpp | 14 +- .../Geometry/2D/Objects/Polygon.hpp | 18 +- .../Geometry/2D/Objects/Segment.hpp | 8 +- .../Geometry/2D/Transformation.hpp | 18 +- .../Mathematics/Geometry/3D/Intersection.hpp | 18 +- .../Mathematics/Geometry/3D/Object.hpp | 4 +- .../Geometry/3D/Objects/Composite.hpp | 20 +- .../Mathematics/Geometry/3D/Objects/Cone.hpp | 20 +- .../Geometry/3D/Objects/Cuboid.hpp | 16 +- .../Geometry/3D/Objects/Ellipsoid.hpp | 14 +- .../Mathematics/Geometry/3D/Objects/Line.hpp | 10 +- .../Geometry/3D/Objects/LineString.hpp | 14 +- .../Mathematics/Geometry/3D/Objects/Plane.hpp | 16 +- .../Mathematics/Geometry/3D/Objects/Point.hpp | 12 +- .../Geometry/3D/Objects/PointSet.hpp | 14 +- .../Geometry/3D/Objects/Polygon.hpp | 20 +- .../Geometry/3D/Objects/Pyramid.hpp | 18 +- .../Mathematics/Geometry/3D/Objects/Ray.hpp | 10 +- .../Geometry/3D/Objects/Segment.hpp | 8 +- .../Geometry/3D/Objects/Sphere.hpp | 8 +- .../Geometry/3D/Transformation.hpp | 24 +- .../Transformations/Rotations/EulerAngle.hpp | 2 +- .../Transformations/Rotations/Quaternion.hpp | 14 +- .../Rotations/RotationMatrix.hpp | 12 +- .../Rotations/RotationVector.hpp | 10 +- .../Library/Mathematics/Geometry/Angle.hpp | 12 +- .../Library/Mathematics/Objects/Interval.hpp | 6 +- .../Library/Mathematics/Objects/Matrix.hpp | 2 +- .../Library/Mathematics/Objects/Vector.hpp | 2 +- .../Mathematics/Geometry/2D/Object.cpp | 28 +- .../Geometry/2D/Objects/LineString.cpp | 24 +- .../Geometry/2D/Objects/MultiPolygon.cpp | 44 +-- .../Mathematics/Geometry/2D/Objects/Point.cpp | 42 +-- .../Geometry/2D/Objects/PointSet.cpp | 20 +- .../Geometry/2D/Objects/Polygon.cpp | 88 ++--- .../Geometry/2D/Objects/Segment.cpp | 38 +- .../Geometry/2D/Transformation.cpp | 38 +- .../Mathematics/Geometry/3D/Intersection.cpp | 20 +- .../Mathematics/Geometry/3D/Object.cpp | 128 +++---- .../Geometry/3D/Objects/Composite.cpp | 58 +-- .../Mathematics/Geometry/3D/Objects/Cone.cpp | 46 +-- .../Geometry/3D/Objects/Cuboid.cpp | 68 ++-- .../Geometry/3D/Objects/Ellipsoid.cpp | 114 +++--- .../Mathematics/Geometry/3D/Objects/Line.cpp | 32 +- .../Geometry/3D/Objects/LineString.cpp | 22 +- .../Mathematics/Geometry/3D/Objects/Plane.cpp | 44 +-- .../Mathematics/Geometry/3D/Objects/Point.cpp | 44 +-- .../Geometry/3D/Objects/PointSet.cpp | 16 +- .../Geometry/3D/Objects/Polygon.cpp | 56 +-- .../Geometry/3D/Objects/Pyramid.cpp | 66 ++-- .../Mathematics/Geometry/3D/Objects/Ray.cpp | 36 +- .../Geometry/3D/Objects/Segment.cpp | 40 +- .../Geometry/3D/Objects/Sphere.cpp | 72 ++-- .../Geometry/3D/Transformation.cpp | 44 +-- .../Transformations/Rotations/Quaternion.cpp | 108 +++--- .../Rotations/RotationMatrix.cpp | 118 +++--- .../Rotations/RotationVector.cpp | 30 +- src/Library/Mathematics/Geometry/Angle.cpp | 94 ++--- src/Library/Mathematics/Objects/Interval.tpp | 68 ++-- src/Library/Mathematics/Objects/Matrix.cpp | 2 +- src/Library/Mathematics/Objects/Vector.cpp | 2 +- test/Global.test.hpp | 2 +- .../Geometry/2D/Objects/LineString.test.cpp | 48 +-- .../Geometry/2D/Objects/Point.test.cpp | 52 +-- .../Geometry/2D/Objects/PointSet.test.cpp | 44 +-- .../Geometry/2D/Objects/Polygon.test.cpp | 90 ++--- .../Geometry/2D/Transformation.test.cpp | 42 +-- .../Geometry/3D/Objects/Composite.test.cpp | 350 +++++++++--------- .../Geometry/3D/Objects/Cone.test.cpp | 128 +++---- .../Geometry/3D/Objects/Cuboid.test.cpp | 266 ++++++------- .../Geometry/3D/Objects/Ellipsoid.test.cpp | 206 +++++------ .../Geometry/3D/Objects/Line.test.cpp | 66 ++-- .../Geometry/3D/Objects/LineString.test.cpp | 54 +-- .../Geometry/3D/Objects/Plane.test.cpp | 106 +++--- .../Geometry/3D/Objects/Point.test.cpp | 54 +-- .../Geometry/3D/Objects/PointSet.test.cpp | 46 +-- .../Geometry/3D/Objects/Polygon.test.cpp | 116 +++--- .../Geometry/3D/Objects/Pyramid.test.cpp | 116 +++--- .../Geometry/3D/Objects/Ray.test.cpp | 74 ++-- .../Geometry/3D/Objects/Segment.test.cpp | 68 ++-- .../Geometry/3D/Objects/Sphere.test.cpp | 94 ++--- .../Geometry/3D/Transformation.test.cpp | 46 +-- .../Rotations/Quaternion.test.cpp | 108 +++--- .../Rotations/RotationMatrix.test.cpp | 46 +-- .../Rotations/RotationVector.test.cpp | 68 ++-- .../Mathematics/Objects/Interval.test.cpp | 108 +++--- .../Mathematics/Objects/Vector.test.cpp | 32 +- test/Main.test.cxx | 2 +- test/Setup.test.hpp | 2 +- 123 files changed, 2496 insertions(+), 2496 deletions(-) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp index 9bf86f93..5374ba85 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp @@ -16,7 +16,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Object ( ) using namespace boost::python ; - using library::math::geom::d2::Object ; + using ostk::math::geom::d2::Object ; scope in_Object = class_("Object", no_init) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp index b98a00b2..058c2f28 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp @@ -11,18 +11,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_LineString_toString_overloads, library::math::geom::d2::objects::LineString::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_LineString_toString_overloads, ostk::math::geom::d2::objects::LineString::toString, 0, 2) inline void LibraryMathematicsPy_Geometry_2D_Objects_LineString ( ) { using namespace boost::python ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::Object ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::Object ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::LineString ; scope in_LineString = class_>("LineString", init&>()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp index 1298a061..8faa35dd 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp @@ -13,18 +13,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Point_toString_overloads, library::math::geom::d2::objects::Point::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Point_toString_overloads, ostk::math::geom::d2::objects::Point::toString, 0, 2) inline void LibraryMathematicsPy_Geometry_2D_Objects_Point ( ) { using namespace boost::python ; - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector2d ; - using library::math::geom::d2::Object ; - using library::math::geom::d2::objects::Point ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::Object ; + using ostk::math::geom::d2::objects::Point ; scope in_Point = class_>("Point", init()) @@ -59,7 +59,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_Point ( // implicitly_convertible() ; // implicitly_convertible() ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; IterableConverter() diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp index 5de34399..aa4ded40 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp @@ -11,18 +11,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_PointSet_toString_overloads, library::math::geom::d2::objects::PointSet::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_PointSet_toString_overloads, ostk::math::geom::d2::objects::PointSet::toString, 0, 2) inline void LibraryMathematicsPy_Geometry_2D_Objects_PointSet ( ) { using namespace boost::python ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::Object ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::Object ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; scope in_PointSet = class_>("PointSet", init&>()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp index ed6c2bc3..b547cfa5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp @@ -11,20 +11,20 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Polygon_toString_overloads, library::math::geom::d2::objects::Polygon::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Polygon_toString_overloads, ostk::math::geom::d2::objects::Polygon::toString, 0, 2) inline void LibraryMathematicsPy_Geometry_2D_Objects_Polygon ( ) { using namespace boost::python ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector2d ; - using library::math::geom::d2::Object ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::Object ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::Polygon ; scope in_Polygon = class_>("Polygon", init&, const Array>&>()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp index 78d212f0..5eec9926 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp @@ -13,16 +13,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Segment_toString_overloads, library::math::geom::d2::objects::Segment::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Segment_toString_overloads, ostk::math::geom::d2::objects::Segment::toString, 0, 2) inline void LibraryMathematicsPy_Geometry_2D_Objects_Segment ( ) { using namespace boost::python ; - using library::math::geom::d2::Object ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::Segment ; + using ostk::math::geom::d2::Object ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Segment ; scope in_Segment = class_>("Segment", init()) @@ -47,7 +47,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_Segment ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; IterableConverter() diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp index 0983e972..e0554f52 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp @@ -16,10 +16,10 @@ inline void LibraryMathematicsPy_Geometry_2D_Transformation using namespace boost::python ; - using library::math::obj::Vector2d ; - using library::math::obj::Matrix3d ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::Transformation ; + using ostk::math::obj::Vector2d ; + using ostk::math::obj::Matrix3d ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::Transformation ; scope in_Transformation = class_("Transformation", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp index b5326a2c..fbd7ffc5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp @@ -16,24 +16,24 @@ inline void LibraryMathematicsPy_Geometry_3D_Intersection ( using namespace boost::python ; - using library::core::types::Unique ; - using library::core::ctnr::Array ; - - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; - using library::math::geom::d3::Intersection ; + using ostk::core::types::Unique ; + using ostk::core::ctnr::Array ; + + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::Intersection ; // scope in_Intersection = class_("Intersection", init>>()) scope in_Intersection = class_("Intersection", no_init) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp index 8ae55def..eb08ea3d 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp @@ -16,18 +16,18 @@ inline void LibraryMathematicsPy_Geometry_3D_Object ( ) using namespace boost::python ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; scope in_Object = class_("Object", no_init) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp index 1b87c66b..fe80aed5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp @@ -19,26 +19,26 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Composi using namespace boost::python ; - using library::core::types::Shared ; - using library::core::types::Real ; - - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; - using library::math::geom::d3::Intersection ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::core::types::Shared ; + using ostk::core::types::Real ; + + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::Intersection ; + using ostk::math::geom::d3::trf::rot::Quaternion ; scope in_Composite = class_, bases>("Composite", no_init) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp index fc5c79ac..876aa028 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp @@ -17,23 +17,23 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Cone ( using namespace boost::python ; - using library::core::types::Size ; - using library::core::types::Real ; - - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::Intersection ; + using ostk::core::types::Size ; + using ostk::core::types::Real ; + + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::Intersection ; scope in_Cone = class_>("Cone", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp index 6a0d3385..c78c58a9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp @@ -19,22 +19,22 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Cuboid using namespace boost::python ; - using library::core::types::Shared ; - using library::core::types::Real ; - - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::Intersection ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::core::types::Shared ; + using ostk::core::types::Real ; + + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Intersection ; + using ostk::math::geom::d3::trf::rot::Quaternion ; scope in_Cuboid = class_, bases>("Cuboid", no_init) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp index 1a755d3d..06f89e6c 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp @@ -17,20 +17,20 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Ellipso using namespace boost::python ; - using library::core::types::Real ; - - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::Intersection ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::core::types::Real ; + + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Intersection ; + using ostk::math::geom::d3::trf::rot::Quaternion ; scope in_Ellipsoid = class_>("Ellipsoid", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp index cde821d1..13fcd4cf 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp @@ -16,14 +16,14 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Line ( using namespace boost::python ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Intersection ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Intersection ; scope in_Line = class_>("Line", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp index 92b66f6a..c76d441b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp @@ -16,11 +16,11 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_LineStr using namespace boost::python ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::LineString ; scope in_LineString = class_>("LineString", init&>()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp index b19c628f..1d3f6d3e 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp @@ -16,15 +16,15 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Plane ( using namespace boost::python ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::Intersection ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::Intersection ; scope in_Plane = class_>("Plane", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp index 385cecf9..d92d1dee 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp @@ -18,11 +18,11 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Point ( using namespace boost::python ; - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; scope in_Point = class_>("Point", init()) @@ -57,7 +57,7 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Point ( // implicitly_convertible() ; // implicitly_convertible() ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; IterableConverter() diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp index 7df9c6a2..2f6b676f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp @@ -16,11 +16,11 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_PointSe using namespace boost::python ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; scope in_PointSet = class_>("PointSet", init&>()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp index 731bc328..f58a9983 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp @@ -16,11 +16,11 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Polygon using namespace boost::python ; - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; scope in_Polygon = class_>("Polygon", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp index a63090d3..c9c41c06 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp @@ -17,22 +17,22 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Pyramid using namespace boost::python ; - using library::core::types::Size ; - using library::core::types::Real ; - - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::Intersection ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::core::types::Size ; + using ostk::core::types::Real ; + + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Intersection ; + using ostk::math::geom::d3::trf::rot::Quaternion ; scope in_Pyramid = class_>("Pyramid", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp index db4648c8..efddc009 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp @@ -16,15 +16,15 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Ray ( ) using namespace boost::python ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Intersection ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Intersection ; scope in_Ray = class_>("Ray", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp index 16bd369b..db31415f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp @@ -16,13 +16,13 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Segment using namespace boost::python ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Intersection ; scope in_Segment = class_>("Segment", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp index 8d19e52e..d5945291 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp @@ -16,19 +16,19 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects_Sphere using namespace boost::python ; - using library::core::types::Real ; - - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::Intersection ; + using ostk::core::types::Real ; + + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Intersection ; scope in_Sphere = class_>("Sphere", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp index c4bebe5f..3c785833 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp @@ -16,11 +16,11 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformation using namespace boost::python ; - using library::math::obj::Vector3d ; - using library::math::obj::Matrix4d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::obj::Vector3d ; + using ostk::math::obj::Matrix4d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; scope in_Transformation = class_("Transformation", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp index 1d0c3162..b815110f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -20,12 +20,12 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformations using namespace boost::python ; - using library::core::types::Real ; - using library::core::types::String ; + using ostk::core::types::Real ; + using ostk::core::types::String ; - using library::math::obj::Vector3d ; - using library::math::obj::Vector4d ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::obj::Vector3d ; + using ostk::math::obj::Vector4d ; + using ostk::math::geom::d3::trf::rot::Quaternion ; scope in_Quaternion = class_("Quaternion", init()) @@ -89,7 +89,7 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformations ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; IterableConverter() diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index b4379535..5cb9c8c3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -18,12 +18,12 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformations using namespace boost::python ; - using library::core::types::Real ; - using library::core::types::String ; + using ostk::core::types::Real ; + using ostk::core::types::String ; - using library::math::obj::Vector3d ; - using library::math::obj::Matrix3d ; - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::obj::Vector3d ; + using ostk::math::obj::Matrix3d ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; scope in_RotationMatrix = class_("RotationMatrix", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp index 3990afe0..47f98229 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -18,13 +18,13 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformations using namespace boost::python ; - using library::core::types::Integer ; - using library::core::types::Real ; - using library::core::types::String ; + using ostk::core::types::Integer ; + using ostk::core::types::Real ; + using ostk::core::types::String ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; scope in_RotationVector = class_("RotationVector", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp index 33d32736..a6ef5791 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp @@ -11,19 +11,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_Angle_toString_overloads, library::math::geom::Angle::toString, 0, 1) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_Angle_toString_overloads, ostk::math::geom::Angle::toString, 0, 1) inline void LibraryMathematicsPy_Geometry_Angle ( ) { using namespace boost::python ; - using library::core::types::Real ; - using library::core::types::String ; + using ostk::core::types::Real ; + using ostk::core::types::String ; - using library::math::obj::Vector2d ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; + using ostk::math::obj::Vector2d ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; scope in_Angle = class_("Angle", init()) diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp index cc596420..b580dda8 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp @@ -18,9 +18,9 @@ inline void LibraryMathematicsPy_Objects_Interval ( ) using namespace boost::python ; - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Interval ; + using ostk::math::obj::Interval ; scope in_RealInterval = class_>("RealInterval", init::Type&>()) diff --git a/include/Library/Mathematics/Geometry/2D/Object.hpp b/include/Library/Mathematics/Geometry/2D/Object.hpp index 477b6a8c..4ad60d21 100755 --- a/include/Library/Mathematics/Geometry/2D/Object.hpp +++ b/include/Library/Mathematics/Geometry/2D/Object.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -32,8 +32,8 @@ class Transformation ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Integer ; -using library::core::types::String ; +using ostk::core::types::Integer ; +using ostk::core::types::String ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp index a473e991..e3fc46c9 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -32,13 +32,13 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector2d ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; +using ostk::math::obj::Vector2d ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp index 6c5ceee4..bb5e1801 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp @@ -22,7 +22,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -35,14 +35,14 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector2d ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; -using library::math::geom::d2::objects::LineString ; +using ostk::math::obj::Vector2d ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; +using ostk::math::geom::d2::objects::LineString ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp index b2ca349b..0784b95d 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -37,16 +37,16 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Unique ; -using library::core::ctnr::Index ; -using library::core::ctnr::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Unique ; +using ostk::core::ctnr::Index ; +using ostk::core::ctnr::Size ; +using ostk::core::ctnr::Array ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; -using library::math::geom::d2::objects::Segment ; -using library::math::geom::d2::objects::LineString ; -using library::math::geom::d2::objects::Polygon ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; +using ostk::math::geom::d2::objects::Segment ; +using ostk::math::geom::d2::objects::LineString ; +using ostk::math::geom::d2::objects::Polygon ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp index a9c923c5..de9b7858 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -30,10 +30,10 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::obj::Vector2d ; -using library::math::geom::d2::Object ; +using ostk::math::obj::Vector2d ; +using ostk::math::geom::d2::Object ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp index 1f35f78c..7b664499 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -34,13 +34,13 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector2d ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; +using ostk::math::obj::Vector2d ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp index 86a27357..4313e245 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp @@ -23,7 +23,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -40,15 +40,15 @@ class MultiPolygon ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Unique ; -using library::core::ctnr::Index ; -using library::core::ctnr::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Unique ; +using ostk::core::ctnr::Index ; +using ostk::core::ctnr::Size ; +using ostk::core::ctnr::Array ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; -using library::math::geom::d2::objects::Segment ; -using library::math::geom::d2::objects::LineString ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; +using ostk::math::geom::d2::objects::Segment ; +using ostk::math::geom::d2::objects::LineString ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp index 96340ab8..d66a3405 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -30,10 +30,10 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Transformation.hpp b/include/Library/Mathematics/Geometry/2D/Transformation.hpp index ba2423f4..24d96da2 100755 --- a/include/Library/Mathematics/Geometry/2D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/2D/Transformation.hpp @@ -20,7 +20,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -31,15 +31,15 @@ namespace d2 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Unique ; -using library::core::types::String ; +using ostk::core::types::Unique ; +using ostk::core::types::String ; -using library::math::obj::Vector2d ; -using library::math::obj::Vector3d ; -using library::math::obj::Matrix3d ; -using library::math::geom::Angle ; -using library::math::geom::d2::Object ; -using library::math::geom::d2::objects::Point ; +using ostk::math::obj::Vector2d ; +using ostk::math::obj::Vector3d ; +using ostk::math::obj::Matrix3d ; +using ostk::math::geom::Angle ; +using ostk::math::geom::d2::Object ; +using ostk::math::geom::d2::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Intersection.hpp b/include/Library/Mathematics/Geometry/3D/Intersection.hpp index da55c295..df9316e6 100755 --- a/include/Library/Mathematics/Geometry/3D/Intersection.hpp +++ b/include/Library/Mathematics/Geometry/3D/Intersection.hpp @@ -35,7 +35,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -46,13 +46,13 @@ namespace d3 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Unique ; -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Unique ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Composite ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Composite ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -184,7 +184,7 @@ class Intersection if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Intersection") ; + throw ostk::core::error::runtime::Undefined("Intersection") ; } return composite_.is() ; @@ -203,7 +203,7 @@ class Intersection if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Intersection") ; + throw ostk::core::error::runtime::Undefined("Intersection") ; } return composite_.as() ; diff --git a/include/Library/Mathematics/Geometry/3D/Object.hpp b/include/Library/Mathematics/Geometry/3D/Object.hpp index a7f90e2c..0176172f 100755 --- a/include/Library/Mathematics/Geometry/3D/Object.hpp +++ b/include/Library/Mathematics/Geometry/3D/Object.hpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -130,7 +130,7 @@ class Object if (objectPtr == nullptr) { - throw library::core::error::RuntimeError("Cannot convert object to underlying type.") ; + throw ostk::core::error::RuntimeError("Cannot convert object to underlying type.") ; } return *objectPtr ; diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp index 1428c8ba..798066e8 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp @@ -20,7 +20,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -33,12 +33,12 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Unique ; -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Unique ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::geom::d3::Object ; +using ostk::math::geom::d3::Object ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -142,7 +142,7 @@ class Composite : public Object if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return (objects_.getSize() == 1) && (dynamic_cast(objects_.accessFirst().get()) != nullptr) ; @@ -161,19 +161,19 @@ class Composite : public Object if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } if (objects_.getSize() != 1) { - throw library::core::error::RuntimeError("Cannot convert composite: it is complex.") ; + throw ostk::core::error::RuntimeError("Cannot convert composite: it is complex.") ; } const Type* objectPtr = dynamic_cast(objects_.accessFirst().get()) ; if (objectPtr == nullptr) { - throw library::core::error::RuntimeError("Cannot convert composite: wrong type.") ; + throw ostk::core::error::RuntimeError("Cannot convert composite: wrong type.") ; } return *objectPtr ; diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp index 8652d402..7c2f9ad8 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp @@ -20,7 +20,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -33,16 +33,16 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::ctnr::Index ; -using library::core::ctnr::Size ; -using library::core::ctnr::Array ; +using ostk::core::ctnr::Index ; +using ostk::core::ctnr::Size ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector3d ; -using library::math::geom::Angle ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::objects::Ray ; -using library::math::geom::d3::Intersection ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::Angle ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::objects::Ray ; +using ostk::math::geom::d3::Intersection ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp index 394bf04c..118b6c07 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -32,14 +32,14 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; -using library::core::ctnr::Array ; +using ostk::core::types::Real ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::objects::Segment ; -using library::math::geom::d3::Intersection ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::objects::Segment ; +using ostk::math::geom::d3::Intersection ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp index 85c4403d..88779028 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -31,13 +31,13 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::obj::Matrix3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::Intersection ; -using library::math::geom::d3::trf::rot::Quaternion ; +using ostk::math::obj::Matrix3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::Intersection ; +using ostk::math::geom::d3::trf::rot::Quaternion ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp index 200995c7..0e980f61 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -30,11 +30,11 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp index 7fade298..4c5ce97c 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -32,13 +32,13 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp index 33169eb8..381a3b57 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp @@ -20,7 +20,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -33,13 +33,13 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::objects::PointSet ; -using library::math::geom::d3::objects::Line ; -using library::math::geom::d3::objects::Ray ; -using library::math::geom::d3::objects::Segment ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::objects::PointSet ; +using ostk::math::geom::d3::objects::Line ; +using ostk::math::geom::d3::objects::Ray ; +using ostk::math::geom::d3::objects::Segment ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp index e71bad75..678a989e 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -32,12 +32,12 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Integer ; -using library::core::types::Real ; -using library::core::types::String ; +using ostk::core::types::Integer ; +using ostk::core::types::Real ; +using ostk::core::types::String ; -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp index a84c9c7c..2ea42775 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -34,13 +34,13 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::ctnr::Array ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::ctnr::Array ; -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp index 77c4e9ce..26867007 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp @@ -23,7 +23,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -36,16 +36,16 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::ctnr::Index ; -using library::core::ctnr::Size ; -using library::core::ctnr::Array ; +using ostk::core::ctnr::Index ; +using ostk::core::ctnr::Size ; +using ostk::core::ctnr::Array ; -using Polygon2d = library::math::geom::d2::objects::Polygon ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::objects::Segment ; -using library::math::geom::d3::objects::LineString ; -using library::math::geom::d3::objects::Plane ; +using Polygon2d = ostk::math::geom::d2::objects::Polygon ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::objects::Segment ; +using ostk::math::geom::d3::objects::LineString ; +using ostk::math::geom::d3::objects::Plane ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp index 9ea7427e..385ea259 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -34,15 +34,15 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::ctnr::Index ; -using library::core::ctnr::Size ; -using library::core::ctnr::Array ; +using ostk::core::ctnr::Index ; +using ostk::core::ctnr::Size ; +using ostk::core::ctnr::Array ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::objects::Ray ; -using library::math::geom::d3::objects::Polygon ; -using library::math::geom::d3::Intersection ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::objects::Ray ; +using ostk::math::geom::d3::objects::Polygon ; +using ostk::math::geom::d3::Intersection ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp index ab2ed53b..24097878 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -30,11 +30,11 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::obj::Vector3d ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp index 005f9752..8ad4a9d4 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -30,10 +30,10 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp index 82b18d00..8f6d9e0f 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -30,10 +30,10 @@ namespace objects //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; +using ostk::core::types::Real ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformation.hpp b/include/Library/Mathematics/Geometry/3D/Transformation.hpp index 2b99322b..609e5478 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformation.hpp @@ -21,7 +21,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -36,17 +36,17 @@ class Transformation ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Unique ; -using library::core::types::String ; - -using library::math::obj::Vector3d ; -using library::math::obj::Vector4d ; -using library::math::obj::Matrix4d ; -using library::math::geom::Angle ; -using library::math::geom::d3::Object ; -using library::math::geom::d3::objects::Point ; -using library::math::geom::d3::trf::rot::RotationVector ; -using library::math::geom::d3::trf::rot::RotationMatrix ; +using ostk::core::types::Unique ; +using ostk::core::types::String ; + +using ostk::math::obj::Vector3d ; +using ostk::math::obj::Vector4d ; +using ostk::math::obj::Matrix4d ; +using ostk::math::geom::Angle ; +using ostk::math::geom::d3::Object ; +using ostk::math::geom::d3::objects::Point ; +using ostk::math::geom::d3::trf::rot::RotationVector ; +using ostk::math::geom::d3::trf::rot::RotationMatrix ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp index 1ebe17d3..487f03fd 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp index 44a837c4..502bce1e 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -34,13 +34,13 @@ namespace rot //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Integer ; -using library::core::types::Real ; -using library::core::types::String ; +using ostk::core::types::Integer ; +using ostk::core::types::Real ; +using ostk::core::types::String ; -using library::math::obj::Vector3d ; -using library::math::obj::Vector4d ; -using library::math::geom::Angle ; +using ostk::math::obj::Vector3d ; +using ostk::math::obj::Vector4d ; +using ostk::math::geom::Angle ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp index a739b41b..e161ab56 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -33,11 +33,11 @@ namespace rot //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Index ; -using library::core::types::Real ; -using library::core::types::String ; -using library::math::obj::Matrix3d ; -using library::math::geom::Angle ; +using ostk::core::types::Index ; +using ostk::core::types::Real ; +using ostk::core::types::String ; +using ostk::math::obj::Matrix3d ; +using ostk::math::geom::Angle ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp index 5af48a43..f5cc95ec 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -33,11 +33,11 @@ namespace rot //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Real ; -using library::core::types::String ; +using ostk::core::types::Real ; +using ostk::core::types::String ; -using library::math::obj::Vector3d ; -using library::math::geom::Angle ; +using ostk::math::obj::Vector3d ; +using ostk::math::geom::Angle ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/Angle.hpp b/include/Library/Mathematics/Geometry/Angle.hpp index 89cd4488..da8d1d0d 100755 --- a/include/Library/Mathematics/Geometry/Angle.hpp +++ b/include/Library/Mathematics/Geometry/Angle.hpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -27,12 +27,12 @@ namespace geom //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -using library::core::types::Integer ; -using library::core::types::Real ; -using library::core::types::String ; +using ostk::core::types::Integer ; +using ostk::core::types::Real ; +using ostk::core::types::String ; -using library::math::obj::Vector2d ; -using library::math::obj::Vector3d ; +using ostk::math::obj::Vector2d ; +using ostk::math::obj::Vector3d ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Objects/Interval.hpp b/include/Library/Mathematics/Objects/Interval.hpp index b1ec5806..a834e998 100755 --- a/include/Library/Mathematics/Objects/Interval.hpp +++ b/include/Library/Mathematics/Objects/Interval.hpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -25,8 +25,8 @@ namespace obj //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace types = library::core::types ; -namespace ctnr = library::core::ctnr ; +namespace types = ostk::core::types ; +namespace ctnr = ostk::core::ctnr ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Objects/Matrix.hpp b/include/Library/Mathematics/Objects/Matrix.hpp index 2d72e162..5e06e9a9 100755 --- a/include/Library/Mathematics/Objects/Matrix.hpp +++ b/include/Library/Mathematics/Objects/Matrix.hpp @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { diff --git a/include/Library/Mathematics/Objects/Vector.hpp b/include/Library/Mathematics/Objects/Vector.hpp index db619132..f2304bce 100755 --- a/include/Library/Mathematics/Objects/Vector.hpp +++ b/include/Library/Mathematics/Objects/Vector.hpp @@ -30,7 +30,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { diff --git a/src/Library/Mathematics/Geometry/2D/Object.cpp b/src/Library/Mathematics/Geometry/2D/Object.cpp index dbfddfed..7808a594 100644 --- a/src/Library/Mathematics/Geometry/2D/Object.cpp +++ b/src/Library/Mathematics/Geometry/2D/Object.cpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -37,9 +37,9 @@ namespace d2 bool Object::operator == ( const Object& anObject ) const { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::Polygon ; - using library::math::geom::d2::objects::MultiPolygon ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::MultiPolygon ; if ((!this->isDefined()) || (!anObject.isDefined())) { @@ -103,15 +103,15 @@ std::ostream& operator << ( bool Object::intersects ( const Object& anObject ) const { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Polygon ; if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } - throw library::core::error::runtime::ToBeImplemented("Object :: intersects") ; + throw ostk::core::error::runtime::ToBeImplemented("Object :: intersects") ; return false ; @@ -120,14 +120,14 @@ bool Object::intersects ( bool Object::contains ( const Object& anObject ) const { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; - using library::math::geom::d2::objects::Polygon ; - using library::math::geom::d2::objects::MultiPolygon ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::MultiPolygon ; if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } // Polygon @@ -172,7 +172,7 @@ bool Object::contains ( } - throw library::core::error::runtime::ToBeImplemented("Object :: contains") ; + throw ostk::core::error::runtime::ToBeImplemented("Object :: contains") ; return false ; diff --git a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp b/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp index 627a22d6..a9bed93e 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -75,7 +75,7 @@ bool LineString::isNear ( return false ; } - for (const auto pointTuple : library::core::ctnr::iterators::Zip(points_, aLineString.points_)) + for (const auto pointTuple : ostk::core::ctnr::iterators::Zip(points_, aLineString.points_)) { if (!std::get<0>(pointTuple).isNear(std::get<1>(pointTuple), aTolerance)) @@ -94,7 +94,7 @@ const Point& LineString::accessPointAt ( if (anIndex >= points_.getSize()) { - throw library::core::error::RuntimeError("Point index [{}] out of bounds [0 - {}].", anIndex, points_.getSize()) ; + throw ostk::core::error::RuntimeError("Point index [{}] out of bounds [0 - {}].", anIndex, points_.getSize()) ; } return points_.at(anIndex) ; @@ -111,12 +111,12 @@ Point LineString::getPointClosestTo ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (this->isEmpty()) { - throw library::core::error::runtime::Undefined("Line string") ; + throw ostk::core::error::runtime::Undefined("Line string") ; } Point const* pointPtr = nullptr ; @@ -206,7 +206,7 @@ String LineString::toString ( } default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -219,14 +219,14 @@ void LineString::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Line string") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Line string") : void () ; for (const auto& point : points_) { - library::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -245,12 +245,12 @@ void LineString::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line string") ; + throw ostk::core::error::runtime::Undefined("Line string") ; } for (auto& point : points_) @@ -270,7 +270,7 @@ LineString LineString::Segment ( if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return { { aSegment.getFirstPoint(), aSegment.getSecondPoint() } } ; diff --git a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp b/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp index a62c9bc4..ef36fd95 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp @@ -26,7 +26,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -45,9 +45,9 @@ using boost::geometry::model::ring ; using boost::geometry::model::polygon ; using boost::geometry::model::multi_polygon ; -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::types::String ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::types::String ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -127,7 +127,7 @@ bool MultiPolygon::Impl::contains ( } catch (const std::exception& anException) { - throw library::core::error::RuntimeError("Error when checking if multi-polygon contains point: [{}]", anException.what()) ; + throw ostk::core::error::RuntimeError("Error when checking if multi-polygon contains point: [{}]", anException.what()) ; } return false ; @@ -139,7 +139,7 @@ bool MultiPolygon::Impl::contains ( (void) aPointSet ; - throw library::core::error::runtime::ToBeImplemented("MultiPolygon::contains (PointSet&)") ; + throw ostk::core::error::runtime::ToBeImplemented("MultiPolygon::contains (PointSet&)") ; return false ; @@ -186,7 +186,7 @@ MultiPolygon::Impl MultiPolygon::Impl::unionWith ( } catch (const std::exception& anException) { - throw library::core::error::RuntimeError("Cannot compute union of multi-polyons: [{}].", anException.what()) ; + throw ostk::core::error::RuntimeError("Cannot compute union of multi-polyons: [{}].", anException.what()) ; } } @@ -218,7 +218,7 @@ String MultiPolygon::Impl::toString ( } default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -230,7 +230,7 @@ String MultiPolygon::Impl::toString ( void MultiPolygon::Impl::applyTransformation ( const Transformation& aTransformation ) { - using library::math::obj::Matrix3d ; + using ostk::math::obj::Matrix3d ; MultiPolygon::Impl::BoostMultiPolygon transformedMultiPolygon ; @@ -358,12 +358,12 @@ bool MultiPolygon::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } return implUPtr_->contains(aPoint) ; @@ -375,12 +375,12 @@ bool MultiPolygon::contains ( if (!aPointSet.isDefined()) { - throw library::core::error::runtime::Undefined("Point set") ; + throw ostk::core::error::runtime::Undefined("Point set") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } return implUPtr_->contains(aPointSet) ; @@ -392,7 +392,7 @@ Size MultiPolygon::getPolygonCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } return implUPtr_->getPolygonCount() ; @@ -403,7 +403,7 @@ void MultiPolygon::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Multi-polygon") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Multi-polygon") : void () ; if (implUPtr_ != nullptr) { @@ -413,10 +413,10 @@ void MultiPolygon::print ( } else { - library::core::utils::Print::Line(anOutputStream) << "Undefined" ; + ostk::core::utils::Print::Line(anOutputStream) << "Undefined" ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -425,12 +425,12 @@ MultiPolygon MultiPolygon::unionWith ( if (!aMultiPolygon.isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } // [TBM] Could be improved to avoid unnecessary copies @@ -449,7 +449,7 @@ String MultiPolygon::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } return implUPtr_->toString(aFormat, aPrecision) ; @@ -461,12 +461,12 @@ void MultiPolygon::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Multi-polygon") ; + throw ostk::core::error::runtime::Undefined("Multi-polygon") ; } implUPtr_->applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp index e7850946..f2981242 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -64,12 +64,12 @@ Point Point::operator + ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } return { x_ + aVector.x(), y_ + aVector.y() } ; @@ -81,12 +81,12 @@ Point Point::operator - ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } return { x_ - aVector.x(), y_ - aVector.y() } ; @@ -98,12 +98,12 @@ Vector2d Point::operator - ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return { x_ - aPoint.x_, y_ - aPoint.y_ } ; @@ -121,7 +121,7 @@ bool Point::isNear ( if (!aTolerance.isDefined()) { - throw library::core::error::runtime::Undefined("Tolerance") ; + throw ostk::core::error::runtime::Undefined("Tolerance") ; } return this->distanceTo(aPoint) <= aTolerance ; @@ -133,7 +133,7 @@ const Real& Point::x ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return x_ ; @@ -145,7 +145,7 @@ const Real& Point::y ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return y_ ; @@ -157,7 +157,7 @@ Vector2d Point::asVector ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return { x_, y_ } ; @@ -169,12 +169,12 @@ Real Point::distanceTo ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return ((*this) - aPoint).norm() ; @@ -187,7 +187,7 @@ String Point::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } switch (aFormat) @@ -200,7 +200,7 @@ String Point::toString ( return String::Format("POINT({} {})", x_.toString(aPrecision), y_.toString(aPrecision)) ; default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -213,12 +213,12 @@ void Point::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Point") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Point") : void () ; - library::core::utils::Print::Line(anOutputStream) << "X:" << (x_.isDefined() ? x_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Y:" << (y_.isDefined() ? y_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "X:" << (x_.isDefined() ? x_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Y:" << (y_.isDefined() ? y_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -227,12 +227,12 @@ void Point::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } (*this) = aTransformation.applyTo(*this) ; diff --git a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp b/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp index 9eab08d0..bee9c480 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -127,12 +127,12 @@ Point PointSet::getPointClosestTo ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (this->isEmpty()) { - throw library::core::error::runtime::Undefined("Point set") ; + throw ostk::core::error::runtime::Undefined("Point set") ; } Point const* pointPtr = nullptr ; @@ -194,10 +194,10 @@ String PointSet::toString ( } case Object::Format::WKT: - throw library::core::error::RuntimeError("LineString is not supported by WKT format.") ; + throw ostk::core::error::RuntimeError("LineString is not supported by WKT format.") ; default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -210,14 +210,14 @@ void PointSet::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Point Set") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Point Set") : void () ; for (const auto& point : points_) { - library::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -236,12 +236,12 @@ void PointSet::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point set") ; + throw ostk::core::error::runtime::Undefined("Point set") ; } PointSet::Container points ; diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp index 68832679..8c968fb2 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp @@ -26,7 +26,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -44,9 +44,9 @@ using boost::geometry::model::point ; using boost::geometry::model::ring ; using boost::geometry::model::polygon ; -using library::core::types::Index ; -using library::core::types::Size ; -using library::core::types::String ; +using ostk::core::types::Index ; +using ostk::core::types::Size ; +using ostk::core::types::String ; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -127,7 +127,7 @@ class Polygon::Impl if (innerRing.getSize() < 3) { - throw library::core::error::RuntimeError("At least 3 points are necessary to define an inner ring.") ; + throw ostk::core::error::RuntimeError("At least 3 points are necessary to define an inner ring.") ; } Polygon::Impl::BoostRing ring ; @@ -164,7 +164,7 @@ bool Polygon::Impl::intersects ( } catch (const std::exception& anException) { - throw library::core::error::RuntimeError("Error when checking if polygon intersects polygon: [{}]", anException.what()) ; + throw ostk::core::error::RuntimeError("Error when checking if polygon intersects polygon: [{}]", anException.what()) ; } return false ; @@ -180,7 +180,7 @@ bool Polygon::Impl::contains ( } catch (const std::exception& anException) { - throw library::core::error::RuntimeError("Error when checking if polygon contains point: [{}]", anException.what()) ; + throw ostk::core::error::RuntimeError("Error when checking if polygon contains point: [{}]", anException.what()) ; } return false ; @@ -233,7 +233,7 @@ Array Polygon::Impl::getInnerRingVerticesAt ( if (aRingIndex >= this->getInnerRingCount()) { - throw library::core::error::RuntimeError("Inner ring index [{}] out of bounds [{}].", aRingIndex, this->getInnerRingCount()) ; + throw ostk::core::error::RuntimeError("Inner ring index [{}] out of bounds [{}].", aRingIndex, this->getInnerRingCount()) ; } if (polygon_.inners().at(aRingIndex).empty()) @@ -309,12 +309,12 @@ Polygon::Edge Polygon::Impl::getEdgeAt ( if (anEdgeIndex >= this->getEdgeCount()) { - throw library::core::error::runtime::Wrong("Edge index") ; + throw ostk::core::error::runtime::Wrong("Edge index") ; } if (anEdgeIndex >= this->getOuterRingEdgeCount()) { - throw library::core::error::runtime::ToBeImplemented("Inner ring edge access.") ; + throw ostk::core::error::runtime::ToBeImplemented("Inner ring edge access.") ; } const Point firstVertex = this->getVertexAt(anEdgeIndex) ; @@ -329,12 +329,12 @@ Polygon::Vertex Polygon::Impl::getVertexAt ( if (aVertexIndex >= (boost::geometry::num_points(polygon_) - 1)) { - throw library::core::error::runtime::Wrong("Vertex index") ; + throw ostk::core::error::runtime::Wrong("Vertex index") ; } if (aVertexIndex >= (polygon_.outer().size() - 1)) { - throw library::core::error::runtime::ToBeImplemented("Inner ring vertex access.") ; + throw ostk::core::error::runtime::ToBeImplemented("Inner ring vertex access.") ; } return { boost::geometry::get<0>(polygon_.outer().at(aVertexIndex)), boost::geometry::get<1>(polygon_.outer().at(aVertexIndex)) } ; @@ -406,7 +406,7 @@ String Polygon::Impl::toString ( } default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -418,7 +418,7 @@ String Polygon::Impl::toString ( void Polygon::Impl::applyTransformation ( const Transformation& aTransformation ) { - using library::math::obj::Matrix3d ; + using ostk::math::obj::Matrix3d ; Polygon::Impl::BoostPolygon transformedPolygon ; @@ -439,7 +439,7 @@ Polygon::Impl::BoostPolygon Polygon::Impl::BoostPolygonFromPoints ( if ((!aPointArray.isEmpty()) && (aPointArray.getSize() < 3)) { - throw library::core::error::RuntimeError("At least 3 points are necessary to define a polygon.") ; + throw ostk::core::error::RuntimeError("At least 3 points are necessary to define a polygon.") ; } Polygon::Impl::BoostPolygon polygon ; @@ -525,12 +525,12 @@ bool Polygon::intersects ( if (!aPolygon.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->intersects(aPolygon) ; @@ -542,12 +542,12 @@ bool Polygon::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->contains(aPoint) ; @@ -559,12 +559,12 @@ bool Polygon::contains ( if (!aPointSet.isDefined()) { - throw library::core::error::runtime::Undefined("Point set") ; + throw ostk::core::error::runtime::Undefined("Point set") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->contains(aPointSet) ; @@ -576,7 +576,7 @@ Size Polygon::getInnerRingCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getInnerRingCount() ; @@ -588,7 +588,7 @@ Size Polygon::getEdgeCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getEdgeCount() ; @@ -600,7 +600,7 @@ Size Polygon::getVertexCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getVertexCount() ; @@ -612,7 +612,7 @@ Polygon::Ring Polygon::getOuterRing ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getOuterRing() ; @@ -624,7 +624,7 @@ Polygon::Ring Polygon::getInnerRingAt ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getInnerRingAt(anInnerRingIndex) ; @@ -636,7 +636,7 @@ Polygon::Edge Polygon::getEdgeAt ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getEdgeAt(anEdgeIndex) ; @@ -648,7 +648,7 @@ Polygon::Vertex Polygon::getVertexAt ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getVertexAt(aVertexIndex) ; @@ -660,7 +660,7 @@ Array Polygon::getEdges ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getEdges() ; @@ -672,7 +672,7 @@ Array Polygon::getVertices ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->getVertices() ; @@ -683,25 +683,25 @@ void Polygon::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Polygon") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Polygon") : void () ; - library::core::utils::Print::Separator(anOutputStream, "Outer Ring") ; + ostk::core::utils::Print::Separator(anOutputStream, "Outer Ring") ; if (implUPtr_ != nullptr) { for (const auto& point : implUPtr_->getOuterRingVertices()) { - library::core::utils::Print::Line(anOutputStream) << String::Format("- {}", point.toString()) ; + ostk::core::utils::Print::Line(anOutputStream) << String::Format("- {}", point.toString()) ; } } else { - library::core::utils::Print::Line(anOutputStream) << "Undefined" ; + ostk::core::utils::Print::Line(anOutputStream) << "Undefined" ; } - library::core::utils::Print::Separator(anOutputStream, "Inner Rings") ; + ostk::core::utils::Print::Separator(anOutputStream, "Inner Rings") ; if (implUPtr_ != nullptr) { @@ -709,11 +709,11 @@ void Polygon::print ( for (Index innerRingIndex = 0; innerRingIndex < implUPtr_->getInnerRingCount(); ++innerRingIndex) { - library::core::utils::Print::Separator(anOutputStream, String::Format("Inner Ring @ {}", innerRingIndex)) ; + ostk::core::utils::Print::Separator(anOutputStream, String::Format("Inner Ring @ {}", innerRingIndex)) ; for (const auto& point : implUPtr_->getInnerRingVerticesAt(innerRingIndex)) { - library::core::utils::Print::Line(anOutputStream) << String::Format("- {}", point.toString()) ; + ostk::core::utils::Print::Line(anOutputStream) << String::Format("- {}", point.toString()) ; } } @@ -721,10 +721,10 @@ void Polygon::print ( } else { - library::core::utils::Print::Line(anOutputStream) << "Undefined" ; + ostk::core::utils::Print::Line(anOutputStream) << "Undefined" ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -734,7 +734,7 @@ String Polygon::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return implUPtr_->toString(aFormat, aPrecision) ; @@ -746,7 +746,7 @@ String Polygon::toString ( // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Polygon") ; +// throw ostk::core::error::runtime::Undefined("Polygon") ; // } // } @@ -756,7 +756,7 @@ String Polygon::toString ( // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Polygon") ; +// throw ostk::core::error::runtime::Undefined("Polygon") ; // } // } @@ -766,12 +766,12 @@ void Polygon::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } implUPtr_->applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp index ab9ab660..0d3a5f66 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -72,7 +72,7 @@ bool Segment::isDegenerate ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return firstPoint_ == secondPoint_ ; @@ -87,16 +87,16 @@ bool Segment::isDegenerate ( ) bool Segment::contains ( const Point& aPoint ) const { - using library::math::obj::Vector3d ; + using ostk::math::obj::Vector3d ; if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (this->isDegenerate()) @@ -134,7 +134,7 @@ Point Segment::getFirstPoint ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return firstPoint_ ; @@ -146,7 +146,7 @@ Point Segment::getSecondPoint ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return secondPoint_ ; @@ -158,7 +158,7 @@ Point Segment::getCenter ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return firstPoint_ + (secondPoint_ - firstPoint_) / 2.0 ; @@ -170,12 +170,12 @@ Vector2d Segment::getDirection ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (this->isDegenerate()) { - throw library::core::error::RuntimeError("Segment is degenerate.") ; + throw ostk::core::error::RuntimeError("Segment is degenerate.") ; } return (secondPoint_ - firstPoint_).normalized() ; @@ -187,7 +187,7 @@ Real Segment::getLength ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return (secondPoint_ - firstPoint_).norm() ; @@ -198,7 +198,7 @@ String Segment::toString ( const Integer& aPrecision ) const { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; switch (aFormat) { @@ -210,7 +210,7 @@ String Segment::toString ( return LineString::Segment(*this).toString(Object::Format::WKT, aPrecision) ; default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -223,12 +223,12 @@ void Segment::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Segment") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Segment") : void () ; - library::core::utils::Print::Line(anOutputStream) << "First point:" << (firstPoint_.isDefined() ? firstPoint_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Second point:" << (secondPoint_.isDefined() ? secondPoint_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "First point:" << (firstPoint_.isDefined() ? firstPoint_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Second point:" << (secondPoint_.isDefined() ? secondPoint_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -237,12 +237,12 @@ void Segment::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } firstPoint_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/2D/Transformation.cpp b/src/Library/Mathematics/Geometry/2D/Transformation.cpp index 84b6dd61..13b76e44 100644 --- a/src/Library/Mathematics/Geometry/2D/Transformation.cpp +++ b/src/Library/Mathematics/Geometry/2D/Transformation.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -67,12 +67,12 @@ Vector3d Transformation::operator * ( if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return matrix_ * aVector ; @@ -82,17 +82,17 @@ Vector3d Transformation::operator * ( Transformation& Transformation::operator *= ( const Transformation& aTransformation ) { - using library::core::ctnr::Pair ; - using library::core::ctnr::Map ; + using ostk::core::ctnr::Pair ; + using ostk::core::ctnr::Map ; if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } static const Map, Transformation::Type> TypeCompositionMap = @@ -229,7 +229,7 @@ Transformation::Type Transformation::getType ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return type_ ; @@ -241,7 +241,7 @@ Matrix3d Transformation::getMatrix ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return matrix_ ; @@ -253,7 +253,7 @@ Transformation Transformation::getInverse ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return { type_, matrix_.inverse() } ; @@ -275,7 +275,7 @@ Vector2d Transformation::applyTo ( // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Transformation") ; +// throw ostk::core::error::runtime::Undefined("Transformation") ; // } @@ -286,15 +286,15 @@ void Transformation::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "2D :: Transformation") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "2D :: Transformation") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Type:" << Transformation::StringFromType(type_) ; + ostk::core::utils::Print::Line(anOutputStream) << "Type:" << Transformation::StringFromType(type_) ; - library::core::utils::Print::Line(anOutputStream) << "Matrix:" ; + ostk::core::utils::Print::Line(anOutputStream) << "Matrix:" ; anOutputStream << matrix_ << std::endl ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -313,7 +313,7 @@ Transformation Transformation::Translation ( if (!aTranslationVector.isDefined()) { - throw library::core::error::runtime::Undefined("Translation vector") ; + throw ostk::core::error::runtime::Undefined("Translation vector") ; } Matrix3d transformationMatrix ; @@ -331,7 +331,7 @@ Transformation Transformation::Rotation ( if (!aRotationAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation angle") ; + throw ostk::core::error::runtime::Undefined("Rotation angle") ; } const Real rotationAngle_rad = aRotationAngle.inRadians() ; @@ -386,7 +386,7 @@ String Transformation::StringFromType ( return "Affine" ; default: - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; break ; } @@ -410,7 +410,7 @@ Transformation::Type Transformation::TypeOfMatrix ( // [TBI] ... - throw library::core::error::RuntimeError("Cannot identify transformation type.") ; + throw ostk::core::error::RuntimeError("Cannot identify transformation type.") ; return Transformation::Type::Undefined ; diff --git a/src/Library/Mathematics/Geometry/3D/Intersection.cpp b/src/Library/Mathematics/Geometry/3D/Intersection.cpp index 61d76a7f..21af0b53 100644 --- a/src/Library/Mathematics/Geometry/3D/Intersection.cpp +++ b/src/Library/Mathematics/Geometry/3D/Intersection.cpp @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -81,7 +81,7 @@ Intersection Intersection::operator + ( if (!anIntersection.isDefined()) { - throw library::core::error::runtime::Undefined("Intersection") ; + throw ostk::core::error::runtime::Undefined("Intersection") ; } Intersection intersection ; @@ -99,7 +99,7 @@ Intersection& Intersection::operator += ( if (!anIntersection.isDefined()) { - throw library::core::error::runtime::Undefined("Intersection") ; + throw ostk::core::error::runtime::Undefined("Intersection") ; } composite_ += anIntersection.composite_ ; @@ -114,15 +114,15 @@ std::ostream& operator << ( const Intersection& anIntersection ) { - library::core::utils::Print::Header(anOutputStream, "Intersection") ; + ostk::core::utils::Print::Header(anOutputStream, "Intersection") ; - library::core::utils::Print::Line(anOutputStream) << "Type:" << Intersection::StringFromType(anIntersection.type_) ; + ostk::core::utils::Print::Line(anOutputStream) << "Type:" << Intersection::StringFromType(anIntersection.type_) ; - library::core::utils::Print::Line(anOutputStream) << "Composite:" ; + ostk::core::utils::Print::Line(anOutputStream) << "Composite:" ; anIntersection.composite_.print(anOutputStream, false) ; - library::core::utils::Print::Footer(anOutputStream) ; + ostk::core::utils::Print::Footer(anOutputStream) ; return anOutputStream ; @@ -148,7 +148,7 @@ const Composite& Intersection::accessComposite ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Intersection") ; + throw ostk::core::error::runtime::Undefined("Intersection") ; } return composite_ ; @@ -160,7 +160,7 @@ Intersection::Type Intersection::getType ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Intersection") ; + throw ostk::core::error::runtime::Undefined("Intersection") ; } return type_ ; @@ -310,7 +310,7 @@ String Intersection::StringFromType ( return "Complex" ; default: - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; break ; } diff --git a/src/Library/Mathematics/Geometry/3D/Object.cpp b/src/Library/Mathematics/Geometry/3D/Object.cpp index c775bb64..f68a6bad 100644 --- a/src/Library/Mathematics/Geometry/3D/Object.cpp +++ b/src/Library/Mathematics/Geometry/3D/Object.cpp @@ -29,7 +29,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -48,20 +48,20 @@ namespace d3 bool Object::operator == ( const Object& anObject ) const { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::objects::Composite ; if ((!this->isDefined()) || (!anObject.isDefined())) { @@ -244,7 +244,7 @@ bool Object::operator == ( std::cout << (*this) << std::endl ; std::cout << anObject << std::endl ; - throw library::core::error::runtime::ToBeImplemented("Object :: operator ==") ; + throw ostk::core::error::runtime::ToBeImplemented("Object :: operator ==") ; return false ; @@ -268,24 +268,24 @@ std::ostream& operator << ( bool Object::intersects ( const Object& anObject ) const { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::objects::Composite ; if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } // Line @@ -550,7 +550,7 @@ bool Object::intersects ( std::cout << (*this) << std::endl ; std::cout << anObject << std::endl ; - throw library::core::error::runtime::ToBeImplemented("Object :: intersects") ; + throw ostk::core::error::runtime::ToBeImplemented("Object :: intersects") ; return false ; @@ -559,24 +559,24 @@ bool Object::intersects ( bool Object::contains ( const Object& anObject ) const { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::objects::Composite ; if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } // Segment @@ -684,7 +684,7 @@ bool Object::contains ( } - throw library::core::error::runtime::ToBeImplemented("Object :: contains") ; + throw ostk::core::error::runtime::ToBeImplemented("Object :: contains") ; return false ; @@ -693,24 +693,24 @@ bool Object::contains ( Intersection Object::intersectionWith ( const Object& anObject ) const { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::objects::Composite ; if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } // Line @@ -863,7 +863,7 @@ Intersection Object::intersectionWith ( std::cout << (*this) << std::endl ; std::cout << anObject << std::endl ; - throw library::core::error::runtime::ToBeImplemented("Object :: intersectionWith") ; + throw ostk::core::error::runtime::ToBeImplemented("Object :: intersectionWith") ; return Intersection::Undefined() ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp index db7903e5..5f05fe79 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -105,7 +105,7 @@ bool Composite::operator == ( return false ; } - for (const auto objectTuple : library::core::ctnr::iterators::Zip(objects_, aComposite.objects_)) + for (const auto objectTuple : ostk::core::ctnr::iterators::Zip(objects_, aComposite.objects_)) { if ((*std::get<0>(objectTuple)) != (*std::get<1>(objectTuple))) @@ -129,7 +129,7 @@ Composite Composite::operator + ( if (!aComposite.isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } Composite composite = Composite::Undefined() ; @@ -148,7 +148,7 @@ Composite& Composite::operator += ( if (!aComposite.isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } objects_.reserve(objects_.getSize() + aComposite.objects_.getSize()) ; @@ -169,12 +169,12 @@ bool Composite::intersects ( if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return std::any_of(objects_.begin(), objects_.end(), [&anObject] (const Unique& anObjectUPtr) -> bool { return anObjectUPtr->intersects(anObject) ; }) ; @@ -186,12 +186,12 @@ bool Composite::intersects ( if (!aComposite.isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return std::any_of(aComposite.objects_.begin(), aComposite.objects_.end(), [this] (const Unique& anObjectUPtr) -> bool { return this->intersects(*anObjectUPtr) ; }) ; @@ -203,12 +203,12 @@ bool Composite::contains ( if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return std::all_of(objects_.begin(), objects_.end(), [&anObject] (const Unique& anObjectUPtr) -> bool { return anObjectUPtr->contains(anObject) ; }) ; @@ -220,12 +220,12 @@ bool Composite::contains ( if (!aComposite.isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return std::all_of(aComposite.objects_.begin(), aComposite.objects_.end(), [this] (const Unique& anObjectUPtr) -> bool { return this->contains(*anObjectUPtr) ; }) ; @@ -237,12 +237,12 @@ const Object& Composite::accessObjectAt ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } if (anIndex >= objects_.getSize()) { - throw library::core::error::RuntimeError("Object index [{}] out of bounds [{}].", anIndex, objects_.getSize()) ; + throw ostk::core::error::RuntimeError("Object index [{}] out of bounds [{}].", anIndex, objects_.getSize()) ; } return *(objects_.at(anIndex).get()) ; @@ -254,7 +254,7 @@ const Array>& Composite::accessObjects ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return objects_ ; @@ -266,7 +266,7 @@ Size Composite::getObjectCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return objects_.getSize() ; @@ -278,12 +278,12 @@ Intersection Composite::intersectionWith ( if (!anObject.isDefined()) { - throw library::core::error::runtime::Undefined("Object") ; + throw ostk::core::error::runtime::Undefined("Object") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } Intersection intersection = Intersection::Empty() ; @@ -309,12 +309,12 @@ Intersection Composite::intersectionWith ( if (!aComposite.isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } Intersection intersection = Intersection::Empty() ; @@ -340,7 +340,7 @@ Composite::ConstIterator Composite::begin ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return objects_.begin() ; @@ -352,7 +352,7 @@ Composite::ConstIterator Composite::end ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } return objects_.end() ; @@ -363,12 +363,12 @@ void Composite::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Composite") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Composite") : void () ; if (!objects_.isEmpty()) { - library::core::utils::Print::Separator(anOutputStream, "Objects") ; + ostk::core::utils::Print::Separator(anOutputStream, "Objects") ; for (const auto& objectUPtr : objects_) { @@ -378,26 +378,26 @@ void Composite::print ( } else { - library::core::utils::Print::Line(anOutputStream) << "Empty" ; + ostk::core::utils::Print::Line(anOutputStream) << "Empty" ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } void Composite::applyTransformation ( const Transformation& aTransformation ) { - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Composite") ; + throw ostk::core::error::runtime::Undefined("Composite") ; } if (aTransformation.isIdentity()) diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp index b49b8631..34515237 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -82,12 +82,12 @@ bool Cone::intersects ( if (!aSphere.isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } for (const auto& ray : this->getRaysOfLateralSurface(aDiscretizationLevel)) // [TBM] Could be improved by calculating rays on the fly @@ -110,12 +110,12 @@ bool Cone::intersects ( if (!anEllipsoid.isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } for (const auto& ray : this->getRaysOfLateralSurface(aDiscretizationLevel)) // [TBM] Could be improved by calculating rays on the fly @@ -137,7 +137,7 @@ Point Cone::getApex ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } return apex_ ; @@ -149,7 +149,7 @@ Vector3d Cone::getAxis ( ) c if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } return axis_ ; @@ -161,7 +161,7 @@ Angle Cone::getAngle ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } return angle_ ; @@ -171,13 +171,13 @@ Angle Cone::getAngle ( ) Array Cone::getRaysOfLateralSurface ( const Size aRayCount ) const { - using library::math::obj::Interval ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Interval ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; if (aRayCount == 0) { - throw library::core::error::runtime::Wrong("Ray count") ; + throw ostk::core::error::runtime::Wrong("Ray count") ; } const Vector3d referenceDirection = (std::abs(axis_.dot(Vector3d::X())) < 0.5) ? axis_.cross(Vector3d::X()).normalized() : axis_.cross(Vector3d::Y()).normalized() ; @@ -212,12 +212,12 @@ Intersection Cone::intersectionWith ( if (!aSphere.isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } Array firstIntersectionPoints = Array::Empty() ; @@ -290,12 +290,12 @@ Intersection Cone::intersectionWith ( if (!anEllipsoid.isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } Array firstIntersectionPoints = Array::Empty() ; @@ -363,13 +363,13 @@ void Cone::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Cone") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Cone") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Apex:" << (apex_.isDefined() ? apex_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Axis:" << (axis_.isDefined() ? axis_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Angle:" << (angle_.isDefined() ? angle_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Apex:" << (apex_.isDefined() ? apex_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Axis:" << (axis_.isDefined() ? axis_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Angle:" << (angle_.isDefined() ? angle_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -378,12 +378,12 @@ void Cone::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cone") ; + throw ostk::core::error::runtime::Undefined("Cone") ; } apex_ = aTransformation.applyTo(apex_) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp index 0953f240..347235d6 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp @@ -34,7 +34,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -187,17 +187,17 @@ bool Cuboid::isNear ( if (!aCuboid.isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } if (!aTolerance.isDefined()) { - throw library::core::error::runtime::Undefined("Tolerance") ; + throw ostk::core::error::runtime::Undefined("Tolerance") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return PointSet(this->getVertices()).isNear(PointSet(aCuboid.getVertices()), aTolerance) ; @@ -214,7 +214,7 @@ bool Cuboid::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return (!aPointSet.isEmpty()) && std::any_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -226,12 +226,12 @@ bool Cuboid::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } if (!aLine.isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } // Line @@ -261,12 +261,12 @@ bool Cuboid::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } if (!aCuboid.isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } // First cuboid @@ -300,12 +300,12 @@ bool Cuboid::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } const Vector3d dx = aPoint - center_ ; @@ -338,7 +338,7 @@ bool Cuboid::contains ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return (!aPointSet.isEmpty()) && std::all_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -355,7 +355,7 @@ Point Cuboid::getCenter ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return center_ ; @@ -367,7 +367,7 @@ Vector3d Cuboid::getFirstAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return axes_[0] ; @@ -379,7 +379,7 @@ Vector3d Cuboid::getSecondAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return axes_[1] ; @@ -391,7 +391,7 @@ Vector3d Cuboid::getThirdAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return axes_[2] ; @@ -403,7 +403,7 @@ Real Cuboid::getFirstExtent ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return extent_[0] ; @@ -415,7 +415,7 @@ Real Cuboid::getSecondExtent ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return extent_[1] ; @@ -427,7 +427,7 @@ Real Cuboid::getThirdExtent ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } return extent_[2] ; @@ -439,7 +439,7 @@ Array Cuboid::getVertices ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } Array vertices = Array::Empty() ; @@ -467,35 +467,35 @@ void Cuboid::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Cuboid") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Cuboid") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Center:" << (center_.isDefined() ? center_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Center:" << (center_.isDefined() ? center_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "First axis:" << (axes_[0].isDefined() ? axes_[0].toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Second axis:" << (axes_[1].isDefined() ? axes_[1].toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Third axis:" << (axes_[2].isDefined() ? axes_[2].toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "First axis:" << (axes_[0].isDefined() ? axes_[0].toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Second axis:" << (axes_[1].isDefined() ? axes_[1].toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Third axis:" << (axes_[2].isDefined() ? axes_[2].toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "First extent:" << (extent_[0].isDefined() ? extent_[0].toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Second extent:" << (extent_[1].isDefined() ? extent_[1].toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Third extent:" << (extent_[2].isDefined() ? extent_[2].toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "First extent:" << (extent_[0].isDefined() ? extent_[0].toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Second extent:" << (extent_[1].isDefined() ? extent_[1].toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Third extent:" << (extent_[2].isDefined() ? extent_[2].toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } void Cuboid::applyTransformation ( const Transformation& aTransformation ) { - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Cuboid") ; + throw ostk::core::error::runtime::Undefined("Cuboid") ; } if (aTransformation.isIdentity()) @@ -530,12 +530,12 @@ Cuboid Cuboid::Cube ( if (!aCenter.isDefined()) { - throw library::core::error::runtime::Undefined("Center") ; + throw ostk::core::error::runtime::Undefined("Center") ; } if (!anExtent.isDefined()) { - throw library::core::error::runtime::Undefined("Extent") ; + throw ostk::core::error::runtime::Undefined("Extent") ; } return { aCenter, { Vector3d::X(), Vector3d::Y(), Vector3d::Z() }, { anExtent, anExtent, anExtent } } ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp index 0a26d3c5..41d73f01 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp @@ -46,7 +46,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -91,17 +91,17 @@ Point EllipsoidPointFromGteVector ( if (a_.isDefined() && (a_ < 0.0)) { - throw library::core::error::RuntimeError("First principal semi-axis is negative.") ; + throw ostk::core::error::RuntimeError("First principal semi-axis is negative.") ; } if (b_.isDefined() && (b_ < 0.0)) { - throw library::core::error::RuntimeError("Second principal semi-axis is negative.") ; + throw ostk::core::error::RuntimeError("Second principal semi-axis is negative.") ; } if (c_.isDefined() && (c_ < 0.0)) { - throw library::core::error::RuntimeError("Third principal semi-axis is negative.") ; + throw ostk::core::error::RuntimeError("Third principal semi-axis is negative.") ; } } @@ -155,7 +155,7 @@ bool Ellipsoid::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return (!aPointSet.isEmpty()) && std::any_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -167,12 +167,12 @@ bool Ellipsoid::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!aLine.isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } // Line @@ -202,12 +202,12 @@ bool Ellipsoid::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!aRay.isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } // Ray @@ -235,16 +235,16 @@ bool Ellipsoid::intersects ( bool Ellipsoid::intersects ( const Segment& aSegment ) const { - using library::math::obj::Interval ; + using ostk::math::obj::Interval ; if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } // // Does not work for some reason... most likely a bug w/ gte::TIQuery, gte::Ellipsoid3> @@ -357,12 +357,12 @@ bool Ellipsoid::intersects ( if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } // Plane @@ -395,12 +395,12 @@ bool Ellipsoid::intersects ( // if (!aSphere.isDefined()) // { -// throw library::core::error::runtime::Undefined("Sphere") ; +// throw ostk::core::error::runtime::Undefined("Sphere") ; // } // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Ellipsoid") ; +// throw ostk::core::error::runtime::Undefined("Ellipsoid") ; // } // return this->intersects(Ellipsoid(aSphere.getCenter(), aSphere.getRadius(), aSphere.getRadius(), aSphere.getRadius())) ; @@ -412,12 +412,12 @@ bool Ellipsoid::intersects ( // if (!anEllipsoid.isDefined()) // { -// throw library::core::error::runtime::Undefined("Ellipsoid") ; +// throw ostk::core::error::runtime::Undefined("Ellipsoid") ; // } // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Ellipsoid") ; +// throw ostk::core::error::runtime::Undefined("Ellipsoid") ; // } // // Ellipsoid @@ -459,16 +459,16 @@ bool Ellipsoid::intersects ( bool Ellipsoid::contains ( const Point& aPoint ) const { - using library::math::obj::Vector3d ; + using ostk::math::obj::Vector3d ; if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } Matrix3d dcm ; @@ -492,7 +492,7 @@ bool Ellipsoid::contains ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return (!aPointSet.isEmpty()) && std::all_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -509,7 +509,7 @@ Point Ellipsoid::getCenter ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return center_ ; @@ -521,7 +521,7 @@ Real Ellipsoid::getFirstPrincipalSemiAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return a_ ; @@ -533,7 +533,7 @@ Real Ellipsoid::getSecondPrincipalSemiAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return b_ ; @@ -545,7 +545,7 @@ Real Ellipsoid::getThirdPrincipalSemiAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return c_ ; @@ -557,7 +557,7 @@ Vector3d Ellipsoid::getFirstAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return q_.toConjugate() * Vector3d::X() ; @@ -569,7 +569,7 @@ Vector3d Ellipsoid::getSecondAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return q_.toConjugate() * Vector3d::Y() ; @@ -581,7 +581,7 @@ Vector3d Ellipsoid::getThirdAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return q_.toConjugate() * Vector3d::Z() ; @@ -593,7 +593,7 @@ Quaternion Ellipsoid::getOrientation ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } return q_ ; @@ -605,7 +605,7 @@ Matrix3d Ellipsoid::getMatrix ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } const Vector3d firstRatio = this->getFirstAxis() / a_ ; @@ -632,16 +632,16 @@ Matrix3d Ellipsoid::getMatrix ( ) Intersection Ellipsoid::intersectionWith ( const Line& aLine ) const { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; if (!aLine.isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } // Line @@ -675,7 +675,7 @@ Intersection Ellipsoid::intersectionWith ( } else { - throw library::core::error::RuntimeError("Intersection algorithm has failed.") ; + throw ostk::core::error::RuntimeError("Intersection algorithm has failed.") ; } } @@ -688,16 +688,16 @@ Intersection Ellipsoid::intersectionWith ( const bool onlyInSight ) const { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; if (!aRay.isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } // Ray @@ -767,7 +767,7 @@ Intersection Ellipsoid::intersectionWith ( } else { - throw library::core::error::RuntimeError("Intersection algorithm has failed.") ; + throw ostk::core::error::RuntimeError("Intersection algorithm has failed.") ; } } @@ -779,16 +779,16 @@ Intersection Ellipsoid::intersectionWith ( Intersection Ellipsoid::intersectionWith ( const Segment& aSegment ) const { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (aSegment.isDegenerate() && this->contains(aSegment.getFirstPoint())) @@ -899,7 +899,7 @@ Intersection Ellipsoid::intersectionWith ( } else { - throw library::core::error::RuntimeError("Intersection algorithm has failed.") ; + throw ostk::core::error::RuntimeError("Intersection algorithm has failed.") ; } } @@ -924,37 +924,37 @@ void Ellipsoid::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Ellipsoid") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Ellipsoid") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Center:" << (center_.isDefined() ? center_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Center:" << (center_.isDefined() ? center_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "First principal semi-axis:" << (a_.isDefined() ? a_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Second principal semi-axis:" << (b_.isDefined() ? b_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Third principal semi-axis:" << (c_.isDefined() ? c_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "First principal semi-axis:" << (a_.isDefined() ? a_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Second principal semi-axis:" << (b_.isDefined() ? b_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Third principal semi-axis:" << (c_.isDefined() ? c_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "First axis:" << (q_.isDefined() ? this->getFirstAxis().toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Second axis:" << (q_.isDefined() ? this->getSecondAxis().toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Third axis:" << (q_.isDefined() ? this->getThirdAxis().toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "First axis:" << (q_.isDefined() ? this->getFirstAxis().toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Second axis:" << (q_.isDefined() ? this->getSecondAxis().toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Third axis:" << (q_.isDefined() ? this->getThirdAxis().toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Orientation:" << (q_.isDefined() ? q_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Orientation:" << (q_.isDefined() ? q_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } void Ellipsoid::applyTransformation ( const Transformation& aTransformation ) { - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (aTransformation.isIdentity()) @@ -971,7 +971,7 @@ void Ellipsoid::applyTransformation ( if (eigenSolver.info() != Eigen::Success) { - throw library::core::error::RuntimeError("Eigen vector calculation has failed.") ; + throw ostk::core::error::RuntimeError("Eigen vector calculation has failed.") ; } a_ = std::sqrt(1.0 / eigenSolver.eigenvalues()(0)) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp index 2f2e437d..a471dacd 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -44,7 +44,7 @@ namespace objects if (direction_.squaredNorm() == 0.0) { - throw library::core::error::runtime::Wrong("Direction") ; + throw ostk::core::error::runtime::Wrong("Direction") ; } direction_ = direction_.normalized() ; @@ -100,12 +100,12 @@ bool Line::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } const Vector3d n = aPlane.getNormalVector() ; @@ -140,12 +140,12 @@ bool Line::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } return direction_.cross(aPoint - origin_).squaredNorm() == 0.0 ; @@ -162,7 +162,7 @@ Point Line::getOrigin ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } return origin_ ; @@ -174,7 +174,7 @@ Vector3d Line::getDirection ( ) con if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } return direction_ ; @@ -186,12 +186,12 @@ Intersection Line::intersectionWith ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } const Vector3d n = aPlane.getNormalVector() ; @@ -224,12 +224,12 @@ void Line::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Line") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Line") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Origin:" << (origin_.isDefined() ? origin_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Direction:" << (direction_.isDefined() ? direction_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Origin:" << (origin_.isDefined() ? origin_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Direction:" << (direction_.isDefined() ? direction_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -238,12 +238,12 @@ void Line::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } origin_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp b/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp index 07f63632..c11db92a 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -75,7 +75,7 @@ bool LineString::isNear ( return false ; } - for (const auto pointTuple : library::core::ctnr::iterators::Zip(points_, aLineString.points_)) + for (const auto pointTuple : ostk::core::ctnr::iterators::Zip(points_, aLineString.points_)) { if (!std::get<0>(pointTuple).isNear(std::get<1>(pointTuple), aTolerance)) @@ -94,7 +94,7 @@ const Point& LineString::accessPointAt ( if (anIndex >= points_.getSize()) { - throw library::core::error::RuntimeError("Point index [{}] out of bounds [0 - {}].", anIndex, points_.getSize()) ; + throw ostk::core::error::RuntimeError("Point index [{}] out of bounds [0 - {}].", anIndex, points_.getSize()) ; } return points_.at(anIndex) ; @@ -111,12 +111,12 @@ Point LineString::getPointClosestTo ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (this->isEmpty()) { - throw library::core::error::runtime::Undefined("Line string") ; + throw ostk::core::error::runtime::Undefined("Line string") ; } Point const* pointPtr = nullptr ; @@ -146,14 +146,14 @@ void LineString::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Line String") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Line String") : void () ; for (const auto& point : points_) { - library::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -172,12 +172,12 @@ void LineString::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Line string") ; + throw ostk::core::error::runtime::Undefined("Line string") ; } for (auto& point : points_) @@ -197,7 +197,7 @@ LineString LineString::Segment ( if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return { { aSegment.getFirstPoint(), aSegment.getSecondPoint() } } ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp index 704757ee..f4e966eb 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -80,12 +80,12 @@ bool Plane::intersects ( if (!aPointSet.isDefined()) { - throw library::core::error::runtime::Undefined("Point Set") ; + throw ostk::core::error::runtime::Undefined("Point Set") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return (!aPointSet.isEmpty()) && std::any_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -112,12 +112,12 @@ bool Plane::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return (aPoint - point_).dot(normal_) == 0.0 ; @@ -129,12 +129,12 @@ bool Plane::contains ( if (!aPointSet.isDefined()) { - throw library::core::error::runtime::Undefined("Point Set") ; + throw ostk::core::error::runtime::Undefined("Point Set") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return (!aPointSet.isEmpty()) && std::all_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -146,12 +146,12 @@ bool Plane::contains ( if (!aLine.isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return this->contains(aLine.getOrigin()) && (normal_.dot(aLine.getDirection()) == 0.0) ; @@ -163,12 +163,12 @@ bool Plane::contains ( if (!aRay.isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return this->contains(aRay.getOrigin()) && (normal_.dot(aRay.getDirection()) == 0.0) ; @@ -180,12 +180,12 @@ bool Plane::contains ( if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return this->contains(aSegment.getFirstPoint()) && this->contains(aSegment.getSecondPoint()) ; @@ -197,7 +197,7 @@ Point Plane::getPoint ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return point_ ; @@ -209,7 +209,7 @@ Vector3d Plane::getNormalVector ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } return normal_ ; @@ -226,7 +226,7 @@ Intersection Plane::intersectionWith ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } Array points = Array::Empty() ; @@ -264,12 +264,12 @@ void Plane::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Plane") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Plane") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Point:" << (point_.isDefined() ? point_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Normal vector:" << (normal_.isDefined() ? normal_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Point:" << (point_.isDefined() ? point_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Normal vector:" << (normal_.isDefined() ? normal_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -278,12 +278,12 @@ void Plane::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } point_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp index da34df74..73588671 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -66,12 +66,12 @@ Point Point::operator + ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } return { x_ + aVector.x(), y_ + aVector.y(), z_ + aVector.z() } ; @@ -83,12 +83,12 @@ Point Point::operator - ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } return { x_ - aVector.x(), y_ - aVector.y(), z_ - aVector.z() } ; @@ -100,12 +100,12 @@ Vector3d Point::operator - ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return { x_ - aPoint.x(), y_ - aPoint.y(), z_ - aPoint.z() } ; @@ -123,7 +123,7 @@ bool Point::isNear ( if (!aTolerance.isDefined()) { - throw library::core::error::runtime::Undefined("Tolerance") ; + throw ostk::core::error::runtime::Undefined("Tolerance") ; } return this->distanceTo(aPoint) <= aTolerance ; @@ -135,7 +135,7 @@ const Real& Point::x ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return x_ ; @@ -147,7 +147,7 @@ const Real& Point::y ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return y_ ; @@ -159,7 +159,7 @@ const Real& Point::z ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return z_ ; @@ -171,7 +171,7 @@ Vector3d Point::asVector ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return { x_, y_, z_ } ; @@ -183,12 +183,12 @@ Real Point::distanceTo ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return ((*this) - aPoint).norm() ; @@ -200,7 +200,7 @@ String Point::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } return aPrecision.isDefined() ? Vector3d(x_, y_, z_).toString(aPrecision) : Vector3d(x_, y_, z_).toString() ; @@ -211,13 +211,13 @@ void Point::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Point") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Point") : void () ; - library::core::utils::Print::Line(anOutputStream) << "X:" << (x_.isDefined() ? x_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Y:" << (y_.isDefined() ? y_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Z:" << (z_.isDefined() ? z_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "X:" << (x_.isDefined() ? x_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Y:" << (y_.isDefined() ? y_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Z:" << (z_.isDefined() ? z_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -226,12 +226,12 @@ void Point::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } (*this) = aTransformation.applyTo(*this) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp b/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp index 1da0df36..f0920fb9 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -127,12 +127,12 @@ Point PointSet::getPointClosestTo ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (this->isEmpty()) { - throw library::core::error::runtime::Undefined("Point set") ; + throw ostk::core::error::runtime::Undefined("Point set") ; } Point const* pointPtr = nullptr ; @@ -162,14 +162,14 @@ void PointSet::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Point Set") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Point Set") : void () ; for (const auto& point : points_) { - library::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << (point.isDefined() ? point.toString() : "Undefined") ; } - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -188,12 +188,12 @@ void PointSet::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Point set") ; + throw ostk::core::error::runtime::Undefined("Point set") ; } PointSet::Container points ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp index 261baf1e..70650161 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -44,7 +44,7 @@ namespace objects if (std::abs(xAxis_.dot(yAxis_)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("X and Y axes are not orthogonal.") ; + throw ostk::core::error::RuntimeError("X and Y axes are not orthogonal.") ; } } @@ -86,17 +86,17 @@ bool Polygon::isNear ( if (!aPolygon.isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } if (!aTolerance.isDefined()) { - throw library::core::error::runtime::Undefined("Tolerance") ; + throw ostk::core::error::runtime::Undefined("Tolerance") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } if (this->getVertexCount() != aPolygon.getVertexCount()) @@ -107,8 +107,8 @@ bool Polygon::isNear ( const Array firstVertices = this->getVertices() ; const Array secondVertices = aPolygon.getVertices() ; - // for (const auto vertexTuple : library::core::ctnr::iterators::Zip(this->getVertices(), aPolygon.getVertices())) - for (const auto vertexTuple : library::core::ctnr::iterators::Zip(firstVertices, secondVertices)) + // for (const auto vertexTuple : ostk::core::ctnr::iterators::Zip(this->getVertices(), aPolygon.getVertices())) + for (const auto vertexTuple : ostk::core::ctnr::iterators::Zip(firstVertices, secondVertices)) { if (!std::get<0>(vertexTuple).isNear(std::get<1>(vertexTuple), aTolerance)) @@ -127,7 +127,7 @@ Polygon2d Polygon::getPolygon2d ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return polygon_ ; @@ -139,7 +139,7 @@ Point Polygon::getOrigin ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return origin_ ; @@ -151,7 +151,7 @@ Vector3d Polygon::getXAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return xAxis_ ; @@ -163,7 +163,7 @@ Vector3d Polygon::getYAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return yAxis_ ; @@ -175,7 +175,7 @@ Vector3d Polygon::getNormalVector ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return xAxis_.cross(yAxis_) ; @@ -187,7 +187,7 @@ Size Polygon::getEdgeCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return polygon_.getEdgeCount() ; @@ -199,7 +199,7 @@ Size Polygon::getVertexCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } return polygon_.getVertexCount() ; @@ -209,12 +209,12 @@ Size Polygon::getVertexCount ( ) Polygon::Edge Polygon::getEdgeAt ( const Index anEdgeIndex ) const { - using Point2d = library::math::geom::d2::objects::Point ; - using Segment2d = library::math::geom::d2::objects::Segment ; + using Point2d = ostk::math::geom::d2::objects::Point ; + using Segment2d = ostk::math::geom::d2::objects::Segment ; if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } const Segment2d edge2d = polygon_.getEdgeAt(anEdgeIndex) ; @@ -232,11 +232,11 @@ Polygon::Edge Polygon::getEdgeAt ( Polygon::Vertex Polygon::getVertexAt ( const Index aVertexIndex ) const { - using Point2d = library::math::geom::d2::objects::Point ; + using Point2d = ostk::math::geom::d2::objects::Point ; if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } const Point2d vertex2d = polygon_.getVertexAt(aVertexIndex) ; @@ -248,7 +248,7 @@ Polygon::Vertex Polygon::getVertexAt ( Array Polygon::getEdges ( ) const { - using Point2d = library::math::geom::d2::objects::Point ; + using Point2d = ostk::math::geom::d2::objects::Point ; Array edges = Array::Empty() ; @@ -291,18 +291,18 @@ void Polygon::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Polygon") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Polygon") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Origin:" << (origin_.isDefined() ? origin_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Origin:" << (origin_.isDefined() ? origin_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "X axis:" << (xAxis_.isDefined() ? xAxis_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Y axis:" << (yAxis_.isDefined() ? yAxis_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "X axis:" << (xAxis_.isDefined() ? xAxis_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Y axis:" << (yAxis_.isDefined() ? yAxis_.toString() : "Undefined") ; - library::core::utils::Print::Separator(anOutputStream, "Polygon") ; + ostk::core::utils::Print::Separator(anOutputStream, "Polygon") ; polygon_.print(anOutputStream, false) ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -311,12 +311,12 @@ void Polygon::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Polygon") ; + throw ostk::core::error::runtime::Undefined("Polygon") ; } // polygon_ = aTransformation.applyTo(polygon_) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp index 1992f98e..1529423c 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp @@ -26,7 +26,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -81,12 +81,12 @@ bool Pyramid::intersects ( if (!aSphere.isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } for (const auto& ray : this->getRaysOfLateralFaces(aDiscretizationLevel)) // [TBM] Could be improved by calculating rays on the fly @@ -109,12 +109,12 @@ bool Pyramid::intersects ( if (!anEllipsoid.isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } for (const auto& ray : this->getRaysOfLateralFaces(aDiscretizationLevel)) // [TBM] Could be improved by calculating rays on the fly @@ -134,16 +134,16 @@ bool Pyramid::intersects ( bool Pyramid::contains ( const Point& aPoint ) const { - using Point2d = library::math::geom::d2::objects::Point ; + using Point2d = ostk::math::geom::d2::objects::Point ; if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } if (aPoint == apex_) @@ -166,7 +166,7 @@ bool Pyramid::contains ( if (!rayPlaneIntersection.is()) { - throw library::core::error::RuntimeError("Pyramid is degenerate.") ; + throw ostk::core::error::RuntimeError("Pyramid is degenerate.") ; } const Point intersectionPoint = rayPlaneIntersection.as() ; @@ -200,15 +200,15 @@ bool Pyramid::contains ( if (!anEllipsoid.isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } - throw library::core::error::runtime::ToBeImplemented("Pyramid") ; + throw ostk::core::error::runtime::ToBeImplemented("Pyramid") ; return false ; @@ -219,7 +219,7 @@ Polygon Pyramid::getBase ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } return base_ ; @@ -231,7 +231,7 @@ Point Pyramid::getApex ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } return apex_ ; @@ -243,7 +243,7 @@ Size Pyramid::getLateralFaceCount ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } return base_.getEdgeCount() ; @@ -253,12 +253,12 @@ Size Pyramid::getLateralFaceCount ( ) Polygon Pyramid::getLateralFaceAt ( const Index aLateralFaceIndex ) const { - using library::math::obj::Vector2d ; - using Point2d = library::math::geom::d2::objects::Point ; + using ostk::math::obj::Vector2d ; + using Point2d = ostk::math::geom::d2::objects::Point ; if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } const Segment baseEdge = base_.getEdgeAt(aLateralFaceIndex) ; @@ -285,13 +285,13 @@ Array Pyramid::getRaysOfLateralFaceAt ( const Size aRayCount ) const { - using library::math::obj::Interval ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Interval ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // if (aRayCount < 2) // { - // throw library::core::error::RuntimeError("Ray count [{}] lower than 2.", aRayCount) ; + // throw ostk::core::error::RuntimeError("Ray count [{}] lower than 2.", aRayCount) ; // } const Segment baseEdge = base_.getEdgeAt(aLateralFaceIndex) ; @@ -332,7 +332,7 @@ Array Pyramid::getRaysOfLateralFaces ( if (aRayCount < this->getLateralFaceCount()) { - throw library::core::error::RuntimeError("Ray count [{}] lower than lateral face count [{}].", aRayCount, this->getLateralFaceCount()) ; + throw ostk::core::error::RuntimeError("Ray count [{}] lower than lateral face count [{}].", aRayCount, this->getLateralFaceCount()) ; } Size lateralRayCount = aRayCount / this->getLateralFaceCount() ; @@ -361,12 +361,12 @@ Intersection Pyramid::intersectionWith ( if (!aSphere.isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } Array firstIntersectionPoints = Array::Empty() ; @@ -439,12 +439,12 @@ Intersection Pyramid::intersectionWith ( if (!anEllipsoid.isDefined()) { - throw library::core::error::runtime::Undefined("Ellipsoid") ; + throw ostk::core::error::runtime::Undefined("Ellipsoid") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } Array firstIntersectionPoints = Array::Empty() ; @@ -534,15 +534,15 @@ void Pyramid::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Pyramid") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Pyramid") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Apex:" << (apex_.isDefined() ? apex_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Apex:" << (apex_.isDefined() ? apex_.toString() : "Undefined") ; - library::core::utils::Print::Separator(anOutputStream, "Base:") ; + ostk::core::utils::Print::Separator(anOutputStream, "Base:") ; base_.print(anOutputStream, false) ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -551,12 +551,12 @@ void Pyramid::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Pyramid") ; + throw ostk::core::error::runtime::Undefined("Pyramid") ; } base_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp index f6ef16ed..a9b32541 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -44,7 +44,7 @@ namespace objects if (direction_.squaredNorm() == 0.0) { - throw library::core::error::runtime::Wrong("Direction") ; + throw ostk::core::error::runtime::Wrong("Direction") ; } direction_ = direction_.normalized() ; @@ -95,12 +95,12 @@ bool Ray::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } const Vector3d n = aPlane.getNormalVector() ; @@ -137,12 +137,12 @@ bool Ray::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } const Vector3d AC = aPoint - origin_ ; @@ -156,12 +156,12 @@ bool Ray::contains ( if (!aPointSet.isDefined()) { - throw library::core::error::runtime::Undefined("Point Set") ; + throw ostk::core::error::runtime::Undefined("Point Set") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } return (!aPointSet.isEmpty()) && std::all_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -173,7 +173,7 @@ Point Ray::getOrigin ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } return origin_ ; @@ -185,7 +185,7 @@ Vector3d Ray::getDirection ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } return direction_ ; @@ -197,12 +197,12 @@ Intersection Ray::intersectionWith ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } const Vector3d n = aPlane.getNormalVector() ; @@ -252,12 +252,12 @@ void Ray::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Ray") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Ray") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Origin:" << (origin_.isDefined() ? origin_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Direction:" << (direction_.isDefined() ? direction_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Origin:" << (origin_.isDefined() ? origin_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Direction:" << (direction_.isDefined() ? direction_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -266,12 +266,12 @@ void Ray::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } origin_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp index 28872a25..2d777afa 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp @@ -19,7 +19,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -74,7 +74,7 @@ bool Segment::isDegenerate ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return firstPoint_ == secondPoint_ ; @@ -93,12 +93,12 @@ bool Segment::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } const Vector3d n = aPlane.getNormalVector() ; @@ -135,12 +135,12 @@ bool Segment::contains ( if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (this->isDegenerate()) @@ -175,7 +175,7 @@ Point Segment::getFirstPoint ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return firstPoint_ ; @@ -187,7 +187,7 @@ Point Segment::getSecondPoint ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return secondPoint_ ; @@ -199,7 +199,7 @@ Point Segment::getCenter ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return firstPoint_ + (secondPoint_ - firstPoint_) / 2.0 ; @@ -211,12 +211,12 @@ Vector3d Segment::getDirection ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (this->isDegenerate()) { - throw library::core::error::RuntimeError("Segment is degenerate.") ; + throw ostk::core::error::RuntimeError("Segment is degenerate.") ; } return (secondPoint_ - firstPoint_).normalized() ; @@ -228,7 +228,7 @@ Real Segment::getLength ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } return (secondPoint_ - firstPoint_).norm() ; @@ -242,12 +242,12 @@ Intersection Segment::intersectionWith ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } const Vector3d n = aPlane.getNormalVector() ; @@ -285,12 +285,12 @@ void Segment::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Segment") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Segment") : void () ; - library::core::utils::Print::Line(anOutputStream) << "First point:" << (firstPoint_.isDefined() ? firstPoint_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Second point:" << (secondPoint_.isDefined() ? secondPoint_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "First point:" << (firstPoint_.isDefined() ? firstPoint_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Second point:" << (secondPoint_.isDefined() ? secondPoint_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -299,12 +299,12 @@ void Segment::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } firstPoint_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp index a3f77d8b..9046f81c 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp @@ -31,7 +31,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -109,7 +109,7 @@ bool Sphere::isUnitary ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } return radius_ == 1.0 ; @@ -126,7 +126,7 @@ bool Sphere::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } return (!aPointSet.isEmpty()) && std::any_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -138,12 +138,12 @@ bool Sphere::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!aLine.isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } // Line @@ -171,12 +171,12 @@ bool Sphere::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!aRay.isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } // Ray @@ -204,12 +204,12 @@ bool Sphere::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } // Segment @@ -237,12 +237,12 @@ bool Sphere::intersects ( if (!aPlane.isDefined()) { - throw library::core::error::runtime::Undefined("Plane") ; + throw ostk::core::error::runtime::Undefined("Plane") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } // Plane @@ -281,16 +281,16 @@ bool Sphere::intersects ( bool Sphere::contains ( const Point& aPoint ) const { - using library::math::obj::Vector3d ; + using ostk::math::obj::Vector3d ; if (!aPoint.isDefined()) { - throw library::core::error::runtime::Undefined("Point") ; + throw ostk::core::error::runtime::Undefined("Point") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } return std::abs((aPoint - center_).squaredNorm() - (radius_ * radius_)) < Real::Epsilon() ; @@ -302,7 +302,7 @@ bool Sphere::contains ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } return (!aPointSet.isEmpty()) && std::all_of(aPointSet.begin(), aPointSet.end(), [this] (const Point& aPoint) -> bool { return this->contains(aPoint) ; }) ; @@ -314,7 +314,7 @@ Point Sphere::getCenter ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } return center_ ; @@ -326,7 +326,7 @@ Real Sphere::getRadius ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } return radius_ ; @@ -336,16 +336,16 @@ Real Sphere::getRadius ( ) Intersection Sphere::intersectionWith ( const Line& aLine ) const { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; if (!aLine.isDefined()) { - throw library::core::error::runtime::Undefined("Line") ; + throw ostk::core::error::runtime::Undefined("Line") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } // Line @@ -377,7 +377,7 @@ Intersection Sphere::intersectionWith ( } else { - throw library::core::error::RuntimeError("Intersection algorithm has failed.") ; + throw ostk::core::error::RuntimeError("Intersection algorithm has failed.") ; } } @@ -390,16 +390,16 @@ Intersection Sphere::intersectionWith ( const bool onlyInSight ) const { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; if (!aRay.isDefined()) { - throw library::core::error::runtime::Undefined("Ray") ; + throw ostk::core::error::runtime::Undefined("Ray") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } // Ray @@ -462,7 +462,7 @@ Intersection Sphere::intersectionWith ( } else { - throw library::core::error::RuntimeError("Intersection algorithm has failed.") ; + throw ostk::core::error::RuntimeError("Intersection algorithm has failed.") ; } } @@ -474,16 +474,16 @@ Intersection Sphere::intersectionWith ( Intersection Sphere::intersectionWith ( const Segment& aSegment ) const { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; if (!aSegment.isDefined()) { - throw library::core::error::runtime::Undefined("Segment") ; + throw ostk::core::error::runtime::Undefined("Segment") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } // Segment @@ -582,7 +582,7 @@ Intersection Sphere::intersectionWith ( } else { - throw library::core::error::RuntimeError("Intersection algorithm has failed.") ; + throw ostk::core::error::RuntimeError("Intersection algorithm has failed.") ; } } @@ -607,12 +607,12 @@ void Sphere::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "Sphere") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "Sphere") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Center:" << (center_.isDefined() ? center_.toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Radius:" << (radius_.isDefined() ? radius_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Center:" << (center_.isDefined() ? center_.toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Radius:" << (radius_.isDefined() ? radius_.toString() : "Undefined") ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -621,17 +621,17 @@ void Sphere::applyTransformation ( if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Sphere") ; + throw ostk::core::error::runtime::Undefined("Sphere") ; } if (!aTransformation.isRigid()) { - throw library::core::error::RuntimeError("Only rigid transformation is supported.") ; + throw ostk::core::error::RuntimeError("Only rigid transformation is supported.") ; } center_.applyTransformation(aTransformation) ; diff --git a/src/Library/Mathematics/Geometry/3D/Transformation.cpp b/src/Library/Mathematics/Geometry/3D/Transformation.cpp index fb045dfd..02dd5a4f 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformation.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformation.cpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -69,12 +69,12 @@ Vector4d Transformation::operator * ( if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return matrix_ * aVector ; @@ -84,17 +84,17 @@ Vector4d Transformation::operator * ( Transformation& Transformation::operator *= ( const Transformation& aTransformation ) { - using library::core::ctnr::Pair ; - using library::core::ctnr::Map ; + using ostk::core::ctnr::Pair ; + using ostk::core::ctnr::Map ; if (!aTransformation.isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } static const Map, Transformation::Type> TypeCompositionMap = @@ -202,7 +202,7 @@ bool Transformation::isIdentity ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return type_ == Transformation::Type::Identity ; @@ -214,7 +214,7 @@ bool Transformation::isRigid ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return isRigid_ ; @@ -226,7 +226,7 @@ Transformation::Type Transformation::getType ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return type_ ; @@ -238,7 +238,7 @@ Matrix4d Transformation::getMatrix ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return matrix_ ; @@ -250,7 +250,7 @@ Transformation Transformation::getInverse ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Transformation") ; + throw ostk::core::error::runtime::Undefined("Transformation") ; } return { type_, matrix_.inverse(), isRigid_ } ; @@ -271,15 +271,15 @@ void Transformation::print ( bool displayDecorators ) const { - displayDecorators ? library::core::utils::Print::Header(anOutputStream, "3D :: Transformation") : void () ; + displayDecorators ? ostk::core::utils::Print::Header(anOutputStream, "3D :: Transformation") : void () ; - library::core::utils::Print::Line(anOutputStream) << "Type:" << Transformation::StringFromType(type_) ; + ostk::core::utils::Print::Line(anOutputStream) << "Type:" << Transformation::StringFromType(type_) ; - library::core::utils::Print::Line(anOutputStream) << "Matrix:" ; + ostk::core::utils::Print::Line(anOutputStream) << "Matrix:" ; anOutputStream << matrix_ << std::endl ; - displayDecorators ? library::core::utils::Print::Footer(anOutputStream) : void () ; + displayDecorators ? ostk::core::utils::Print::Footer(anOutputStream) : void () ; } @@ -298,7 +298,7 @@ Transformation Transformation::Translation ( if (!aTranslationVector.isDefined()) { - throw library::core::error::runtime::Undefined("Translation vector") ; + throw ostk::core::error::runtime::Undefined("Translation vector") ; } Matrix4d transformationMatrix ; @@ -317,7 +317,7 @@ Transformation Transformation::Rotation ( if (!aRotationVector.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation vector") ; + throw ostk::core::error::runtime::Undefined("Rotation vector") ; } Matrix4d transformationMatrix = Matrix4d::Identity() ; @@ -333,7 +333,7 @@ Transformation Transformation::Rotation ( if (!aRotationMatrix.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } Matrix4d transformationMatrix = Matrix4d::Identity() ; @@ -381,7 +381,7 @@ String Transformation::StringFromType ( return "Affine" ; default: - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; break ; } @@ -405,7 +405,7 @@ Transformation::Type Transformation::TypeOfMatrix ( // [TBI] ... - throw library::core::error::RuntimeError("Cannot identify transformation type.") ; + throw ostk::core::error::RuntimeError("Cannot identify transformation type.") ; return Transformation::Type::Undefined ; @@ -414,7 +414,7 @@ Transformation::Type Transformation::TypeOfMatrix ( bool Transformation::IsRigid ( const Matrix4d& aMatrix ) { - using library::math::obj::Matrix3d ; + using ostk::math::obj::Matrix3d ; if (!aMatrix.isDefined()) { diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp index 5359a232..2090b84e 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -87,7 +87,7 @@ Quaternion Quaternion::operator * ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return this->crossMultiply(aQuaternion) ; @@ -99,12 +99,12 @@ Vector3d Quaternion::operator * ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } return this->rotateVector(aVector) ; @@ -116,12 +116,12 @@ Quaternion Quaternion::operator / ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (aQuaternion.norm() < Real::Epsilon()) { - throw library::core::error::RuntimeError("Cannot divide by quaternion with zero norm.") ; + throw ostk::core::error::RuntimeError("Cannot divide by quaternion with zero norm.") ; } return this->crossMultiply(aQuaternion.toInverse()) ; @@ -133,7 +133,7 @@ Quaternion& Quaternion::operator *= ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } (*this) = this->crossMultiply(aQuaternion) ; // [TBI] This is a shortcut... could be optimized @@ -147,12 +147,12 @@ Quaternion& Quaternion::operator /= ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (aQuaternion.norm() < Real::Epsilon()) { - throw library::core::error::RuntimeError("Cannot divide by quaternion with zero norm.") ; + throw ostk::core::error::RuntimeError("Cannot divide by quaternion with zero norm.") ; } (*this) = this->crossMultiply(aQuaternion.toInverse()) ; // [TBI] This is a shortcut... could be optimized @@ -165,14 +165,14 @@ std::ostream& operator << ( const Quaternion& aQuaternion ) { - library::core::utils::Print::Header(anOutputStream, "Quaternion") ; + ostk::core::utils::Print::Header(anOutputStream, "Quaternion") ; - library::core::utils::Print::Line(anOutputStream) << "X:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.x_) : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Y:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.y_) : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Z:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.z_) : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "S:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.s_) : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "X:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.x_) : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Y:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.y_) : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Z:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.z_) : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "S:" << (aQuaternion.isDefined() ? String::Format("{:15f}", aQuaternion.s_) : "Undefined") ; - library::core::utils::Print::Footer(anOutputStream) ; + ostk::core::utils::Print::Footer(anOutputStream) ; return anOutputStream ; @@ -188,7 +188,7 @@ bool Quaternion::isUnitary ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return std::abs(((x_ * x_) + (y_ * y_) + (z_ * z_) + (s_ * s_)) - 1.0) <= Real::Epsilon() ; @@ -201,12 +201,12 @@ bool Quaternion::isNear ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (!anAngularTolerance.isDefined()) { - throw library::core::error::runtime::Undefined("Angular tolerance") ; + throw ostk::core::error::runtime::Undefined("Angular tolerance") ; } return this->angularDifferenceWith(aQuaternion).inRadians(0.0, Real::TwoPi()) <= anAngularTolerance.inRadians(0.0, Real::TwoPi()) ; @@ -218,7 +218,7 @@ Real Quaternion::x ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return x_ ; @@ -230,7 +230,7 @@ Real Quaternion::y ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return y_ ; @@ -242,7 +242,7 @@ Real Quaternion::z ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return z_ ; @@ -254,7 +254,7 @@ Real Quaternion::s ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return s_ ; @@ -266,7 +266,7 @@ Vector3d Quaternion::getVectorPart ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return { x_, y_, z_ } ; @@ -278,7 +278,7 @@ Real Quaternion::getScalarPart ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return s_ ; @@ -290,7 +290,7 @@ Quaternion Quaternion::toNormalized ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return Quaternion(*this).normalize() ; @@ -302,7 +302,7 @@ Quaternion Quaternion::toConjugate ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return Quaternion(*this).conjugate() ; @@ -314,7 +314,7 @@ Quaternion Quaternion::toInverse ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return Quaternion(*this).inverse() ; @@ -326,7 +326,7 @@ Quaternion Quaternion::toInverse ( ) // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Quaternion") ; +// throw ostk::core::error::runtime::Undefined("Quaternion") ; // } // AAAAAAA @@ -338,7 +338,7 @@ Quaternion Quaternion::toInverse ( ) // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Quaternion") ; +// throw ostk::core::error::runtime::Undefined("Quaternion") ; // } // AAAAAAA @@ -350,7 +350,7 @@ Quaternion Quaternion::toInverse ( ) // if (!this->isDefined()) // { -// throw library::core::error::runtime::Undefined("Quaternion") ; +// throw ostk::core::error::runtime::Undefined("Quaternion") ; // } // AAAAAAA @@ -362,7 +362,7 @@ Real Quaternion::norm ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return ((x_ * x_) + (y_ * y_) + (z_ * z_) + (s_ * s_)).sqrt() ; @@ -374,7 +374,7 @@ Quaternion Quaternion::crossMultiply ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } const Vector3d leftVectorPart = this->getVectorPart() ; @@ -395,7 +395,7 @@ Quaternion Quaternion::dotMultiply ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } const Vector3d leftVectorPart = this->getVectorPart() ; @@ -416,17 +416,17 @@ Vector3d Quaternion::rotateVector ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } if (!this->isUnitary()) { - throw library::core::error::RuntimeError("Quaternion with norm [{}] is not unitary.", this->norm()) ; + throw ostk::core::error::RuntimeError("Quaternion with norm [{}] is not unitary.", this->norm()) ; } return this->crossMultiply(Quaternion(aVector, 0.0)).crossMultiply(this->toConjugate()).getVectorPart() ; @@ -438,7 +438,7 @@ Vector4d Quaternion::toVector ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } switch (aFormat) @@ -451,7 +451,7 @@ Vector4d Quaternion::toVector ( return Vector4d(s_, x_, y_, z_) ; default: - throw library::core::error::runtime::Wrong("Format") ; + throw ostk::core::error::runtime::Wrong("Format") ; break ; } @@ -465,7 +465,7 @@ String Quaternion::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return this->toVector(aFormat).toString() ; @@ -478,7 +478,7 @@ String Quaternion::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } return aPrecision.isDefined() ? this->toVector(aFormat).toString(aPrecision) : this->toVector(aFormat).toString() ; @@ -490,14 +490,14 @@ Quaternion& Quaternion::normalize ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } const Real norm = this->norm() ; if (norm.abs() < Real::Epsilon()) { - throw library::core::error::RuntimeError("Quaternion norm is zero.") ; + throw ostk::core::error::RuntimeError("Quaternion norm is zero.") ; } x_ /= norm ; @@ -514,7 +514,7 @@ Quaternion& Quaternion::conjugate ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } x_ = -x_ ; @@ -530,14 +530,14 @@ Quaternion& Quaternion::inverse ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } const Real reducedNorm = (x_ * x_) + (y_ * y_) + (z_ * z_) + (s_ * s_) ; if (reducedNorm.abs() < Real::Epsilon()) { - throw library::core::error::RuntimeError("Quaternion norm is zero.") ; + throw ostk::core::error::RuntimeError("Quaternion norm is zero.") ; } x_ = -x_ / reducedNorm ; @@ -554,7 +554,7 @@ Quaternion& Quaternion::rectify ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (s_ < 0.0) @@ -576,12 +576,12 @@ Angle Quaternion::angularDifferenceWith ( if ((!this->isDefined()) || (!aQuaternion.isDefined())) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if ((!this->isUnitary()) || (!aQuaternion.isUnitary())) { - throw library::core::error::RuntimeError("Quaternion is not unitary.") ; + throw ostk::core::error::RuntimeError("Quaternion is not unitary.") ; } const Quaternion deltaQuaternion = ((*this) / aQuaternion).normalize() ; @@ -615,7 +615,7 @@ Quaternion Quaternion::RotationVector ( if (!aRotationVector.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation Vector") ; + throw ostk::core::error::runtime::Undefined("Rotation Vector") ; } const Real rotationAngle_rad = aRotationVector.getAngle().inRadians() ; @@ -635,7 +635,7 @@ Quaternion Quaternion::RotationMatrix ( if (!aRotationMatrix.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } const Real trace = aRotationMatrix.accessMatrix().trace() ; @@ -695,7 +695,7 @@ Quaternion Quaternion::RotationMatrix ( } else { - throw library::core::error::RuntimeError("Rotation matrix cannot be converted into quaternion.") ; + throw ostk::core::error::RuntimeError("Rotation matrix cannot be converted into quaternion.") ; } return Quaternion::XYZS(x, y, z, s).normalize() ; @@ -706,18 +706,18 @@ Quaternion Quaternion::Parse ( const Quaternion::Format& aFormat ) { - using library::math::obj::VectorXd ; + using ostk::math::obj::VectorXd ; if (aString.isEmpty()) { - throw library::core::error::runtime::Undefined("String") ; + throw ostk::core::error::runtime::Undefined("String") ; } VectorXd vector = VectorXd::Parse(aString) ; if (vector.size() != 4) { - throw library::core::error::RuntimeError("Vector size is not 4.") ; + throw ostk::core::error::RuntimeError("Vector size is not 4.") ; } return { vector, aFormat } ; diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index 530efd5d..76acf3f8 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -37,32 +37,32 @@ namespace rot if ((matrix_.col(0).norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First column is not unitary.") ; + throw ostk::core::error::RuntimeError("First column is not unitary.") ; } if ((matrix_.col(1).norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second column is not unitary.") ; + throw ostk::core::error::RuntimeError("Second column is not unitary.") ; } if ((matrix_.col(2).norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Third column is not unitary.") ; + throw ostk::core::error::RuntimeError("Third column is not unitary.") ; } if (std::abs(matrix_.col(0).dot(matrix_.col(1))) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and second columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and second columns are not orthogonal.") ; } if (std::abs(matrix_.col(1).dot(matrix_.col(2))) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("Second and third columns are not orthogonal.") ; } if (std::abs(matrix_.col(2).dot(matrix_.col(0))) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and third columns are not orthogonal.") ; } } @@ -83,32 +83,32 @@ namespace rot if ((matrix_.col(0).norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First column is not unitary.") ; + throw ostk::core::error::RuntimeError("First column is not unitary.") ; } if ((matrix_.col(1).norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second column is not unitary.") ; + throw ostk::core::error::RuntimeError("Second column is not unitary.") ; } if ((matrix_.col(2).norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Third column is not unitary.") ; + throw ostk::core::error::RuntimeError("Third column is not unitary.") ; } if (std::abs(matrix_.col(0).dot(matrix_.col(1))) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and second columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and second columns are not orthogonal.") ; } if (std::abs(matrix_.col(1).dot(matrix_.col(2))) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("Second and third columns are not orthogonal.") ; } if (std::abs(matrix_.col(2).dot(matrix_.col(0))) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and third columns are not orthogonal.") ; } } @@ -135,7 +135,7 @@ RotationMatrix RotationMatrix::operator * ( if ((!this->isDefined()) || (!aRotationMatrix.isDefined())) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return RotationMatrix(matrix_ * aRotationMatrix.matrix_) ; @@ -147,12 +147,12 @@ Vector3d RotationMatrix::operator * ( if (!aVector.isDefined()) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_ * aVector ; @@ -165,17 +165,17 @@ double RotationMatrix::operator () ( if (aRowIndex > 3) { - throw library::core::error::RuntimeError("Row index out of bounds.") ; + throw ostk::core::error::RuntimeError("Row index out of bounds.") ; } if (aColumnIndex > 3) { - throw library::core::error::RuntimeError("Column index out of bounds.") ; + throw ostk::core::error::RuntimeError("Column index out of bounds.") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_(aRowIndex, aColumnIndex) ; @@ -188,17 +188,17 @@ double& RotationMatrix::operator () ( if (aRowIndex > 3) { - throw library::core::error::RuntimeError("Row index out of bounds.") ; + throw ostk::core::error::RuntimeError("Row index out of bounds.") ; } if (aColumnIndex > 3) { - throw library::core::error::RuntimeError("Column index out of bounds.") ; + throw ostk::core::error::RuntimeError("Column index out of bounds.") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_(aRowIndex, aColumnIndex) ; @@ -209,13 +209,13 @@ std::ostream& operator << ( const RotationMatrix& aRotationMatrix ) { - library::core::utils::Print::Header(anOutputStream, "Rotation Matrix") ; + ostk::core::utils::Print::Header(anOutputStream, "Rotation Matrix") ; - library::core::utils::Print::Line(anOutputStream) << aRotationMatrix.matrix_(0, 0) << aRotationMatrix.matrix_(0, 1) << aRotationMatrix.matrix_(0, 2) ; - library::core::utils::Print::Line(anOutputStream) << aRotationMatrix.matrix_(1, 0) << aRotationMatrix.matrix_(1, 1) << aRotationMatrix.matrix_(1, 2) ; - library::core::utils::Print::Line(anOutputStream) << aRotationMatrix.matrix_(2, 0) << aRotationMatrix.matrix_(2, 1) << aRotationMatrix.matrix_(2, 2) ; + ostk::core::utils::Print::Line(anOutputStream) << aRotationMatrix.matrix_(0, 0) << aRotationMatrix.matrix_(0, 1) << aRotationMatrix.matrix_(0, 2) ; + ostk::core::utils::Print::Line(anOutputStream) << aRotationMatrix.matrix_(1, 0) << aRotationMatrix.matrix_(1, 1) << aRotationMatrix.matrix_(1, 2) ; + ostk::core::utils::Print::Line(anOutputStream) << aRotationMatrix.matrix_(2, 0) << aRotationMatrix.matrix_(2, 1) << aRotationMatrix.matrix_(2, 2) ; - library::core::utils::Print::Footer(anOutputStream) ; + ostk::core::utils::Print::Footer(anOutputStream) ; return anOutputStream ; @@ -231,7 +231,7 @@ const Matrix3d& RotationMatrix::accessMatrix ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_ ; @@ -243,12 +243,12 @@ Vector3d RotationMatrix::getRowAt ( if (aRowIndex > 3) { - throw library::core::error::RuntimeError("Row index out of bounds.") ; + throw ostk::core::error::RuntimeError("Row index out of bounds.") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_.block<1,3>(aRowIndex, 0) ; @@ -260,12 +260,12 @@ Vector3d RotationMatrix::getColumnAt ( if (aColumnIndex > 3) { - throw library::core::error::RuntimeError("Column index out of bounds.") ; + throw ostk::core::error::RuntimeError("Column index out of bounds.") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_.block<3,1>(0, aColumnIndex) ; @@ -277,7 +277,7 @@ Matrix3d RotationMatrix::getMatrix ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return matrix_ ; @@ -289,7 +289,7 @@ RotationMatrix RotationMatrix::toTransposed ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } return RotationMatrix(matrix_.transpose()) ; @@ -301,7 +301,7 @@ RotationMatrix& RotationMatrix::transpose ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } matrix_ = matrix_.transpose() ; @@ -325,7 +325,7 @@ RotationMatrix RotationMatrix::RX ( if (!aRotationAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation angle") ; + throw ostk::core::error::runtime::Undefined("Rotation angle") ; } const Real rotationAngle_rad = aRotationAngle.inRadians() ; @@ -345,7 +345,7 @@ RotationMatrix RotationMatrix::RY ( if (!aRotationAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation angle") ; + throw ostk::core::error::runtime::Undefined("Rotation angle") ; } const Real rotationAngle_rad = aRotationAngle.inRadians() ; @@ -365,7 +365,7 @@ RotationMatrix RotationMatrix::RZ ( if (!aRotationAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation angle") ; + throw ostk::core::error::runtime::Undefined("Rotation angle") ; } const Real rotationAngle_rad = aRotationAngle.inRadians() ; @@ -387,47 +387,47 @@ RotationMatrix RotationMatrix::Rows ( if (!aFirstRow.isDefined()) { - throw library::core::error::runtime::Undefined("First row") ; + throw ostk::core::error::runtime::Undefined("First row") ; } if (!aSecondRow.isDefined()) { - throw library::core::error::runtime::Undefined("Second row") ; + throw ostk::core::error::runtime::Undefined("Second row") ; } if (!aThirdRow.isDefined()) { - throw library::core::error::runtime::Undefined("Third row") ; + throw ostk::core::error::runtime::Undefined("Third row") ; } if ((aFirstRow.norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First row is not unitary.") ; + throw ostk::core::error::RuntimeError("First row is not unitary.") ; } if ((aSecondRow.norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second row is not unitary.") ; + throw ostk::core::error::RuntimeError("Second row is not unitary.") ; } if ((aThirdRow.norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Third row is not unitary.") ; + throw ostk::core::error::RuntimeError("Third row is not unitary.") ; } if (std::abs(aFirstRow.dot(aSecondRow)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and second columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and second columns are not orthogonal.") ; } if (std::abs(aSecondRow.dot(aThirdRow)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("Second and third columns are not orthogonal.") ; } if (std::abs(aThirdRow.dot(aFirstRow)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and third columns are not orthogonal.") ; } Matrix3d matrix ; @@ -447,47 +447,47 @@ RotationMatrix RotationMatrix::Columns ( if (!aFirstColumn.isDefined()) { - throw library::core::error::runtime::Undefined("First column") ; + throw ostk::core::error::runtime::Undefined("First column") ; } if (!aSecondColumn.isDefined()) { - throw library::core::error::runtime::Undefined("Second column") ; + throw ostk::core::error::runtime::Undefined("Second column") ; } if (!aThirdColumn.isDefined()) { - throw library::core::error::runtime::Undefined("Third column") ; + throw ostk::core::error::runtime::Undefined("Third column") ; } if ((aFirstColumn.norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First column is not unitary.") ; + throw ostk::core::error::RuntimeError("First column is not unitary.") ; } if ((aSecondColumn.norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second column is not unitary.") ; + throw ostk::core::error::RuntimeError("Second column is not unitary.") ; } if ((aThirdColumn.norm() - 1.0) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Third column is not unitary.") ; + throw ostk::core::error::RuntimeError("Third column is not unitary.") ; } if (std::abs(aFirstColumn.dot(aSecondColumn)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and second columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and second columns are not orthogonal.") ; } if (std::abs(aSecondColumn.dot(aThirdColumn)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("Second and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("Second and third columns are not orthogonal.") ; } if (std::abs(aThirdColumn.dot(aFirstColumn)) > Real::Epsilon()) { - throw library::core::error::RuntimeError("First and third columns are not orthogonal.") ; + throw ostk::core::error::RuntimeError("First and third columns are not orthogonal.") ; } Matrix3d matrix ; @@ -505,12 +505,12 @@ RotationMatrix RotationMatrix::Quaternion ( if (!aQuaternion.isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (!aQuaternion.isUnitary()) { - throw library::core::error::RuntimeError("Quaternion is not unitary.") ; + throw ostk::core::error::RuntimeError("Quaternion is not unitary.") ; } if (aQuaternion == rot::Quaternion::Unit()) @@ -550,7 +550,7 @@ RotationMatrix RotationMatrix::RotationVector ( if (!aRotationVector.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation vector") ; + throw ostk::core::error::runtime::Undefined("Rotation vector") ; } const Vector3d axis = aRotationVector.getAxis() ; diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp index 51f6a6ab..a5383f03 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -40,7 +40,7 @@ namespace rot if (anAxis.isDefined() && (std::abs(anAxis.norm() - 1.0) > Real::Epsilon())) { - throw library::core::error::RuntimeError("Axis with norm [{}] is not unitary.", anAxis.norm()) ; + throw ostk::core::error::RuntimeError("Axis with norm [{}] is not unitary.", anAxis.norm()) ; } } @@ -72,12 +72,12 @@ std::ostream& operator << ( const RotationVector& aRotationVector ) { - library::core::utils::Print::Header(anOutputStream, "Rotation Vector") ; + ostk::core::utils::Print::Header(anOutputStream, "Rotation Vector") ; - library::core::utils::Print::Line(anOutputStream) << "Axis:" << (aRotationVector.isDefined() ? aRotationVector.getAxis().toString() : "Undefined") ; - library::core::utils::Print::Line(anOutputStream) << "Angle:" << (aRotationVector.isDefined() ? aRotationVector.getAngle().toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Axis:" << (aRotationVector.isDefined() ? aRotationVector.getAxis().toString() : "Undefined") ; + ostk::core::utils::Print::Line(anOutputStream) << "Angle:" << (aRotationVector.isDefined() ? aRotationVector.getAngle().toString() : "Undefined") ; - library::core::utils::Print::Footer(anOutputStream) ; + ostk::core::utils::Print::Footer(anOutputStream) ; return anOutputStream ; @@ -93,7 +93,7 @@ Vector3d RotationVector::getAxis ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation vector") ; + throw ostk::core::error::runtime::Undefined("Rotation vector") ; } return axis_ ; @@ -105,7 +105,7 @@ Angle RotationVector::getAngle ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation vector") ; + throw ostk::core::error::runtime::Undefined("Rotation vector") ; } return angle_ ; @@ -117,7 +117,7 @@ String RotationVector::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Rotation vector") ; + throw ostk::core::error::runtime::Undefined("Rotation vector") ; } return String::Format("{} : {}", (aPrecision.isDefined() ? axis_.toString(aPrecision) : axis_.toString()), angle_.toString(aPrecision)) ; @@ -139,7 +139,7 @@ RotationVector RotationVector::X ( if (!anAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return { Vector3d::X(), anAngle } ; @@ -151,7 +151,7 @@ RotationVector RotationVector::Y ( if (!anAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return { Vector3d::Y(), anAngle } ; @@ -163,7 +163,7 @@ RotationVector RotationVector::Z ( if (!anAngle.isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return { Vector3d::Z(), anAngle } ; @@ -175,12 +175,12 @@ RotationVector RotationVector::Quaternion ( if (!aQuaternion.isDefined()) { - throw library::core::error::runtime::Undefined("Quaternion") ; + throw ostk::core::error::runtime::Undefined("Quaternion") ; } if (!aQuaternion.isUnitary()) { - throw library::core::error::RuntimeError("Quaternion is not unitary.") ; + throw ostk::core::error::RuntimeError("Quaternion is not unitary.") ; } if ((aQuaternion == Quaternion::Unit()) || (aQuaternion.s().abs() == 1.0)) @@ -220,7 +220,7 @@ RotationVector RotationVector::RotationMatrix ( if (!aRotationMatrix.isDefined()) { - throw library::core::error::runtime::Undefined("Rotation matrix") ; + throw ostk::core::error::runtime::Undefined("Rotation matrix") ; } const Angle angle = Angle::Radians(std::acos((aRotationMatrix.accessMatrix().trace() - 1.0) / 2.0)) ; diff --git a/src/Library/Mathematics/Geometry/Angle.cpp b/src/Library/Mathematics/Geometry/Angle.cpp index 8b84ff63..a7b8cc31 100644 --- a/src/Library/Mathematics/Geometry/Angle.cpp +++ b/src/Library/Mathematics/Geometry/Angle.cpp @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -58,7 +58,7 @@ bool Angle::operator == ( return value_ == Angle::ReduceRange(((anAngle.unit_ == Angle::Unit::Revolution) ? anAngle.value_ : anAngle.in(Angle::Unit::Revolution)), value_, value_ + 1.0) ; default: - throw library::core::error::runtime::Wrong("Unit") ; + throw ostk::core::error::runtime::Wrong("Unit") ; break ; } @@ -77,7 +77,7 @@ Angle Angle::operator + ( if ((unit_ == Angle::Unit::Undefined) || (anAngle.unit_ == Angle::Unit::Undefined)) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return Angle((value_ + ((unit_ == anAngle.unit_) ? anAngle.value_ : anAngle.in(unit_))), unit_) ; @@ -89,7 +89,7 @@ Angle Angle::operator - ( if ((unit_ == Angle::Unit::Undefined) || (anAngle.unit_ == Angle::Unit::Undefined)) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return Angle((value_ - ((unit_ == anAngle.unit_) ? anAngle.value_ : anAngle.in(unit_))), unit_) ; @@ -101,12 +101,12 @@ Angle Angle::operator * ( if (unit_ == Angle::Unit::Undefined) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } if (!aReal.isDefined()) { - throw library::core::error::runtime::Undefined("Real") ; + throw ostk::core::error::runtime::Undefined("Real") ; } return Angle((value_ * aReal), unit_) ; @@ -118,17 +118,17 @@ Angle Angle::operator / ( if (unit_ == Angle::Unit::Undefined) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } if (!aReal.isDefined()) { - throw library::core::error::runtime::Undefined("Real") ; + throw ostk::core::error::runtime::Undefined("Real") ; } if (aReal.isZero()) { - throw library::core::error::RuntimeError("Cannot divide by zero.") ; + throw ostk::core::error::RuntimeError("Cannot divide by zero.") ; } return Angle((value_ / aReal), unit_) ; @@ -140,7 +140,7 @@ Angle& Angle::operator += ( if ((unit_ == Angle::Unit::Undefined) || (anAngle.unit_ == Angle::Unit::Undefined)) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } value_ += ((unit_ == anAngle.unit_) ? anAngle.value_ : anAngle.in(unit_)) ; @@ -154,7 +154,7 @@ Angle& Angle::operator -= ( if ((unit_ == Angle::Unit::Undefined) || (anAngle.unit_ == Angle::Unit::Undefined)) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } value_ -= ((unit_ == anAngle.unit_) ? anAngle.value_ : anAngle.in(unit_)) ; @@ -168,12 +168,12 @@ Angle& Angle::operator *= ( if (unit_ == Angle::Unit::Undefined) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } if (!aReal.isDefined()) { - throw library::core::error::runtime::Undefined("Real") ; + throw ostk::core::error::runtime::Undefined("Real") ; } value_ *= aReal ; @@ -187,17 +187,17 @@ Angle& Angle::operator /= ( if (unit_ == Angle::Unit::Undefined) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } if (!aReal.isDefined()) { - throw library::core::error::runtime::Undefined("Real") ; + throw ostk::core::error::runtime::Undefined("Real") ; } if (aReal.isZero()) { - throw library::core::error::RuntimeError("Cannot divide by zero.") ; + throw ostk::core::error::RuntimeError("Cannot divide by zero.") ; } value_ /= aReal ; @@ -212,12 +212,12 @@ Angle operator * ( if (!aReal.isDefined()) { - throw library::core::error::runtime::Undefined("Real") ; + throw ostk::core::error::runtime::Undefined("Real") ; } if (anAngle.unit_ == Angle::Unit::Undefined) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return Angle((anAngle.value_ * aReal), anAngle.unit_) ; @@ -229,7 +229,7 @@ Angle Angle::operator + ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return Angle(value_, unit_) ; @@ -241,7 +241,7 @@ Angle Angle::operator - ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return Angle(-value_, unit_) ; @@ -252,12 +252,12 @@ std::ostream& operator << ( const Angle& anAngle ) { - library::core::utils::Print::Header(anOutputStream, "Angle") ; + ostk::core::utils::Print::Header(anOutputStream, "Angle") ; - library::core::utils::Print::Line(anOutputStream) << "Value:" << anAngle.value_ ; - library::core::utils::Print::Line(anOutputStream) << "Unit:" << Angle::StringFromUnit(anAngle.unit_) ; + ostk::core::utils::Print::Line(anOutputStream) << "Value:" << anAngle.value_ ; + ostk::core::utils::Print::Line(anOutputStream) << "Unit:" << Angle::StringFromUnit(anAngle.unit_) ; - library::core::utils::Print::Footer(anOutputStream) ; + ostk::core::utils::Print::Footer(anOutputStream) ; return anOutputStream ; @@ -273,7 +273,7 @@ bool Angle::isZero ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return value_ == 0.0 ; @@ -285,7 +285,7 @@ Angle::Unit Angle::getUnit ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return unit_ ; @@ -297,7 +297,7 @@ Real Angle::in ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } if (unit_ == aUnit) @@ -320,17 +320,17 @@ Real Angle::inRadians ( if (!aLowerBound.isDefined()) { - throw library::core::error::runtime::Undefined("Lower bound") ; + throw ostk::core::error::runtime::Undefined("Lower bound") ; } if (!anUpperBound.isDefined()) { - throw library::core::error::runtime::Undefined("Upper bound") ; + throw ostk::core::error::runtime::Undefined("Upper bound") ; } if ((anUpperBound - aLowerBound) != Real::TwoPi()) { - throw library::core::error::runtime::Undefined("Range span is not [2π].") ; + throw ostk::core::error::runtime::Undefined("Range span is not [2π].") ; } return Angle::ReduceRange(this->in(Angle::Unit::Radian), aLowerBound, anUpperBound) ; @@ -348,17 +348,17 @@ Real Angle::inDegrees ( if (!aLowerBound.isDefined()) { - throw library::core::error::runtime::Undefined("Lower bound") ; + throw ostk::core::error::runtime::Undefined("Lower bound") ; } if (!anUpperBound.isDefined()) { - throw library::core::error::runtime::Undefined("Upper bound") ; + throw ostk::core::error::runtime::Undefined("Upper bound") ; } if ((anUpperBound - aLowerBound) != 360.0) { - throw library::core::error::runtime::Undefined("Range span is not [360].") ; + throw ostk::core::error::runtime::Undefined("Range span is not [360].") ; } return Angle::ReduceRange(this->in(Angle::Unit::Degree), aLowerBound, anUpperBound) ; @@ -376,17 +376,17 @@ Real Angle::inArcminutes ( if (!aLowerBound.isDefined()) { - throw library::core::error::runtime::Undefined("Lower bound") ; + throw ostk::core::error::runtime::Undefined("Lower bound") ; } if (!anUpperBound.isDefined()) { - throw library::core::error::runtime::Undefined("Upper bound") ; + throw ostk::core::error::runtime::Undefined("Upper bound") ; } if ((anUpperBound - aLowerBound) != 21600.0) { - throw library::core::error::runtime::Undefined("Range span is not [21600].") ; + throw ostk::core::error::runtime::Undefined("Range span is not [21600].") ; } return Angle::ReduceRange(this->in(Angle::Unit::Arcminute), aLowerBound, anUpperBound) ; @@ -404,17 +404,17 @@ Real Angle::inArcseconds ( if (!aLowerBound.isDefined()) { - throw library::core::error::runtime::Undefined("Lower bound") ; + throw ostk::core::error::runtime::Undefined("Lower bound") ; } if (!anUpperBound.isDefined()) { - throw library::core::error::runtime::Undefined("Upper bound") ; + throw ostk::core::error::runtime::Undefined("Upper bound") ; } if ((anUpperBound - aLowerBound) != 1296000.0) { - throw library::core::error::runtime::Undefined("Range span is not [1296000].") ; + throw ostk::core::error::runtime::Undefined("Range span is not [1296000].") ; } return Angle::ReduceRange(this->in(Angle::Unit::Arcsecond), aLowerBound, anUpperBound) ; @@ -431,7 +431,7 @@ String Angle::toString ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Angle") ; + throw ostk::core::error::runtime::Undefined("Angle") ; } return value_.toString(aPrecision) + " [" + Angle::SymbolFromUnit(unit_) + "]" ; @@ -499,12 +499,12 @@ Angle Angle::Between ( if ((!aFirstVector.isDefined()) || (!aSecondVector.isDefined())) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } if ((aFirstVector.squaredNorm() < Real::Epsilon()) || (aSecondVector.squaredNorm() < Real::Epsilon())) { - throw library::core::error::RuntimeError("Vector norm is too small.") ; + throw ostk::core::error::RuntimeError("Vector norm is too small.") ; } if (aFirstVector == aSecondVector) @@ -539,12 +539,12 @@ Angle Angle::Between ( if ((!aFirstVector.isDefined()) || (!aSecondVector.isDefined())) { - throw library::core::error::runtime::Undefined("Vector") ; + throw ostk::core::error::runtime::Undefined("Vector") ; } if ((aFirstVector.squaredNorm() < Real::Epsilon()) || (aSecondVector.squaredNorm() < Real::Epsilon())) { - throw library::core::error::RuntimeError("Vector norm is too small.") ; + throw ostk::core::error::RuntimeError("Vector norm is too small.") ; } if (aFirstVector == aSecondVector) @@ -598,7 +598,7 @@ String Angle::StringFromUnit ( return "Revolution" ; default: - throw library::core::error::runtime::Wrong("Unit") ; + throw ostk::core::error::runtime::Wrong("Unit") ; break ; } @@ -629,7 +629,7 @@ String Angle::SymbolFromUnit ( return "rev" ; default: - throw library::core::error::runtime::Wrong("Unit") ; + throw ostk::core::error::runtime::Wrong("Unit") ; break ; } @@ -660,7 +660,7 @@ Real Angle::SIRatio ( return Real::TwoPi() ; default: - throw library::core::error::runtime::Wrong("Unit") ; + throw ostk::core::error::runtime::Wrong("Unit") ; break ; } diff --git a/src/Library/Mathematics/Objects/Interval.tpp b/src/Library/Mathematics/Objects/Interval.tpp index 46d45e31..f7ad6936 100644 --- a/src/Library/Mathematics/Objects/Interval.tpp +++ b/src/Library/Mathematics/Objects/Interval.tpp @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { @@ -34,7 +34,7 @@ namespace obj if (lowerBound_.isDefined() && upperBound_.isDefined() && (lowerBound_ > upperBound_)) { - throw library::core::error::RuntimeError("Lower bound greater than upper bound.") ; + throw ostk::core::error::RuntimeError("Lower bound greater than upper bound.") ; } } @@ -63,13 +63,13 @@ std::ostream& operator << ( const Interval& anInterval ) { - library::core::utils::Print::Header(anOutputStream, "Interval") ; + ostk::core::utils::Print::Header(anOutputStream, "Interval") ; - library::core::utils::Print::Line(anOutputStream) << "Type:" << Interval::StringFromType(anInterval.type_) ; - library::core::utils::Print::Line(anOutputStream) << "Lower Bound:" << anInterval.lowerBound_ ; - library::core::utils::Print::Line(anOutputStream) << "Upper Bound:" << anInterval.upperBound_ ; + ostk::core::utils::Print::Line(anOutputStream) << "Type:" << Interval::StringFromType(anInterval.type_) ; + ostk::core::utils::Print::Line(anOutputStream) << "Lower Bound:" << anInterval.lowerBound_ ; + ostk::core::utils::Print::Line(anOutputStream) << "Upper Bound:" << anInterval.upperBound_ ; - library::core::utils::Print::Footer(anOutputStream) ; + ostk::core::utils::Print::Footer(anOutputStream) ; return anOutputStream ; @@ -87,7 +87,7 @@ bool Interval::isDegenerate ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return lowerBound_ == upperBound_ ; @@ -100,7 +100,7 @@ bool Interval::intersects ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return this->contains(anInterval.lowerBound_) @@ -117,12 +117,12 @@ bool Interval::contains ( if (!aValue.isDefined()) { - throw library::core::error::runtime::Undefined("Value") ; + throw ostk::core::error::runtime::Undefined("Value") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } switch (type_) @@ -141,7 +141,7 @@ bool Interval::contains ( return (lowerBound_ <= aValue) && (aValue < upperBound_) ; default: - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; break ; } @@ -156,12 +156,12 @@ bool Interval::contains ( if (!anInterval.isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return this->contains(anInterval.lowerBound_) && this->contains(anInterval.upperBound_) ; @@ -174,7 +174,7 @@ const T& Interval::accessLowerBound ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return lowerBound_ ; @@ -187,7 +187,7 @@ const T& Interval::accessUpperBound ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return upperBound_ ; @@ -200,7 +200,7 @@ typename Interval::Type Interval::getType ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return type_ ; @@ -213,7 +213,7 @@ T Interval::getLowerBound ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return lowerBound_ ; @@ -226,7 +226,7 @@ T Interval::getUpperBound ( ) if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } return upperBound_ ; @@ -250,22 +250,22 @@ T Interval::getUpperBound ( ) ctnr::Array Interval::generateArrayWithStep ( const U& aStep ) const { - using library::core::types::Index ; - using library::core::types::Size ; + using ostk::core::types::Index ; + using ostk::core::types::Size ; if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } if (!aStep.isDefined()) { - throw library::core::error::runtime::Undefined("Step") ; + throw ostk::core::error::runtime::Undefined("Step") ; } if (aStep.isZero()) { - throw library::core::error::RuntimeError("Step is zero.") ; + throw ostk::core::error::RuntimeError("Step is zero.") ; } ctnr::Array grid = ctnr::Array::Empty() ; @@ -321,7 +321,7 @@ ctnr::Array Interval::generateArrayWithSize ( if (anArraySize < 2) { - throw library::core::error::runtime::Wrong("Array size") ; + throw ostk::core::error::runtime::Wrong("Array size") ; } T step = T::Undefined() ; @@ -351,7 +351,7 @@ ctnr::Array Interval::generateArrayWithSize ( break ; default: - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; break ; } @@ -375,7 +375,7 @@ types::String Interval::toString ( ) c if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } switch (type_) @@ -398,7 +398,7 @@ types::String Interval::toString ( ) c } - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; return types::String::Empty() ; @@ -410,7 +410,7 @@ void Interval::setType ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } type_ = aType ; @@ -423,12 +423,12 @@ void Interval::setLowerBound ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } if (aLowerBound.isDefined() && upperBound_.isDefined() && (aLowerBound > upperBound_)) { - throw library::core::error::RuntimeError("Lower bound greater than upper bound.") ; + throw ostk::core::error::RuntimeError("Lower bound greater than upper bound.") ; } lowerBound_ = aLowerBound ; @@ -441,12 +441,12 @@ void Interval::setUpperBound ( if (!this->isDefined()) { - throw library::core::error::runtime::Undefined("Interval") ; + throw ostk::core::error::runtime::Undefined("Interval") ; } if (anUpperBound.isDefined() && lowerBound_.isDefined() && (anUpperBound < lowerBound_)) { - throw library::core::error::RuntimeError("Upper bound lower than lower bound.") ; + throw ostk::core::error::RuntimeError("Upper bound lower than lower bound.") ; } upperBound_ = anUpperBound ; @@ -517,7 +517,7 @@ types::String Interval::StringFromType ( } - throw library::core::error::runtime::Wrong("Type") ; + throw ostk::core::error::runtime::Wrong("Type") ; return types::String::Empty() ; diff --git a/src/Library/Mathematics/Objects/Matrix.cpp b/src/Library/Mathematics/Objects/Matrix.cpp index baa01a16..f74c6874 100644 --- a/src/Library/Mathematics/Objects/Matrix.cpp +++ b/src/Library/Mathematics/Objects/Matrix.cpp @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { diff --git a/src/Library/Mathematics/Objects/Vector.cpp b/src/Library/Mathematics/Objects/Vector.cpp index 9d27f218..314a4abf 100644 --- a/src/Library/Mathematics/Objects/Vector.cpp +++ b/src/Library/Mathematics/Objects/Vector.cpp @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { diff --git a/test/Global.test.hpp b/test/Global.test.hpp index 7aaff5ad..aa087e12 100755 --- a/test/Global.test.hpp +++ b/test/Global.test.hpp @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { diff --git a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp index ce2503e3..5e397a9d 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp @@ -18,8 +18,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Constructor) { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::LineString ; { @@ -38,7 +38,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Constructor) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Clone) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -51,7 +51,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Clone) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, EqualToOperator) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -87,7 +87,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, EqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, NotEqualToOperator) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -123,7 +123,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, NotEqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, StreamOperator) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -140,7 +140,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, StreamOperator) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsDefined) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -160,7 +160,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsDefined) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsEmpty) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -180,9 +180,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsEmpty) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -211,8 +211,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsNear) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, AccessPointAt) { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::LineString ; { @@ -237,7 +237,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, AccessPointAt) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, GetPointCount) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -256,8 +256,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, GetPointCount) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ToString) { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::LineString ; { @@ -285,9 +285,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ToString) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ConstIterator) { - using library::core::types::Index ; + using ostk::core::types::Index ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -313,10 +313,10 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ConstIterator) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ApplyTransformation) { - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::LineString ; - using library::math::geom::d2::Transformation ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::Transformation ; // Translation @@ -341,7 +341,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ApplyTransformation) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Empty) { - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::LineString ; { @@ -355,8 +355,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Empty) TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Segment) { - using library::math::geom::d2::objects::Segment ; - using library::math::geom::d2::objects::LineString ; + using ostk::math::geom::d2::objects::Segment ; + using ostk::math::geom::d2::objects::LineString ; { diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp index b897ae01..4309d05e 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp @@ -17,7 +17,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Constructor) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -30,7 +30,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Constructor) TEST (Library_Mathematics_Geometry_2D_Objects_Point, Clone) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -43,8 +43,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Clone) TEST (Library_Mathematics_Geometry_2D_Objects_Point, AdditionOperator) { - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Point ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Point ; { @@ -65,8 +65,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, AdditionOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Point, SubtractionOperator) { - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Point ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Point ; { @@ -101,7 +101,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, SubtractionOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Point, EqualToOperator) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -128,7 +128,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, EqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Point, NotEqualToOperator) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -155,7 +155,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, NotEqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Point, StreamOperator) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -172,7 +172,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, StreamOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsDefined) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -192,9 +192,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsDefined) TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -219,8 +219,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsNear) TEST (Library_Mathematics_Geometry_2D_Objects_Point, AsVector) { - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Point ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Point ; { @@ -239,9 +239,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, AsVector) TEST (Library_Mathematics_Geometry_2D_Objects_Point, DistanceTo) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -289,7 +289,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, DistanceTo) TEST (Library_Mathematics_Geometry_2D_Objects_Point, ToString) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -317,12 +317,12 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, ToString) TEST (Library_Mathematics_Geometry_2D_Objects_Point, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector2d ; - using library::math::geom::Angle ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::Transformation ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::Transformation ; // Translation @@ -373,7 +373,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, ApplyTransformation) TEST (Library_Mathematics_Geometry_2D_Objects_Point, Undefined) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -387,7 +387,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Undefined) TEST (Library_Mathematics_Geometry_2D_Objects_Point, Origin) { - using library::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::Point ; { @@ -401,8 +401,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Origin) TEST (Library_Mathematics_Geometry_2D_Objects_Point, Vector) { - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Point ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Point ; { diff --git a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp index 4a36ac77..0ab7cbdd 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp @@ -17,8 +17,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Constructor) { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -37,7 +37,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Constructor) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Clone) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -50,7 +50,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Clone) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, EqualToOperator) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -85,7 +85,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, EqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, NotEqualToOperator) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -120,7 +120,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, NotEqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, StreamOperator) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -137,7 +137,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, StreamOperator) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsDefined) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -157,7 +157,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsDefined) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsEmpty) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -177,9 +177,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsEmpty) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -209,7 +209,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsNear) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetSize) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -228,8 +228,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetSize) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetPointClosestTo) { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -252,8 +252,8 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetPointClosestTo) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ToString) { - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -285,9 +285,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ToString) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ConstIterator) { - using library::core::types::Index ; + using ostk::core::types::Index ; - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { @@ -313,10 +313,10 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ConstIterator) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ApplyTransformation) { - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::objects::PointSet ; - using library::math::geom::d2::Transformation ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::Transformation ; // Translation @@ -341,7 +341,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ApplyTransformation) TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Empty) { - using library::math::geom::d2::objects::PointSet ; + using ostk::math::geom::d2::objects::PointSet ; { diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp index c97ac338..be40082d 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp @@ -19,9 +19,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Constructor) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -130,9 +130,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Constructor) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Clone) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -153,9 +153,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Clone) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, EqualToOperator) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -236,9 +236,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, EqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, NotEqualToOperator) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -319,9 +319,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, NotEqualToOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, StreamOperator) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -346,9 +346,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, StreamOperator) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IsDefined) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -375,10 +375,10 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IsDefined) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) { - using library::core::ctnr::Tuple ; - using library::core::ctnr::Array ; + using ostk::core::ctnr::Tuple ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -438,7 +438,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) // TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ContainsPoint) // { -// using library::math::geom::d2::objects::Polygon ; +// using ostk::math::geom::d2::objects::Polygon ; // { @@ -451,7 +451,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) // TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ContainsPointSet) // { -// using library::math::geom::d2::objects::Polygon ; +// using ostk::math::geom::d2::objects::Polygon ; // { @@ -464,9 +464,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingCount) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -527,9 +527,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingCount) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeCount) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -590,9 +590,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeCount) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexCount) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -653,9 +653,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexCount) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetOuterRing) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -738,9 +738,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetOuterRing) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingAt) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -827,9 +827,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingAt) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeAt) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -869,9 +869,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeAt) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexAt) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -911,9 +911,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexAt) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdges) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -956,9 +956,9 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdges) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -985,7 +985,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) // TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectionWith) // { -// using library::math::geom::d2::objects::Polygon ; +// using ostk::math::geom::d2::objects::Polygon ; // { @@ -998,7 +998,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) // TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, UnionWith) // { -// using library::math::geom::d2::objects::Polygon ; +// using ostk::math::geom::d2::objects::Polygon ; // { @@ -1011,10 +1011,10 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ToString) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Polygon ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Polygon ; { @@ -1090,11 +1090,11 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ToString) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ApplyTransformation) { - using library::core::ctnr::Array ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector2d ; - using library::math::geom::d2::objects::Polygon ; - using library::math::geom::d2::Transformation ; + using ostk::math::obj::Vector2d ; + using ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::Transformation ; // Translation @@ -1137,7 +1137,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ApplyTransformation) TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Undefined) { - using library::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d2::objects::Polygon ; { diff --git a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp b/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp index c50dfd2b..394057cb 100644 --- a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp @@ -19,7 +19,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, Constructor) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -32,7 +32,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, EqualToOperator) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -45,7 +45,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, NotEqualToOperator) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -58,7 +58,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, MultiplicationOperator) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -71,7 +71,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, MultiplicationAssignmentOperator) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -84,7 +84,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, StreamOperator) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -97,7 +97,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, IsDefined) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -110,7 +110,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, GetType) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -123,7 +123,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, GetMatrix) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -136,7 +136,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, GetInverse) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -149,7 +149,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, ApplyTo) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -162,7 +162,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, Undefined) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -175,7 +175,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, Identity) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -188,7 +188,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, Translation) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -201,7 +201,7 @@ // TEST (Library_Mathematics_Geometry_2D_Transformation, Rotation) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -214,11 +214,11 @@ TEST (Library_Mathematics_Geometry_2D_Transformation, RotationAround) { - using library::core::types::String ; + using ostk::core::types::String ; - using library::math::geom::Angle ; - using library::math::geom::d2::objects::Point ; - using library::math::geom::d2::Transformation ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d2::objects::Point ; + using ostk::math::geom::d2::Transformation ; { @@ -304,7 +304,7 @@ TEST (Library_Mathematics_Geometry_2D_Transformation, RotationAround) // TEST (Library_Mathematics_Geometry_2D_Transformation, StringFromType) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { @@ -317,7 +317,7 @@ TEST (Library_Mathematics_Geometry_2D_Transformation, RotationAround) // TEST (Library_Mathematics_Geometry_2D_Transformation, TypeOfMatrix) // { -// using library::math::geom::d2::Transformation ; +// using ostk::math::geom::d2::Transformation ; // { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp index 53fd7db1..b49d46d0 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp @@ -30,17 +30,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Constructor) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; - - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; + + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -91,12 +91,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Clone) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -114,12 +114,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, CopyConstructor) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -139,17 +139,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, CopyConstructor) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, EqualToOperator) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -260,17 +260,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, NotEqualToOperator) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -381,17 +381,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionOperator) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -417,17 +417,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionAssignmentOperator) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -470,17 +470,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionAssignmentOpera TEST (Library_Mathematics_Geometry_3D_Objects_Composite, StreamOperator) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -504,17 +504,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, IsDefined) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -540,17 +540,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Intersects) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; // [TBI] @@ -587,17 +587,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Intersects) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Contains) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; // [TBI] @@ -634,17 +634,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Contains) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Is) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -672,17 +672,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Is) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, As) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -710,17 +710,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, As) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjectAt) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -775,17 +775,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjectAt) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjects) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -835,17 +835,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjects) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, GetObjectCount) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -895,17 +895,17 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, GetObjectCount) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ConstIterator) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; { @@ -979,18 +979,18 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ConstIterator) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ApplyTransformation) { - using library::core::types::Unique ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Unique ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::Object ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::objects::Composite ; - using library::math::geom::d3::Transformation ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::Object ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::Transformation ; { @@ -1026,7 +1026,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Undefined) { - using library::math::geom::d3::objects::Composite ; + using ostk::math::geom::d3::objects::Composite ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp index 4d2bb1d7..c47acc10 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp @@ -20,10 +20,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Constructor) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -40,10 +40,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Clone) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -60,10 +60,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, EqualToOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -110,10 +110,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, NotEqualToOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -160,10 +160,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, StreamOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -184,10 +184,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IsDefined) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -210,11 +210,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Intersects_Ellipsoid) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Cone ; { @@ -241,10 +241,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Intersects_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetApex) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -267,10 +267,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetApex) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAxis) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -293,10 +293,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAngle) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; { @@ -319,14 +319,14 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAngle) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetRaysOfLateralSurface) { - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Cone ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Cone ; { @@ -372,15 +372,15 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetRaysOfLateralSurface) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IntersectionWith_Ellipsoid) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::Intersection ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::Intersection ; { @@ -427,14 +427,14 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IntersectionWith_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cone ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -493,7 +493,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Undefined) { - using library::math::geom::d3::objects::Cone ; + using ostk::math::geom::d3::objects::Cone ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp index f7d362f9..bf0e4495 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp @@ -26,11 +26,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Constructor) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -47,11 +47,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Clone) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -68,11 +68,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, EqualToOperator) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -123,11 +123,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, NotEqualToOperator) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -178,11 +178,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, StreamOperator) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -203,11 +203,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsDefined) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -230,11 +230,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -307,11 +307,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsNear) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Point) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -367,12 +367,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_PointSet) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -475,13 +475,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -564,11 +564,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Ray) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::Ray ; -// using library::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::Ray ; +// using ostk::math::geom::d3::objects::Cuboid ; // { @@ -583,11 +583,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Segment) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::Segment ; -// using library::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::Segment ; +// using ostk::math::geom::d3::objects::Cuboid ; // { @@ -600,11 +600,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Plane) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::Plane ; -// using library::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::Plane ; +// using ostk::math::geom::d3::objects::Cuboid ; // { @@ -618,9 +618,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Pyramid) // { -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::Cuboid ; -// using library::math::geom::d3::objects::Pyramid ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::objects::Pyramid ; // { @@ -634,11 +634,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_Point) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -694,12 +694,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_PointSet) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -802,11 +802,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetCenter) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -829,11 +829,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetCenter) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstAxis) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -856,11 +856,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondAxis) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -883,11 +883,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdAxis) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -910,11 +910,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstExtent) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -937,11 +937,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstExtent) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondExtent) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -964,11 +964,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondExtent) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdExtent) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -991,12 +991,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdExtent) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) { - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -1035,13 +1035,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Line) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::PointSet ; -// using library::math::geom::d3::objects::Line ; -// using library::math::geom::d3::objects::Cuboid ; -// using library::math::geom::d3::Intersection ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::PointSet ; +// using ostk::math::geom::d3::objects::Line ; +// using ostk::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::Intersection ; // { @@ -1060,13 +1060,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Ray) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::PointSet ; -// using library::math::geom::d3::objects::Ray ; -// using library::math::geom::d3::objects::Cuboid ; -// using library::math::geom::d3::Intersection ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::PointSet ; +// using ostk::math::geom::d3::objects::Ray ; +// using ostk::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::Intersection ; // { @@ -1085,13 +1085,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Segment) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::PointSet ; -// using library::math::geom::d3::objects::Segment ; -// using library::math::geom::d3::objects::Cuboid ; -// using library::math::geom::d3::Intersection ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::PointSet ; +// using ostk::math::geom::d3::objects::Segment ; +// using ostk::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::Intersection ; // { @@ -1110,9 +1110,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Pyramid) // { -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::Cuboid ; -// using library::math::geom::d3::objects::Pyramid ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::Cuboid ; +// using ostk::math::geom::d3::objects::Pyramid ; // { @@ -1131,15 +1131,15 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -1196,7 +1196,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Undefined) { - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::geom::d3::objects::Cuboid ; { @@ -1210,9 +1210,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Undefined) TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Cube) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Cuboid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Cuboid ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp index f92439c7..77a2cea6 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp @@ -26,8 +26,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Constructor) { - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -46,7 +46,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Clone) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -59,10 +59,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, EqualToOperator) { - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -97,10 +97,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, NotEqualToOperator) { - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -135,7 +135,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, StreamOperator) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -152,7 +152,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IsDefined) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -172,8 +172,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -207,9 +207,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_PointSet) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -236,11 +236,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Line) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -388,11 +388,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Ray) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -560,11 +560,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Ray) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Segment) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -659,11 +659,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Segment) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Plane) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -710,9 +710,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Pyramid) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -734,8 +734,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Pyramid) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -769,9 +769,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_PointSet) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -803,8 +803,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetCenter) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -823,7 +823,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetCenter) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstPrincipalSemiAxis) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -842,7 +842,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstPrincipalSemiAx TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondPrincipalSemiAxis) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -861,7 +861,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondPrincipalSemiA TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdPrincipalSemiAxis) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -880,13 +880,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdPrincipalSemiAx TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstAxis) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -907,13 +907,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondAxis) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -934,13 +934,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdAxis) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -961,8 +961,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetOrientation) { - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -987,14 +987,14 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetOrientation) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetMatrix) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Matrix3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::obj::Matrix3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; { @@ -1035,13 +1035,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetMatrix) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Line) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Intersection ; { @@ -1161,13 +1161,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Ray) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Intersection ; // onlyInSight = false @@ -1438,13 +1438,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Ray) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Segment) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Intersection ; { @@ -1627,9 +1627,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Segmen TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Pyramid) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -1651,14 +1651,14 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Pyrami TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -1700,7 +1700,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Undefined) { - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ellipsoid ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp index 4ea1fce6..35709063 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp @@ -21,7 +21,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Constructor) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { @@ -34,7 +34,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Clone) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { @@ -47,7 +47,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Line, EqualToOperator) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { @@ -81,7 +81,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Line, NotEqualToOperator) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { @@ -115,7 +115,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Line, StreamOperator) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { @@ -132,7 +132,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Line, IsDefined) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { @@ -151,8 +151,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; { @@ -187,8 +187,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Plane) { - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Plane ; { @@ -227,8 +227,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Sphere) { - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -250,8 +250,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Sphere) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Ellipsoid) { - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -273,8 +273,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Contains_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; { @@ -307,8 +307,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetOrigin) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; { @@ -330,9 +330,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetOrigin) TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetDirection) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; { @@ -352,12 +352,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetDirection) TEST (Library_Mathematics_Geometry_3D_Objects_Line, IntersectionWith_Plane) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::Intersection ; const auto expectLineIntersection = [] (const Line& aLine, const Plane& aPlane, const Line& anIntersectionLine) -> void @@ -439,13 +439,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, IntersectionWith_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Line, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -487,7 +487,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Line, Undefined) { - using library::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Line ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp index 76c6f50d..f8ebd4eb 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp @@ -18,8 +18,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Constructor) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::LineString ; { @@ -38,7 +38,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Clone) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -51,7 +51,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, EqualToOperator) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -83,7 +83,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, NotEqualToOperator) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -115,7 +115,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, StreamOperator) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -132,7 +132,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsDefined) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -152,7 +152,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsEmpty) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -172,9 +172,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsEmpty) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -203,8 +203,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsNear) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, AccessPointAt) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::LineString ; { @@ -229,7 +229,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, AccessPointAt) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -248,8 +248,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) // TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ToString) // [TBI] // { -// using library::math::geom::d3::objects::Point ; -// using library::math::geom::d3::objects::LineString ; +// using ostk::math::geom::d3::objects::Point ; +// using ostk::math::geom::d3::objects::LineString ; // { @@ -277,9 +277,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ConstIterator) { - using library::core::types::Index ; + using ostk::core::types::Index ; - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -305,14 +305,14 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ConstIterator) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -345,7 +345,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Empty) { - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::LineString ; { @@ -359,8 +359,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Empty) TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Segment) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::LineString ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp index 2fc719c0..2ce969fa 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp @@ -19,7 +19,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Constructor) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { @@ -32,7 +32,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Clone) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { @@ -45,7 +45,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, EqualToOperator) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { @@ -76,7 +76,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, NotEqualToOperator) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { @@ -107,7 +107,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, StreamOperator) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { @@ -124,7 +124,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IsDefined) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { @@ -144,8 +144,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; { @@ -180,8 +180,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_PointSet) { - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Plane ; { @@ -215,8 +215,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Line) { - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Plane ; { @@ -231,8 +231,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Ray) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Plane ; { @@ -247,8 +247,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Ray) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Segment) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; { @@ -263,8 +263,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Segment) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; { @@ -299,8 +299,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_PointSet) { - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Plane ; { @@ -333,8 +333,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Line) { - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Plane ; { @@ -370,8 +370,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Ray) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Plane ; { @@ -407,8 +407,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Ray) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Segment) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; { @@ -445,8 +445,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Segment) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetPoint) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; { @@ -466,9 +466,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetPoint) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetNormalVector) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; { @@ -488,11 +488,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetNormalVector) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Point) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::Intersection ; const auto expectPointIntersection = [] (const Plane& aPlane, const Point& aPoint, const Point& anIntersectionPoint) -> void @@ -554,12 +554,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_PointSet) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::Intersection ; const auto expectPointIntersection = [] (const Plane& aPlane, const PointSet& aPointSet, const Point& anIntersectionPoint) -> void @@ -641,8 +641,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Line) { - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Plane ; { @@ -663,8 +663,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Ray) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Plane ; { @@ -685,8 +685,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Ray) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Segment) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; { @@ -707,13 +707,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Segment) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -755,7 +755,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Undefined) { - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Plane ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp index df7305e9..ca9e808e 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp @@ -18,8 +18,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Constructor) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; { @@ -32,7 +32,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Point, Clone) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -45,7 +45,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Point, EqualToOperator) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -72,7 +72,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Point, NotEqualToOperator) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -99,8 +99,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Point, AdditionOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; { @@ -121,8 +121,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, AdditionOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Point, SubtractionOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; { @@ -157,7 +157,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, SubtractionOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Point, StreamOperator) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -174,7 +174,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsDefined) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -194,9 +194,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -221,8 +221,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsNear) TEST (Library_Mathematics_Geometry_3D_Objects_Point, AsVector) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; { @@ -241,9 +241,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, AsVector) TEST (Library_Mathematics_Geometry_3D_Objects_Point, DistanceTo) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -299,13 +299,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, DistanceTo) TEST (Library_Mathematics_Geometry_3D_Objects_Point, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -344,7 +344,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Point, Undefined) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -358,7 +358,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Undefined) TEST (Library_Mathematics_Geometry_3D_Objects_Point, Origin) { - using library::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Point ; { @@ -372,8 +372,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Origin) TEST (Library_Mathematics_Geometry_3D_Objects_Point, Vector) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp index f1f85a8b..e710d02a 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp @@ -18,8 +18,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Constructor) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -38,7 +38,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Clone) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -51,7 +51,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, EqualToOperator) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -86,7 +86,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, NotEqualToOperator) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -121,7 +121,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, StreamOperator) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -138,7 +138,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsDefined) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -158,7 +158,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsEmpty) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -178,9 +178,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsEmpty) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -210,7 +210,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsNear) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetSize) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -229,8 +229,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetSize) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetPointClosestTo) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -253,9 +253,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetPointClosestTo) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ConstIterator) { - using library::core::types::Index ; + using ostk::core::types::Index ; - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { @@ -281,14 +281,14 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ConstIterator) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -321,7 +321,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Empty) { - using library::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::PointSet ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp index 93c49db3..a3edb077 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp @@ -18,10 +18,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Constructor) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -39,10 +39,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Clone) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -60,10 +60,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, EqualToOperator) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -100,10 +100,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, NotEqualToOperator) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -140,10 +140,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, StreamOperator) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -165,10 +165,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsDefined) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -192,12 +192,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsNear) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -262,10 +262,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsNear) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetPolygon2d) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -289,10 +289,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetPolygon2d) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetOrigin) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -316,10 +316,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetOrigin) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetXAxis) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -343,10 +343,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetXAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetYAxis) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -370,10 +370,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetYAxis) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetNormalVector) { - using library::math::obj::Vector3d ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; + using ostk::math::obj::Vector3d ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; { @@ -397,15 +397,15 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetNormalVector) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using Polygon2d = library::math::geom::d2::objects::Polygon ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using Polygon2d = ostk::math::geom::d2::objects::Polygon ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -469,7 +469,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Undefined) { - using library::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Polygon ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp index acd0be1c..043af7c4 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp @@ -20,10 +20,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Constructor) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -39,10 +39,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Clone) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -58,10 +58,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, EqualToOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -94,10 +94,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, NotEqualToOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -130,10 +130,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, StreamOperator) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -153,10 +153,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IsDefined) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -178,11 +178,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Intersects_Ellipsoid) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -208,10 +208,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Intersects_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Contains_Point) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -320,10 +320,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetBase) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -345,10 +345,10 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetBase) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetApex) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -370,15 +370,15 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetApex) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IntersectionWith_Ellipsoid) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::LineString ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Ellipsoid ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::Intersection ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::LineString ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Intersection ; { @@ -428,15 +428,15 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IntersectionWith_Ellipsoi TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Polygon ; - using library::math::geom::d3::objects::Pyramid ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Polygon ; + using ostk::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -490,7 +490,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Undefined) { - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Pyramid ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp index 89fd1657..f969cea3 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp @@ -21,7 +21,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Constructor) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { @@ -34,7 +34,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Clone) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { @@ -47,7 +47,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, EqualToOperator) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { @@ -79,7 +79,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, NotEqualToOperator) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { @@ -118,7 +118,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, StreamOperator) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { @@ -135,7 +135,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IsDefined) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { @@ -154,8 +154,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; { @@ -187,8 +187,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Plane) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Plane ; { @@ -228,8 +228,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Sphere) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -251,8 +251,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Sphere) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Ellipsoid) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -274,8 +274,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; { @@ -308,8 +308,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_PointSet) { - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Ray ; { @@ -339,8 +339,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetOrigin) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; { @@ -362,9 +362,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetOrigin) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetDirection) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; { @@ -384,12 +384,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetDirection) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Plane) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::Intersection ; const auto expectRayIntersection = [] (const Ray& aRay, const Plane& aPlane, const Ray& anIntersectionRay) -> void @@ -472,8 +472,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Ellipsoid) { - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -494,13 +494,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -542,7 +542,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Undefined) { - using library::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Ray ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp index ee287bd2..1f938350 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp @@ -21,7 +21,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Constructor) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -34,7 +34,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Clone) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -47,7 +47,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, EqualToOperator) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -75,7 +75,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, NotEqualToOperator) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -103,7 +103,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, StreamOperator) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -120,7 +120,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDefined) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -140,7 +140,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDegenerate) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { @@ -167,8 +167,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDegenerate) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Plane) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; { @@ -208,8 +208,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Sphere) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -231,8 +231,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Sphere) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Ellipsoid) { - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Ellipsoid ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Ellipsoid ; { @@ -254,8 +254,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Ellipsoid) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Contains_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; { @@ -288,8 +288,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetCenter) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; { @@ -311,9 +311,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetCenter) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetDirection) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; { @@ -336,8 +336,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetDirection) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetLength) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; { @@ -362,12 +362,12 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetLength) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IntersectionWith_Plane) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::Intersection ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::Intersection ; const auto expectSegmentIntersection = [] (const Segment& aSegment, const Plane& aPlane, const Segment& anIntersectionSegment) -> void @@ -454,13 +454,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IntersectionWith_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -502,7 +502,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Undefined) { - using library::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Segment ; { diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp index 2cf7f9b1..3aed806a 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp @@ -27,7 +27,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Constructor) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -40,7 +40,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Constructor) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Clone) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -53,7 +53,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Clone) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, EqualToOperator) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -81,7 +81,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, EqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, NotEqualToOperator) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -109,7 +109,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, NotEqualToOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, StreamOperator) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -126,7 +126,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, StreamOperator) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsDefined) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -146,7 +146,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsDefined) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsUnitary) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -189,8 +189,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsUnitary) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -224,9 +224,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_PointSet) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -253,11 +253,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Line) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Line ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Line ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -416,11 +416,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Line) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Ray) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Ray ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Ray ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -599,11 +599,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Ray) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Segment) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Segment ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Segment ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -697,11 +697,11 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Segment) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Plane) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Plane ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Plane ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -748,9 +748,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Plane) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Pyramid) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::objects::Pyramid ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Pyramid ; { @@ -772,8 +772,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Pyramid) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_Point) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -807,9 +807,9 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_Point) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_PointSet) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::PointSet ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::PointSet ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -875,8 +875,8 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_PointSet) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetCenter) { - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -895,7 +895,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetCenter) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetRadius) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -914,13 +914,13 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetRadius) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, ApplyTransformation) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Sphere ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; // Translation @@ -962,7 +962,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, ApplyTransformation) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Undefined) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { @@ -976,7 +976,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Undefined) TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Unit) { - using library::math::geom::d3::objects::Sphere ; + using ostk::math::geom::d3::objects::Sphere ; { diff --git a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp index 5f8ea0fe..745b3455 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp @@ -19,7 +19,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, Constructor) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -32,7 +32,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, EqualToOperator) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -45,7 +45,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, NotEqualToOperator) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -58,7 +58,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, MultiplicationOperator) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -71,7 +71,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, MultiplicationAssignmentOperator) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -84,7 +84,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, StreamOperator) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -97,7 +97,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, IsDefined) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -110,7 +110,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, IsRigid) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -123,7 +123,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, GetType) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -136,7 +136,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, GetMatrix) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -149,7 +149,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, GetInverse) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -162,7 +162,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, ApplyTo) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -175,7 +175,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, Undefined) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -188,7 +188,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, Identity) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -201,7 +201,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, Translation) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -214,7 +214,7 @@ // TEST (Library_Mathematics_Geometry_3D_Transformation, Rotation) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -227,12 +227,12 @@ TEST (Library_Mathematics_Geometry_3D_Transformation, RotationAround) { - using library::core::types::String ; + using ostk::core::types::String ; - using library::math::geom::Angle ; - using library::math::geom::d3::objects::Point ; - using library::math::geom::d3::Transformation ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::objects::Point ; + using ostk::math::geom::d3::Transformation ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -323,7 +323,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformation, RotationAround) // TEST (Library_Mathematics_Geometry_3D_Transformation, StringFromType) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { @@ -336,7 +336,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformation, RotationAround) // TEST (Library_Mathematics_Geometry_3D_Transformation, TypeOfMatrix) // { -// using library::math::geom::d3::Transformation ; +// using ostk::math::geom::d3::Transformation ; // { diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp index 7b4b4495..6d626138 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp @@ -19,9 +19,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Constructor) { - using library::math::obj::Vector3d ; - using library::math::obj::Vector4d ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::obj::Vector3d ; + using ostk::math::obj::Vector4d ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -58,7 +58,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Cons TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, EqualToOperator) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -100,7 +100,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Equa TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotEqualToOperator) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -142,7 +142,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, MultiplicationOperator) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -155,7 +155,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DivisionOperator) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -168,7 +168,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, MultiplicationAssignmentOperator) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -181,7 +181,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DivisionAssignmentOperator) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -194,7 +194,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, StreamOperator) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -211,7 +211,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Stre TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsDefined) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -239,7 +239,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsDe TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsUnitary) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -267,8 +267,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsUn TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsNear) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -310,7 +310,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsNe TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, X) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -329,7 +329,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, X) TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Y) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -348,7 +348,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Y) TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Z) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -367,7 +367,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Z) TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, S) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -386,8 +386,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, S) TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetVectorPart) { - using library::math::obj::Vector3d ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -406,7 +406,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetV TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetScalarPart) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -425,7 +425,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetS // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToNormalized) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -438,7 +438,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetS TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToConjugate) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -461,7 +461,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToInverse) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -474,7 +474,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Pow) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -487,7 +487,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Exp) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -500,7 +500,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Log) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -513,7 +513,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Norm) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -526,7 +526,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, CrossMultiply) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -539,7 +539,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DotMultiply) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -552,7 +552,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotateVector) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -565,8 +565,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToVector) { - using library::math::obj::Vector4d ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::obj::Vector4d ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -586,7 +586,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToVe TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToString) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -620,7 +620,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Normalize) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -633,7 +633,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Conjugate) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -646,7 +646,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Inverse) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -659,7 +659,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rectify) // { -// using library::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; // { @@ -672,8 +672,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, AngularDifferenceWith) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -697,7 +697,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Angu TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Undefined) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -711,7 +711,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unde TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unit) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -725,7 +725,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unit TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, XYZS) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -739,10 +739,10 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, XYZS TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotationVector) { - using library::core::types::Real ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::core::types::Real ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -762,12 +762,12 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rota TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotationMatrix) { - using library::core::types::Real ; - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; - using library::math::geom::d3::trf::rot::RotationMatrix ; - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::core::types::Real ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { @@ -821,7 +821,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rota TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Parse) { - using library::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::Quaternion ; { diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp index 8355a32e..476c51f5 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp @@ -19,8 +19,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Constructor) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationMatrix ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -50,8 +50,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, EqualToOperator) // { -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -88,8 +88,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, NotEqualToOperator) // { -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -126,8 +126,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, StreamOperator) // { -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -144,9 +144,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, IsDefined) // { -// using library::math::obj::Vector3d ; -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::obj::Vector3d ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -167,9 +167,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, GetAxis) // { -// using library::math::obj::Vector3d ; -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::obj::Vector3d ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -190,8 +190,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, GetAngle) // { -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -219,7 +219,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Undefined) // { -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -233,8 +233,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Unit) // { -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { @@ -252,10 +252,10 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Quaternion) // { -// using library::core::types::Real ; -// using library::math::geom::Angle ; -// using library::math::geom::d3::trf::rot::Quaternion ; -// using library::math::geom::d3::trf::rot::RotationMatrix ; +// using ostk::core::types::Real ; +// using ostk::math::geom::Angle ; +// using ostk::math::geom::d3::trf::rot::Quaternion ; +// using ostk::math::geom::d3::trf::rot::RotationMatrix ; // { diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp index 2b6e90ea..f54db073 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp @@ -18,8 +18,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Constructor) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -43,8 +43,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, EqualToOperator) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -81,8 +81,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, NotEqualToOperator) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -119,8 +119,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, StreamOperator) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -137,9 +137,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, IsDefined) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -160,9 +160,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, GetAxis) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -183,8 +183,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, GetAngle) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -212,8 +212,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, ToString) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -256,7 +256,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Undefined) { - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -270,8 +270,8 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Unit) { - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -285,9 +285,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, X) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -311,9 +311,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Y) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -337,9 +337,9 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Z) { - using library::math::obj::Vector3d ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::math::obj::Vector3d ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { @@ -363,10 +363,10 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Quaternion) { - using library::core::types::Real ; - using library::math::geom::Angle ; - using library::math::geom::d3::trf::rot::Quaternion ; - using library::math::geom::d3::trf::rot::RotationVector ; + using ostk::core::types::Real ; + using ostk::math::geom::Angle ; + using ostk::math::geom::d3::trf::rot::Quaternion ; + using ostk::math::geom::d3::trf::rot::RotationVector ; { diff --git a/test/Library/Mathematics/Objects/Interval.test.cpp b/test/Library/Mathematics/Objects/Interval.test.cpp index 2b41a509..2e89520f 100644 --- a/test/Library/Mathematics/Objects/Interval.test.cpp +++ b/test/Library/Mathematics/Objects/Interval.test.cpp @@ -17,8 +17,8 @@ TEST (Library_Mathematics_Objects_Interval, Constructor) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -46,8 +46,8 @@ TEST (Library_Mathematics_Objects_Interval, Constructor) TEST (Library_Mathematics_Objects_Interval, EqualToOperator) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -72,8 +72,8 @@ TEST (Library_Mathematics_Objects_Interval, EqualToOperator) TEST (Library_Mathematics_Objects_Interval, NotEqualToOperator) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -98,8 +98,8 @@ TEST (Library_Mathematics_Objects_Interval, NotEqualToOperator) TEST (Library_Mathematics_Objects_Interval, IsDefined) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -125,8 +125,8 @@ TEST (Library_Mathematics_Objects_Interval, IsDefined) TEST (Library_Mathematics_Objects_Interval, IsDegenerate) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -160,9 +160,9 @@ TEST (Library_Mathematics_Objects_Interval, IsDegenerate) // TEST (Library_Mathematics_Objects_Interval, Intersects) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::obj::Interval ; +// using ostk::math::obj::Interval ; // { @@ -175,9 +175,9 @@ TEST (Library_Mathematics_Objects_Interval, IsDegenerate) // TEST (Library_Mathematics_Objects_Interval, Contains) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::obj::Interval ; +// using ostk::math::obj::Interval ; // { @@ -592,8 +592,8 @@ TEST (Library_Mathematics_Objects_Interval, IsDegenerate) TEST (Library_Mathematics_Objects_Interval, AccessLowerBound) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -641,8 +641,8 @@ TEST (Library_Mathematics_Objects_Interval, AccessLowerBound) TEST (Library_Mathematics_Objects_Interval, AccessUpperBound) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -690,8 +690,8 @@ TEST (Library_Mathematics_Objects_Interval, AccessUpperBound) TEST (Library_Mathematics_Objects_Interval, GetType) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -713,8 +713,8 @@ TEST (Library_Mathematics_Objects_Interval, GetType) TEST (Library_Mathematics_Objects_Interval, GetLowerBound) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -754,8 +754,8 @@ TEST (Library_Mathematics_Objects_Interval, GetLowerBound) TEST (Library_Mathematics_Objects_Interval, GetUpperBound) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -795,9 +795,9 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) // TEST (Library_Mathematics_Objects_Interval, GetIntersectionWith) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::obj::Interval ; +// using ostk::math::obj::Interval ; // { @@ -810,9 +810,9 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) // TEST (Library_Mathematics_Objects_Interval, GetUnionWith) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::obj::Interval ; +// using ostk::math::obj::Interval ; // { @@ -825,9 +825,9 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) // TEST (Library_Mathematics_Objects_Interval, GenerateArrayWithStep) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::obj::Interval ; +// using ostk::math::obj::Interval ; // { @@ -840,11 +840,11 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) TEST (Library_Mathematics_Objects_Interval, GenerateArrayWithSize) { - using library::core::types::Size ; - using library::core::types::Real ; - using library::core::ctnr::Array ; + using ostk::core::types::Size ; + using ostk::core::types::Real ; + using ostk::core::ctnr::Array ; - using library::math::obj::Interval ; + using ostk::math::obj::Interval ; // Closed @@ -956,9 +956,9 @@ TEST (Library_Mathematics_Objects_Interval, GenerateArrayWithSize) TEST (Library_Mathematics_Objects_Interval, ToString) { - using library::core::types::Real ; + using ostk::core::types::Real ; - using library::math::obj::Interval ; + using ostk::math::obj::Interval ; { @@ -998,8 +998,8 @@ TEST (Library_Mathematics_Objects_Interval, ToString) TEST (Library_Mathematics_Objects_Interval, SetType) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1024,8 +1024,8 @@ TEST (Library_Mathematics_Objects_Interval, SetType) TEST (Library_Mathematics_Objects_Interval, SetLowerBound) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1060,8 +1060,8 @@ TEST (Library_Mathematics_Objects_Interval, SetLowerBound) TEST (Library_Mathematics_Objects_Interval, SetUpperBound) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1096,8 +1096,8 @@ TEST (Library_Mathematics_Objects_Interval, SetUpperBound) TEST (Library_Mathematics_Objects_Interval, Undefined) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1112,8 +1112,8 @@ TEST (Library_Mathematics_Objects_Interval, Undefined) TEST (Library_Mathematics_Objects_Interval, Closed) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1130,8 +1130,8 @@ TEST (Library_Mathematics_Objects_Interval, Closed) TEST (Library_Mathematics_Objects_Interval, Open) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1148,8 +1148,8 @@ TEST (Library_Mathematics_Objects_Interval, Open) TEST (Library_Mathematics_Objects_Interval, HalfOpenLeft) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1166,8 +1166,8 @@ TEST (Library_Mathematics_Objects_Interval, HalfOpenLeft) TEST (Library_Mathematics_Objects_Interval, HalfOpenRight) { - using library::core::types::Real ; - using library::math::obj::Interval ; + using ostk::core::types::Real ; + using ostk::math::obj::Interval ; { @@ -1184,9 +1184,9 @@ TEST (Library_Mathematics_Objects_Interval, HalfOpenRight) // TEST (Library_Mathematics_Objects_Interval, Parse) // { -// using library::core::types::Real ; +// using ostk::core::types::Real ; -// using library::math::obj::Interval ; +// using ostk::math::obj::Interval ; // { diff --git a/test/Library/Mathematics/Objects/Vector.test.cpp b/test/Library/Mathematics/Objects/Vector.test.cpp index 7f412d66..2a4b5408 100644 --- a/test/Library/Mathematics/Objects/Vector.test.cpp +++ b/test/Library/Mathematics/Objects/Vector.test.cpp @@ -16,7 +16,7 @@ TEST (Library_Mathematics_Objects_Vector2i, Constructor) { - using library::math::obj::Vector2i ; + using ostk::math::obj::Vector2i ; { @@ -32,7 +32,7 @@ TEST (Library_Mathematics_Objects_Vector2i, Constructor) TEST (Library_Mathematics_Objects_Vector2i, ToString) { - using library::math::obj::Vector2i ; + using ostk::math::obj::Vector2i ; { @@ -53,7 +53,7 @@ TEST (Library_Mathematics_Objects_Vector2i, ToString) TEST (Library_Mathematics_Objects_Vector3i, Constructor) { - using library::math::obj::Vector3i ; + using ostk::math::obj::Vector3i ; { @@ -100,7 +100,7 @@ TEST (Library_Mathematics_Objects_Vector3i, Constructor) TEST (Library_Mathematics_Objects_Vector3i, ToString) { - using library::math::obj::Vector3i ; + using ostk::math::obj::Vector3i ; { @@ -121,7 +121,7 @@ TEST (Library_Mathematics_Objects_Vector3i, ToString) TEST (Library_Mathematics_Objects_Vector2d, Constructor) { - using library::math::obj::Vector2d ; + using ostk::math::obj::Vector2d ; { @@ -167,7 +167,7 @@ TEST (Library_Mathematics_Objects_Vector2d, Constructor) TEST (Library_Mathematics_Objects_Vector2d, ToString) { - using library::math::obj::Vector2d ; + using ostk::math::obj::Vector2d ; { @@ -200,7 +200,7 @@ TEST (Library_Mathematics_Objects_Vector2d, ToString) TEST (Library_Mathematics_Objects_Vector3d, Constructor) { - using library::math::obj::Vector3d ; + using ostk::math::obj::Vector3d ; { @@ -277,7 +277,7 @@ TEST (Library_Mathematics_Objects_Vector3d, Constructor) TEST (Library_Mathematics_Objects_Vector3d, ToString) { - using library::math::obj::Vector3d ; + using ostk::math::obj::Vector3d ; { @@ -311,7 +311,7 @@ TEST (Library_Mathematics_Objects_Vector3d, ToString) TEST (Library_Mathematics_Objects_Vector4d, Constructor) { - using library::math::obj::Vector4d ; + using ostk::math::obj::Vector4d ; { @@ -359,7 +359,7 @@ TEST (Library_Mathematics_Objects_Vector4d, Constructor) TEST (Library_Mathematics_Objects_Vector4d, IsNear) { - using library::math::obj::Vector4d ; + using ostk::math::obj::Vector4d ; { @@ -390,7 +390,7 @@ TEST (Library_Mathematics_Objects_Vector4d, IsNear) TEST (Library_Mathematics_Objects_Vector4d, ToString) { - using library::math::obj::Vector4d ; + using ostk::math::obj::Vector4d ; { @@ -423,7 +423,7 @@ TEST (Library_Mathematics_Objects_Vector4d, ToString) TEST (Library_Mathematics_Objects_Vector4d, Parse) { - using library::math::obj::Vector4d ; + using ostk::math::obj::Vector4d ; { @@ -453,7 +453,7 @@ TEST (Library_Mathematics_Objects_Vector4d, Parse) TEST (Library_Mathematics_Objects_VectorXd, Constructor) { - using library::math::obj::VectorXd ; + using ostk::math::obj::VectorXd ; { @@ -508,7 +508,7 @@ TEST (Library_Mathematics_Objects_VectorXd, Constructor) TEST (Library_Mathematics_Objects_VectorXd, IsNear) { - using library::math::obj::VectorXd ; + using ostk::math::obj::VectorXd ; { @@ -569,7 +569,7 @@ TEST (Library_Mathematics_Objects_VectorXd, IsNear) TEST (Library_Mathematics_Objects_VectorXd, ToString) { - using library::math::obj::VectorXd ; + using ostk::math::obj::VectorXd ; { @@ -618,7 +618,7 @@ TEST (Library_Mathematics_Objects_VectorXd, ToString) TEST (Library_Mathematics_Objects_VectorXd, Parse) { - using library::math::obj::VectorXd ; + using ostk::math::obj::VectorXd ; { diff --git a/test/Main.test.cxx b/test/Main.test.cxx index 5760fc9d..2b4f0144 100755 --- a/test/Main.test.cxx +++ b/test/Main.test.cxx @@ -17,7 +17,7 @@ int main ( ::testing::InitGoogleTest(&argc, argv) ; - ::testing::AddGlobalTestEnvironment(new library::math::test::Environment(argc >= 2 ? argv[1] : "")) ; + ::testing::AddGlobalTestEnvironment(new ostk::math::test::Environment(argc >= 2 ? argv[1] : "")) ; return RUN_ALL_TESTS() ; diff --git a/test/Setup.test.hpp b/test/Setup.test.hpp index b8631487..648c515e 100755 --- a/test/Setup.test.hpp +++ b/test/Setup.test.hpp @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -namespace library +namespace ostk { namespace math { From 43b6031d6639a76e5074348ae7fffcea4389fc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:15:58 -0800 Subject: [PATCH 07/25] [misc] Replace project path --- CMakeLists.txt | 2 +- CONTRIBUTING.md | 8 ++-- Makefile | 2 +- bindings/python/CMakeLists.txt | 6 +-- .../Geometry/2D/Object.cpp | 2 +- .../Geometry/2D/Objects/LineString.cpp | 2 +- .../Geometry/2D/Objects/Point.cpp | 2 +- .../Geometry/2D/Objects/PointSet.cpp | 2 +- .../Geometry/2D/Objects/Polygon.cpp | 2 +- .../Geometry/2D/Objects/Segment.cpp | 2 +- .../Geometry/2D/Transformation.cpp | 2 +- .../Geometry/3D/Intersection.cpp | 2 +- .../Geometry/3D/Object.cpp | 2 +- .../Geometry/3D/Objects/Composite.cpp | 6 +-- .../Geometry/3D/Objects/Cone.cpp | 4 +- .../Geometry/3D/Objects/Cuboid.cpp | 6 +-- .../Geometry/3D/Objects/Ellipsoid.cpp | 4 +- .../Geometry/3D/Objects/Line.cpp | 2 +- .../Geometry/3D/Objects/LineString.cpp | 2 +- .../Geometry/3D/Objects/Plane.cpp | 2 +- .../Geometry/3D/Objects/Point.cpp | 2 +- .../Geometry/3D/Objects/PointSet.cpp | 2 +- .../Geometry/3D/Objects/Polygon.cpp | 2 +- .../Geometry/3D/Objects/Pyramid.cpp | 4 +- .../Geometry/3D/Objects/Ray.cpp | 2 +- .../Geometry/3D/Objects/Segment.cpp | 2 +- .../Geometry/3D/Objects/Sphere.cpp | 2 +- .../Geometry/3D/Transformation.cpp | 2 +- .../Transformations/Rotations/Quaternion.cpp | 6 +-- .../Rotations/RotationMatrix.cpp | 6 +-- .../Rotations/RotationVector.cpp | 6 +-- .../LibraryMathematicsPy/Geometry/Angle.cpp | 2 +- .../LibraryMathematicsPy/Objects/Interval.cpp | 4 +- .../LibraryMathematicsPy/Objects/Vector.cpp | 2 +- .../python/Library/Mathematics/__init__.py | 2 +- .../python/tools/python/Library/__init__.py | 4 +- docker/release/debian/Dockerfile | 2 +- docker/release/fedora/Dockerfile | 2 +- docs/doxygen/Doxyfile.in | 6 +-- .../Mathematics/Geometry/2D/Object.hpp | 6 +-- .../Geometry/2D/Objects/LineString.hpp | 12 +++--- .../Geometry/2D/Objects/MultiLineString.hpp | 14 +++---- .../Geometry/2D/Objects/MultiPolygon.hpp | 24 +++++------ .../Mathematics/Geometry/2D/Objects/Point.hpp | 8 ++-- .../Geometry/2D/Objects/PointSet.hpp | 12 +++--- .../Geometry/2D/Objects/Polygon.hpp | 20 ++++----- .../Geometry/2D/Objects/Segment.hpp | 8 ++-- .../Geometry/2D/Transformation.hpp | 14 +++---- .../Mathematics/Geometry/3D/Intersection.hpp | 42 +++++++++---------- .../Mathematics/Geometry/3D/Object.hpp | 4 +- .../Geometry/3D/Objects/Composite.hpp | 14 +++---- .../Mathematics/Geometry/3D/Objects/Cone.hpp | 14 +++---- .../Geometry/3D/Objects/Cuboid.hpp | 12 +++--- .../Geometry/3D/Objects/Ellipsoid.hpp | 10 ++--- .../Mathematics/Geometry/3D/Objects/Line.hpp | 8 ++-- .../Geometry/3D/Objects/LineString.hpp | 12 +++--- .../Mathematics/Geometry/3D/Objects/Plane.hpp | 16 +++---- .../Mathematics/Geometry/3D/Objects/Point.hpp | 12 +++--- .../Geometry/3D/Objects/PointSet.hpp | 12 +++--- .../Geometry/3D/Objects/Polygon.hpp | 20 ++++----- .../Geometry/3D/Objects/Pyramid.hpp | 16 +++---- .../Mathematics/Geometry/3D/Objects/Ray.hpp | 8 ++-- .../Geometry/3D/Objects/Segment.hpp | 8 ++-- .../Geometry/3D/Objects/Sphere.hpp | 8 ++-- .../Geometry/3D/Transformation.hpp | 16 +++---- .../Transformations/Rotations/EulerAngle.hpp | 2 +- .../Transformations/Rotations/Quaternion.hpp | 12 +++--- .../Rotations/RotationMatrix.hpp | 12 +++--- .../Rotations/RotationVector.hpp | 10 ++--- .../Library/Mathematics/Geometry/Angle.hpp | 10 ++--- include/Library/Mathematics/Objects.hpp | 8 ++-- include/Library/Mathematics/Objects/Eigen.hpp | 4 +- .../Library/Mathematics/Objects/Interval.hpp | 10 ++--- .../Library/Mathematics/Objects/Matrix.hpp | 2 +- .../Library/Mathematics/Objects/Vector.hpp | 6 +-- .../Mathematics/Geometry/2D/Object.cpp | 16 +++---- .../Geometry/2D/Objects/LineString.cpp | 12 +++--- .../Geometry/2D/Objects/MultiPolygon.cpp | 16 +++---- .../Mathematics/Geometry/2D/Objects/Point.cpp | 10 ++--- .../Geometry/2D/Objects/PointSet.cpp | 10 ++--- .../Geometry/2D/Objects/Polygon.cpp | 16 +++---- .../Geometry/2D/Objects/Segment.cpp | 14 +++---- .../Geometry/2D/Transformation.cpp | 12 +++--- .../Mathematics/Geometry/3D/Intersection.cpp | 8 ++-- .../Mathematics/Geometry/3D/Object.cpp | 40 +++++++++--------- .../Geometry/3D/Objects/Composite.cpp | 12 +++--- .../Mathematics/Geometry/3D/Objects/Cone.cpp | 30 ++++++------- .../Geometry/3D/Objects/Cuboid.cpp | 30 ++++++------- .../Geometry/3D/Objects/Ellipsoid.cpp | 32 +++++++------- .../Mathematics/Geometry/3D/Objects/Line.cpp | 18 ++++---- .../Geometry/3D/Objects/LineString.cpp | 12 +++--- .../Mathematics/Geometry/3D/Objects/Plane.cpp | 12 +++--- .../Mathematics/Geometry/3D/Objects/Point.cpp | 10 ++--- .../Geometry/3D/Objects/PointSet.cpp | 10 ++--- .../Geometry/3D/Objects/Polygon.cpp | 10 ++--- .../Geometry/3D/Objects/Pyramid.cpp | 34 +++++++-------- .../Mathematics/Geometry/3D/Objects/Ray.cpp | 18 ++++---- .../Geometry/3D/Objects/Segment.cpp | 18 ++++---- .../Geometry/3D/Objects/Sphere.cpp | 30 ++++++------- .../Geometry/3D/Transformation.cpp | 14 +++---- .../Transformations/Rotations/Quaternion.cpp | 12 +++--- .../Rotations/RotationMatrix.cpp | 12 +++--- .../Rotations/RotationVector.cpp | 12 +++--- src/Library/Mathematics/Geometry/Angle.cpp | 8 ++-- src/Library/Mathematics/Objects/Interval.tpp | 8 ++-- src/Library/Mathematics/Objects/Matrix.cpp | 4 +- src/Library/Mathematics/Objects/Vector.cpp | 4 +- test/Global.test.hpp | 2 +- .../Geometry/2D/Objects/LineString.test.cpp | 8 ++-- .../Geometry/2D/Objects/Point.test.cpp | 6 +-- .../Geometry/2D/Objects/PointSet.test.cpp | 6 +-- .../Geometry/2D/Objects/Polygon.test.cpp | 8 ++-- .../Geometry/2D/Transformation.test.cpp | 10 ++--- .../Geometry/3D/Objects/Composite.test.cpp | 32 +++++++------- .../Geometry/3D/Objects/Cone.test.cpp | 12 +++--- .../Geometry/3D/Objects/Cuboid.test.cpp | 24 +++++------ .../Geometry/3D/Objects/Ellipsoid.test.cpp | 24 +++++------ .../Geometry/3D/Objects/Line.test.cpp | 14 +++---- .../Geometry/3D/Objects/LineString.test.cpp | 8 ++-- .../Geometry/3D/Objects/Plane.test.cpp | 10 ++--- .../Geometry/3D/Objects/Point.test.cpp | 8 ++-- .../Geometry/3D/Objects/PointSet.test.cpp | 8 ++-- .../Geometry/3D/Objects/Polygon.test.cpp | 8 ++-- .../Geometry/3D/Objects/Pyramid.test.cpp | 12 +++--- .../Geometry/3D/Objects/Ray.test.cpp | 14 +++---- .../Geometry/3D/Objects/Segment.test.cpp | 14 +++---- .../Geometry/3D/Objects/Sphere.test.cpp | 26 ++++++------ .../Geometry/3D/Transformation.test.cpp | 10 ++--- .../Rotations/Quaternion.test.cpp | 10 ++--- .../Rotations/RotationMatrix.test.cpp | 10 ++--- .../Rotations/RotationVector.test.cpp | 8 ++-- .../Mathematics/Objects/Interval.test.cpp | 6 +-- .../Mathematics/Objects/Vector.test.cpp | 4 +- test/Main.test.cxx | 2 +- test/Setup.test.hpp | 2 +- tools/cmake/LibraryMathematicsConfig.cmake.in | 4 +- tools/development/start.sh | 6 +-- tutorials/python/notebooks/Polygon.ipynb | 4 +- 138 files changed, 686 insertions(+), 686 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a66df0fb..5e9941b6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ SET (PROJECT_NAME "LibraryMathematics") SET (PROJECT_DESCRIPTION "Mathematics library.") -SET (PROJECT_PATH "Library/Mathematics") +SET (PROJECT_PATH "OpenSpaceToolkit/Mathematics") SET (PROJECT_PACKAGE_NAME "open-space-toolkit-mathematics") SET (PROJECT_LICENSE "Apache License 2.0") SET (PROJECT_VENDOR_ID "org.open-space-collective") diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81af2b21..bf5860ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,10 +18,10 @@ Contributing Include order from specific to generic: ```cpp -#include +#include -#include -#include +#include +#include #include #include @@ -66,4 +66,4 @@ Examples: # Code of Conduct {#CodeOfConduct} -*To be completed...* \ No newline at end of file +*To be completed...* diff --git a/Makefile b/Makefile index d5b6e97f..6962ca4c 100644 --- a/Makefile +++ b/Makefile @@ -459,7 +459,7 @@ _test-unit-python: _build-release-image-python docker run \ --rm \ - --workdir=/usr/local/lib/python3.7/site-packages/Library/Mathematics \ + --workdir=/usr/local/lib/python3.7/site-packages/OpenSpaceToolkit/Mathematics \ --entrypoint="" \ $(docker_release_image_python_repository):$(docker_image_version)-$(target) \ /bin/bash -c "pip install pytest && pytest ." diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 2a1fb006..64da4f70 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -12,7 +12,7 @@ SET (PROJECT_NAME "LibraryMathematicsPy") SET (PROJECT_DESCRIPTION "Python bindings for Open Space Toolkit / Mathematics.") SET (PROJECT_PACKAGE_NAME "LibraryMathematicsPy") -SET (PROJECT_PATH "Library/Mathematics") +SET (PROJECT_PATH "OpenSpaceToolkit/Mathematics") SET (PROJECT_LICENSE "Apache License 2.0") SET (PROJECT_VENDOR_ID "com.bremond.lucas") SET (PROJECT_VENDOR_NAME "Lucas Brémond") @@ -123,7 +123,7 @@ SET_TARGET_PROPERTIES ( ${LIBRARY_TARGET} PROPERTIES INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/") INSTALL (TARGETS ${LIBRARY_TARGET} DESTINATION "${INSTALL_LIB}/${PROJECT_PATH}" COMPONENT "python") -INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/Library/__init__.py" DESTINATION "${INSTALL_LIB}/Library" COMPONENT "python") +INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/OpenSpaceToolkit/__init__.py" DESTINATION "${INSTALL_LIB}/Library" COMPONENT "python") INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/${PROJECT_PATH}/__init__.py" DESTINATION "${INSTALL_LIB}/${PROJECT_PATH}" COMPONENT "python") ################################################################################################################################################################ @@ -149,7 +149,7 @@ CONFIGURE_FILE (${SETUP_PY_IN} ${SETUP_PY}) ADD_CUSTOM_COMMAND (OUTPUT ${OUTPUT} COMMAND mkdir -p "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}" COMMAND cp -r "${CMAKE_CURRENT_SOURCE_DIR}/test" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/test" - COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/Library/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/Library/__init__.py" + COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/OpenSpaceToolkit/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/OpenSpaceToolkit/__init__.py" COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/${PROJECT_PATH}/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/__init__.py" COMMAND cp "/usr/local/lib/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" COMMAND cp "/usr/local/lib/libboost_numpy37.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.${BOOST_VERSION}.0" diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp index 5374ba85..0bfed034 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp index 058c2f28..9e62c7c2 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp index 8faa35dd..ffb6818b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp @@ -9,7 +9,7 @@ #include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp index aa4ded40..210b95c5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp index b547cfa5..321b5ef1 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp index 5eec9926..4ddd559d 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp @@ -9,7 +9,7 @@ #include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp index e0554f52..e72863ea 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp index fbd7ffc5..84e338de 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp index eb08ea3d..7054b859 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp index fe80aed5..6d31c52d 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp @@ -7,10 +7,10 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp index 876aa028..69c9b046 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp index c78c58a9..3d55ffe2 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp @@ -7,10 +7,10 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp index 06f89e6c..77942925 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp index 13fcd4cf..0050565a 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp index c76d441b..e7204149 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp index 1d3f6d3e..8cf878b3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp index d92d1dee..f8320d68 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp @@ -9,7 +9,7 @@ #include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp index 2f6b676f..f695a0d6 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp index f58a9983..d0536a2f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp index c9c41c06..a7715787 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp @@ -7,8 +7,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp index efddc009..c3b54738 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp index db31415f..aa93be2b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp index d5945291..7d4c9d24 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp index 3c785833..23750307 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp index b815110f..45d55747 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index 5cb9c8c3..d7344788 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -7,9 +7,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp index 47f98229..cfab892f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -7,9 +7,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp index a6ef5791..fa21ec6c 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp index b580dda8..d6bf781b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp @@ -7,9 +7,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp index cabc90a0..a518fa01 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp @@ -7,7 +7,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/bindings/python/tools/python/Library/Mathematics/__init__.py b/bindings/python/tools/python/Library/Mathematics/__init__.py index ebd05a16..6656a5da 100755 --- a/bindings/python/tools/python/Library/Mathematics/__init__.py +++ b/bindings/python/tools/python/Library/Mathematics/__init__.py @@ -1,7 +1,7 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file Library/Mathematics/__init__.py +# @file OpenSpaceToolkit/Mathematics/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/tools/python/Library/__init__.py b/bindings/python/tools/python/Library/__init__.py index 528ba8d2..ed1ef91a 100755 --- a/bindings/python/tools/python/Library/__init__.py +++ b/bindings/python/tools/python/Library/__init__.py @@ -1,8 +1,8 @@ ################################################################################################################################################################ # @project Library -# @file Library/__init__.py +# @file OpenSpaceToolkit/__init__.py # @author Lucas Brémond # @license Apache License 2.0 -################################################################################################################################################################ \ No newline at end of file +################################################################################################################################################################ diff --git a/docker/release/debian/Dockerfile b/docker/release/debian/Dockerfile index c103c8fd..ba95f44a 100644 --- a/docker/release/debian/Dockerfile +++ b/docker/release/debian/Dockerfile @@ -43,7 +43,7 @@ COPY --from=cpp-builder /usr/local/lib/libopen-space-toolkit-mathematics.* /usr/ COPY --from=cpp-builder /usr/local/share/Library /usr/local/share/Library COPY --from=cpp-builder /usr/local/test/Library /usr/local/test/Library -ENTRYPOINT ["/usr/local/test/Library/Mathematics/open-space-toolkit-mathematics.test"] +ENTRYPOINT ["/usr/local/test/OpenSpaceToolkit/Mathematics/open-space-toolkit-mathematics.test"] ################################################################################################################################################################ diff --git a/docker/release/fedora/Dockerfile b/docker/release/fedora/Dockerfile index 002a41da..3f7698d9 100644 --- a/docker/release/fedora/Dockerfile +++ b/docker/release/fedora/Dockerfile @@ -43,7 +43,7 @@ COPY --from=cpp-builder /usr/local/lib/libopen-space-toolkit-mathematics.* /usr/ COPY --from=cpp-builder /usr/local/share/Library /usr/local/share/Library COPY --from=cpp-builder /usr/local/test/Library /usr/local/test/Library -ENTRYPOINT ["/usr/local/test/Library/Mathematics/open-space-toolkit-mathematics.test"] +ENTRYPOINT ["/usr/local/test/OpenSpaceToolkit/Mathematics/open-space-toolkit-mathematics.test"] ################################################################################################################################################################ diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 9b5db805..3f0ed570 100755 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -1083,7 +1083,7 @@ HTML_FOOTER = ./doxygen/html/footer.html # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = +HTML_STYLESHEET = # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets @@ -1106,7 +1106,7 @@ HTML_EXTRA_STYLESHEET = ./doxygen/html/doxygenextra.css # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the stylesheet and background images according to @@ -1173,7 +1173,7 @@ HTML_INDEX_NUM_ENTRIES = 100 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a # Makefile in the HTML output directory. Running make will produce the docset in # that directory and running make install will install the docset in -# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# ~/OpenSpaceToolkit/Developer/Shared/Documentation/DocSets so that Xcode will find it at # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. # The default value is: NO. diff --git a/include/Library/Mathematics/Geometry/2D/Object.hpp b/include/Library/Mathematics/Geometry/2D/Object.hpp index 4ad60d21..263ce047 100755 --- a/include/Library/Mathematics/Geometry/2D/Object.hpp +++ b/include/Library/Mathematics/Geometry/2D/Object.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Object.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Object.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,8 +12,8 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp index e3fc46c9..173f51a4 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/LineString.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString__ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp index bb5e1801..02d2b1c7 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiLineString.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,13 +10,13 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiLineString__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiLineString__ -#include -#include -#include +#include +#include +#include -#include -#include -#include +#include +#include +#include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp index 0784b95d..1cc2ed2b 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,17 +10,17 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiPolygon__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_MultiPolygon__ -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp index de9b7858..455d3fc4 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Point.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,10 +10,10 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point__ -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp index 7b664499..c0193fb0 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/PointSet.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet__ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include #include diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp index 4313e245..9414d497 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Polygon.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,16 +10,16 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon__ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include -#include -#include -#include -#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp index d66a3405..cab397fc 100755 --- a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Segment.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Segment.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,10 +10,10 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Segment__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Segment__ -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/2D/Transformation.hpp b/include/Library/Mathematics/Geometry/2D/Transformation.hpp index 24d96da2..02ba2613 100755 --- a/include/Library/Mathematics/Geometry/2D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/2D/Transformation.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Transformation.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,13 +10,13 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation__ #define __OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation__ -#include -#include -#include -#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Intersection.hpp b/include/Library/Mathematics/Geometry/3D/Intersection.hpp index df9316e6..36c14ba2 100755 --- a/include/Library/Mathematics/Geometry/3D/Intersection.hpp +++ b/include/Library/Mathematics/Geometry/3D/Intersection.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Intersection.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Intersection.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,26 +12,26 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Object.hpp b/include/Library/Mathematics/Geometry/3D/Object.hpp index 0176172f..0ef40479 100755 --- a/include/Library/Mathematics/Geometry/3D/Object.hpp +++ b/include/Library/Mathematics/Geometry/3D/Object.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Object.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Object.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp index 798066e8..c79463c4 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Composite.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,13 +10,13 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite__ -#include +#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp index 7c2f9ad8..0b701779 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Cone.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,13 +10,13 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone__ -#include -#include -#include +#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp index 118b6c07..5b0cadfe 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid__ -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp index 88779028..f1ac0a84 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,11 +10,11 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid__ -#include -#include -#include +#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp index 0e980f61..a204d800 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Line.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,10 +10,10 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line__ -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp index 4c5ce97c..00287b80 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/LineString.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString__ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp index 381a3b57..16de064a 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Plane.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,13 +10,13 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane__ -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp index 678a989e..f66f1518 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Point.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point__ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp index 2ea42775..ba37cf99 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/PointSet.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet__ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include #include diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp index 26867007..dcdd922b 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Polygon.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,16 +10,16 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon__ -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp index 385ea259..3aea47db 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,14 +10,14 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid__ -#include -#include -#include -#include +#include +#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp index 24097878..47253d76 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Ray.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,10 +10,10 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray__ -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp index 8ad4a9d4..18095bf2 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Segment.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,10 +10,10 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment__ -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp index 8f6d9e0f..34177f8f 100755 --- a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp +++ b/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Sphere.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,10 +10,10 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere__ -#include -#include +#include +#include -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformation.hpp b/include/Library/Mathematics/Geometry/3D/Transformation.hpp index 609e5478..1a3c7951 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformation.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformation.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformation.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,14 +10,14 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation__ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp index 487f03fd..fab1cda8 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp index 502bce1e..956246f8 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,12 +10,12 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion__ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp index e161ab56..ff936adc 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,11 +10,11 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix__ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp index f5cc95ec..84be490d 100755 --- a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp +++ b/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,11 +10,11 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector__ #define __OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector__ -#include -#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Geometry/Angle.hpp b/include/Library/Mathematics/Geometry/Angle.hpp index da8d1d0d..8cf103c0 100755 --- a/include/Library/Mathematics/Geometry/Angle.hpp +++ b/include/Library/Mathematics/Geometry/Angle.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/Angle.hpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/Angle.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,11 +10,11 @@ #ifndef __OpenSpaceToolkit_Mathematics_Geometry_Angle__ #define __OpenSpaceToolkit_Mathematics_Geometry_Angle__ -#include +#include -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Objects.hpp b/include/Library/Mathematics/Objects.hpp index 1361ce90..538d7d02 100644 --- a/include/Library/Mathematics/Objects.hpp +++ b/include/Library/Mathematics/Objects.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects.hpp +/// @file OpenSpaceToolkit/Mathematics/Objects.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,9 +10,9 @@ #ifndef __OpenSpaceToolkit_Mathematics_Objects__ #define __OpenSpaceToolkit_Mathematics_Objects__ -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Objects/Eigen.hpp b/include/Library/Mathematics/Objects/Eigen.hpp index ff391746..5e2c34f3 100755 --- a/include/Library/Mathematics/Objects/Eigen.hpp +++ b/include/Library/Mathematics/Objects/Eigen.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Eigen.hpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Eigen.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,7 +10,7 @@ #ifndef __OpenSpaceToolkit_Mathematics_Objects_Eigen__ #define __OpenSpaceToolkit_Mathematics_Objects_Eigen__ -#include +#include #include #include diff --git a/include/Library/Mathematics/Objects/Interval.hpp b/include/Library/Mathematics/Objects/Interval.hpp index a834e998..0017855b 100755 --- a/include/Library/Mathematics/Objects/Interval.hpp +++ b/include/Library/Mathematics/Objects/Interval.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Interval.hpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Interval.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,9 +10,9 @@ #ifndef __OpenSpaceToolkit_Mathematics_Objects_Interval__ #define __OpenSpaceToolkit_Mathematics_Objects_Interval__ -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -393,7 +393,7 @@ class Interval : public IntervalBase //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/Library/Mathematics/Objects/Matrix.hpp b/include/Library/Mathematics/Objects/Matrix.hpp index 5e06e9a9..8c15f264 100755 --- a/include/Library/Mathematics/Objects/Matrix.hpp +++ b/include/Library/Mathematics/Objects/Matrix.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Matrix.hpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Matrix.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/include/Library/Mathematics/Objects/Vector.hpp b/include/Library/Mathematics/Objects/Vector.hpp index f2304bce..3a16f6e9 100755 --- a/include/Library/Mathematics/Objects/Vector.hpp +++ b/include/Library/Mathematics/Objects/Vector.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Vector.hpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Vector.hpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -10,9 +10,9 @@ #ifndef __OpenSpaceToolkit_Mathematics_Objects_Vector__ #define __OpenSpaceToolkit_Mathematics_Objects_Vector__ -#include +#include -#define EIGEN_MATRIXBASE_PLUGIN "Library/Mathematics/Objects/Eigen.hpp" +#define EIGEN_MATRIXBASE_PLUGIN "OpenSpaceToolkit/Mathematics/Objects/Eigen.hpp" // Disable Eigen warnings diff --git a/src/Library/Mathematics/Geometry/2D/Object.cpp b/src/Library/Mathematics/Geometry/2D/Object.cpp index 7808a594..7e293751 100644 --- a/src/Library/Mathematics/Geometry/2D/Object.cpp +++ b/src/Library/Mathematics/Geometry/2D/Object.cpp @@ -1,20 +1,20 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Object.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp b/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp index a9bed93e..b4573c3c 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/LineString.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp b/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp index ef36fd95..ee0afd8a 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp @@ -1,20 +1,20 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp index f2981242..9584cfa7 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Point.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp b/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp index bee9c480..e00c53f9 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/PointSet.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp index 8c968fb2..d68c5234 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp @@ -1,20 +1,20 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Polygon.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp b/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp index 0d3a5f66..71c7c8c9 100644 --- a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp +++ b/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp @@ -1,19 +1,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Segment.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/2D/Transformation.cpp b/src/Library/Mathematics/Geometry/2D/Transformation.cpp index 13b76e44..41daec5c 100644 --- a/src/Library/Mathematics/Geometry/2D/Transformation.cpp +++ b/src/Library/Mathematics/Geometry/2D/Transformation.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Transformation.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include -#include -#include -#include -#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Intersection.cpp b/src/Library/Mathematics/Geometry/3D/Intersection.cpp index 21af0b53..cc8368f4 100644 --- a/src/Library/Mathematics/Geometry/3D/Intersection.cpp +++ b/src/Library/Mathematics/Geometry/3D/Intersection.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Intersection.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Intersection.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Object.cpp b/src/Library/Mathematics/Geometry/3D/Object.cpp index f68a6bad..6dea9e03 100644 --- a/src/Library/Mathematics/Geometry/3D/Object.cpp +++ b/src/Library/Mathematics/Geometry/3D/Object.cpp @@ -1,31 +1,31 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Object.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp index 5f05fe79..1d0628ca 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Composite.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp index 34515237..7eb95a82 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp @@ -1,26 +1,26 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Cone.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp index 347235d6..9790f1b5 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp @@ -1,26 +1,26 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include #include #include diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp index 41d73f01..81d5cc33 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp @@ -1,27 +1,27 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include #include // #include diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp index a471dacd..0c1eb99b 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp @@ -1,21 +1,21 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Line.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp b/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp index c11db92a..f59d1168 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/LineString.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp index f4e966eb..8bb5a113 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Plane.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp index 73588671..1cd4a8a6 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Point.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp b/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp index f0920fb9..d8d50ab4 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/PointSet.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp index 70650161..ad3f8210 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Polygon.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp index 1529423c..77bf0b94 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp @@ -1,28 +1,28 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp index a9b32541..95629ec6 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp @@ -1,21 +1,21 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Ray.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp index 2d777afa..57528955 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp @@ -1,21 +1,21 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Segment.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp b/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp index 9046f81c..97807243 100644 --- a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp +++ b/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp @@ -1,26 +1,26 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Sphere.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include #include // #include diff --git a/src/Library/Mathematics/Geometry/3D/Transformation.cpp b/src/Library/Mathematics/Geometry/3D/Transformation.cpp index 02dd5a4f..704fcd63 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformation.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformation.cpp @@ -1,19 +1,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformation.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include -#include -#include -#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp index 2090b84e..b0252fd5 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index 76acf3f8..f11e2b69 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp index a5383f03..2a4c1d3a 100644 --- a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Geometry/Angle.cpp b/src/Library/Mathematics/Geometry/Angle.cpp index a7b8cc31..cbdf6c67 100644 --- a/src/Library/Mathematics/Geometry/Angle.cpp +++ b/src/Library/Mathematics/Geometry/Angle.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/Angle.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/Angle.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Objects/Interval.tpp b/src/Library/Mathematics/Objects/Interval.tpp index f7ad6936..42aa5433 100644 --- a/src/Library/Mathematics/Objects/Interval.tpp +++ b/src/Library/Mathematics/Objects/Interval.tpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Interval.tpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Interval.tpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Objects/Matrix.cpp b/src/Library/Mathematics/Objects/Matrix.cpp index f74c6874..e1579027 100644 --- a/src/Library/Mathematics/Objects/Matrix.cpp +++ b/src/Library/Mathematics/Objects/Matrix.cpp @@ -1,13 +1,13 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Matrix.cpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Matrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/Library/Mathematics/Objects/Vector.cpp b/src/Library/Mathematics/Objects/Vector.cpp index 314a4abf..9b71a288 100644 --- a/src/Library/Mathematics/Objects/Vector.cpp +++ b/src/Library/Mathematics/Objects/Vector.cpp @@ -1,13 +1,13 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Vector.cpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Vector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/test/Global.test.hpp b/test/Global.test.hpp index aa087e12..613efc25 100755 --- a/test/Global.test.hpp +++ b/test/Global.test.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Global.test.hpp +/// @file OpenSpaceToolkit/Mathematics/Global.test.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp index 5e397a9d..aef1126f 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp @@ -1,15 +1,15 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp index 4309d05e..5ef5cd8c 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp @@ -1,14 +1,14 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Point.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp index 0ab7cbdd..975f45f3 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp @@ -1,14 +1,14 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp b/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp index be40082d..4988cfcd 100644 --- a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include -#include +#include #include diff --git a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp b/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp index 394057cb..28c632d1 100644 --- a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp +++ b/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/2D/Transformation.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp index b49d46d0..fc6e3eaa 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp @@ -1,27 +1,27 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp index c47acc10..5c465d6a 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp index bf0e4495..a1657221 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp @@ -1,23 +1,23 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp index 77a2cea6..460cdc5f 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp @@ -1,23 +1,23 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp index 35709063..4e95d0e7 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Line.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp index f8ebd4eb..bed30fb5 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp @@ -1,15 +1,15 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp index 2ce969fa..4faf0ecc 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp index ca9e808e..2e35d4c0 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp @@ -1,15 +1,15 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Point.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp index e710d02a..c2dd3956 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp @@ -1,15 +1,15 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp index a3edb077..1e96cd4c 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp @@ -1,15 +1,15 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp index 043af7c4..019e7c9e 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp index f969cea3..1a8f176e 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp index 1f938350..58274bfa 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp b/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp index 3aed806a..6653d851 100644 --- a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp @@ -1,24 +1,24 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp index 745b3455..9e5eff6b 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformation.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp index 6d626138..e7dcec68 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp index 476c51f5..a362397c 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp @@ -1,16 +1,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp index f54db073..400deec4 100644 --- a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp +++ b/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp @@ -1,15 +1,15 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include #include diff --git a/test/Library/Mathematics/Objects/Interval.test.cpp b/test/Library/Mathematics/Objects/Interval.test.cpp index 2e89520f..22bead7c 100644 --- a/test/Library/Mathematics/Objects/Interval.test.cpp +++ b/test/Library/Mathematics/Objects/Interval.test.cpp @@ -1,14 +1,14 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Interval.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include diff --git a/test/Library/Mathematics/Objects/Vector.test.cpp b/test/Library/Mathematics/Objects/Vector.test.cpp index 2a4b5408..2d7c09f0 100644 --- a/test/Library/Mathematics/Objects/Vector.test.cpp +++ b/test/Library/Mathematics/Objects/Vector.test.cpp @@ -1,13 +1,13 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Objects/Vector.test.cpp +/// @file OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include #include diff --git a/test/Main.test.cxx b/test/Main.test.cxx index 2b4f0144..d5ec0028 100755 --- a/test/Main.test.cxx +++ b/test/Main.test.cxx @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Main.test.cxx +/// @file OpenSpaceToolkit/Mathematics/Main.test.cxx /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/test/Setup.test.hpp b/test/Setup.test.hpp index 648c515e..83001685 100755 --- a/test/Setup.test.hpp +++ b/test/Setup.test.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file Library/Mathematics/Setup.test.hpp +/// @file OpenSpaceToolkit/Mathematics/Setup.test.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/tools/cmake/LibraryMathematicsConfig.cmake.in b/tools/cmake/LibraryMathematicsConfig.cmake.in index d1e87160..4b2a4b04 100755 --- a/tools/cmake/LibraryMathematicsConfig.cmake.in +++ b/tools/cmake/LibraryMathematicsConfig.cmake.in @@ -9,7 +9,7 @@ SET (LibraryMathematics_ROOT_DIR ${LibraryMathematics_ROOT_DIR} @CMAKE_INSTALL_PREFIX@) -FIND_PATH (LibraryMathematics_INCLUDE_DIR "Library/Mathematics/Objects.hpp" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "include" NO_DEFAULT_PATH) +FIND_PATH (LibraryMathematics_INCLUDE_DIR "OpenSpaceToolkit/Mathematics/Objects.hpp" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "include" NO_DEFAULT_PATH) FIND_LIBRARY (LibraryMathematics_LIBRARY NAMES "libopen-space-toolkit-mathematics.so" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "lib" NO_DEFAULT_PATH) # MESSAGE (STATUS "LibraryMathematics_ROOT_DIR = ${LibraryMathematics_ROOT_DIR}") @@ -19,7 +19,7 @@ FIND_LIBRARY (LibraryMathematics_LIBRARY NAMES "libopen-space-toolkit-mathematic IF (LibraryMathematics_INCLUDE_DIR) - SET (LibraryMathematics_INCLUDE_DIRS ${LibraryMathematics_INCLUDE_DIR} ${LibraryMathematics_INCLUDE_DIR}/Library/Mathematics) + SET (LibraryMathematics_INCLUDE_DIRS ${LibraryMathematics_INCLUDE_DIR} ${LibraryMathematics_INCLUDE_DIR}/OpenSpaceToolkit/Mathematics) SET (LibraryMathematics_LIBRARIES ${LibraryMathematics_LIBRARY}) SET (LibraryMathematics_FOUND TRUE) diff --git a/tools/development/start.sh b/tools/development/start.sh index cc0b03ed..bd67a04b 100755 --- a/tools/development/start.sh +++ b/tools/development/start.sh @@ -40,10 +40,10 @@ if [[ ! -z ${1} ]] && [[ ${1} == "--link" ]]; then --volume=${library_core_directory}:/mnt/library-core:ro" command=" \ - rm -rf /usr/local/include/Library/Core; \ + rm -rf /usr/local/include/OpenSpaceToolkit/Core; \ rm -f /usr/local/lib/liblibrary-core.so*; \ - cp -as /mnt/library-core/include/Library/Core /usr/local/include/Library/Core; \ - cp -as /mnt/library-core/src/Library/Core/* /usr/local/include/Library/Core/; \ + cp -as /mnt/library-core/include/OpenSpaceToolkit/Core /usr/local/include/OpenSpaceToolkit/Core; \ + cp -as /mnt/library-core/src/OpenSpaceToolkit/Core/* /usr/local/include/OpenSpaceToolkit/Core/; \ ln -s /mnt/library-core/lib/liblibrary-core.so /usr/local/lib/; \ ln -s /mnt/library-core/lib/liblibrary-core.so.0 /usr/local/lib/;" diff --git a/tutorials/python/notebooks/Polygon.ipynb b/tutorials/python/notebooks/Polygon.ipynb index 1c7cab2d..e3bdc460 100644 --- a/tutorials/python/notebooks/Polygon.ipynb +++ b/tutorials/python/notebooks/Polygon.ipynb @@ -13,8 +13,8 @@ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mMathematics\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mMathematics\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", - "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/Library/Mathematics/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0;31m################################################################################################################################################################\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 10\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mCore\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 11\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 12\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryMathematicsPy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/Library/Core/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryCorePy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Mathematics/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0;31m################################################################################################################################################################\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 10\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mCore\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 11\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 12\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryMathematicsPy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Core/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryCorePy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", "\u001b[0;31mImportError\u001b[0m: libboost_python37.so.1.70.0: cannot open shared object file: No such file or directory" ] } From f187487db945ea2e14664a1279bd8d625a30bea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:16:19 -0800 Subject: [PATCH 08/25] [misc] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 79f957b0..11284812 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Library Mathematics", + "name": "Open Space Toolkit Mathematics", "extensions": [ "ms-vscode.cpptools", "ms-python.python", From d97758bcff68d098d52813c2ca2eccd74342fd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:17:06 -0800 Subject: [PATCH 09/25] [misc] Replace LibraryMathematics --- CMakeLists.txt | 2 +- README.md | 2 +- bindings/python/CMakeLists.txt | 6 +- bindings/python/README.md | 2 +- bindings/python/docs/Reference/Geometry.ipynb | 2 +- bindings/python/docs/Reference/Objects.ipynb | 2 +- bindings/python/src/LibraryMathematicsPy.cxx | 12 ++-- .../src/LibraryMathematicsPy/Geometry.cpp | 16 ++--- .../src/LibraryMathematicsPy/Geometry/2D.cpp | 16 ++--- .../Geometry/2D/Object.cpp | 4 +- .../Geometry/2D/Objects.cpp | 40 ++++++------ .../Geometry/2D/Objects/LineString.cpp | 8 +-- .../Geometry/2D/Objects/Point.cpp | 10 +-- .../Geometry/2D/Objects/PointSet.cpp | 8 +-- .../Geometry/2D/Objects/Polygon.cpp | 8 +-- .../Geometry/2D/Objects/Segment.cpp | 10 +-- .../Geometry/2D/Transformation.cpp | 4 +- .../src/LibraryMathematicsPy/Geometry/3D.cpp | 24 +++---- .../Geometry/3D/Intersection.cpp | 4 +- .../Geometry/3D/Object.cpp | 4 +- .../Geometry/3D/Objects.cpp | 62 +++++++++---------- .../Geometry/3D/Objects/Composite.cpp | 4 +- .../Geometry/3D/Objects/Cone.cpp | 4 +- .../Geometry/3D/Objects/Cuboid.cpp | 4 +- .../Geometry/3D/Objects/Ellipsoid.cpp | 4 +- .../Geometry/3D/Objects/Line.cpp | 4 +- .../Geometry/3D/Objects/LineString.cpp | 4 +- .../Geometry/3D/Objects/Plane.cpp | 4 +- .../Geometry/3D/Objects/Point.cpp | 6 +- .../Geometry/3D/Objects/PointSet.cpp | 4 +- .../Geometry/3D/Objects/Polygon.cpp | 4 +- .../Geometry/3D/Objects/Pyramid.cpp | 4 +- .../Geometry/3D/Objects/Ray.cpp | 4 +- .../Geometry/3D/Objects/Segment.cpp | 4 +- .../Geometry/3D/Objects/Sphere.cpp | 4 +- .../Geometry/3D/Transformation.cpp | 4 +- .../Geometry/3D/Transformations.cpp | 8 +-- .../Geometry/3D/Transformations/Rotations.cpp | 16 ++--- .../Transformations/Rotations/Quaternion.cpp | 6 +- .../Rotations/RotationMatrix.cpp | 4 +- .../Rotations/RotationVector.cpp | 4 +- .../LibraryMathematicsPy/Geometry/Angle.cpp | 8 +-- .../src/LibraryMathematicsPy/Objects.cpp | 12 ++-- .../LibraryMathematicsPy/Objects/Interval.cpp | 4 +- .../LibraryMathematicsPy/Objects/Vector.cpp | 2 +- .../Utilities/IterableConverter.hpp | 6 +- bindings/python/test/test_objects.py | 2 +- .../python/Library/Mathematics/__init__.py | 2 +- bindings/python/tools/python/setup.py.in | 4 +- docker/jupyter/Dockerfile | 2 +- tools/cmake/LibraryMathematicsConfig.cmake.in | 24 +++---- .../LibraryMathematicsConfigVersion.cmake.in | 2 +- tutorials/python/notebooks/Polygon.ipynb | 2 +- 53 files changed, 208 insertions(+), 208 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e9941b6..aa74f1c2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ ## Project Properties -SET (PROJECT_NAME "LibraryMathematics") +SET (PROJECT_NAME "OpenSpaceToolkitMathematics") SET (PROJECT_DESCRIPTION "Mathematics library.") SET (PROJECT_PATH "OpenSpaceToolkit/Mathematics") SET (PROJECT_PACKAGE_NAME "open-space-toolkit-mathematics") diff --git a/README.md b/README.md index cf5f173c..0ac1e672 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Geometry, curve fitting, optimization. [![Code Coverage](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics) [![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/open-space-toolkit-mathematics) [![GitHub version](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics) -[![PyPI version](https://badge.fury.io/py/LibraryMathematicsPy.svg)](https://badge.fury.io/py/LibraryMathematicsPy) +[![PyPI version](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy.svg)](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ## Warning diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 64da4f70..61127530 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -9,9 +9,9 @@ ## Project Properties -SET (PROJECT_NAME "LibraryMathematicsPy") +SET (PROJECT_NAME "OpenSpaceToolkitMathematicsPy") SET (PROJECT_DESCRIPTION "Python bindings for Open Space Toolkit / Mathematics.") -SET (PROJECT_PACKAGE_NAME "LibraryMathematicsPy") +SET (PROJECT_PACKAGE_NAME "OpenSpaceToolkitMathematicsPy") SET (PROJECT_PATH "OpenSpaceToolkit/Mathematics") SET (PROJECT_LICENSE "Apache License 2.0") SET (PROJECT_VENDOR_ID "com.bremond.lucas") @@ -154,7 +154,7 @@ ADD_CUSTOM_COMMAND (OUTPUT ${OUTPUT} COMMAND cp "/usr/local/lib/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" COMMAND cp "/usr/local/lib/libboost_numpy37.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.${BOOST_VERSION}.0" COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${SHARED_LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libopen-space-toolkit-mathematics.so.0" - COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/LibraryMathematicsPy.so" + COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/OpenSpaceToolkitMathematicsPy.so" COMMAND ${PYTHON} ${SETUP_PY} bdist_wheel COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT} DEPENDS ${DEPS}) diff --git a/bindings/python/README.md b/bindings/python/README.md index 8dca4840..cc771f57 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -6,7 +6,7 @@ Geometry, curve fitting, optimization. [![Code Coverage](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics) [![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/open-space-toolkit-mathematics) [![GitHub version](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics) -[![PyPI version](https://badge.fury.io/py/LibraryMathematicsPy.svg)](https://badge.fury.io/py/LibraryMathematicsPy) +[![PyPI version](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy.svg)](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [Open Space Toolkit ▸ Mathematics](https://github.com/open-space-collective/open-space-toolkit-mathematics) diff --git a/bindings/python/docs/Reference/Geometry.ipynb b/bindings/python/docs/Reference/Geometry.ipynb index b1f3758f..ae1fca12 100644 --- a/bindings/python/docs/Reference/Geometry.ipynb +++ b/bindings/python/docs/Reference/Geometry.ipynb @@ -22,7 +22,7 @@ "source": [ "import sys\n", "\n", - "! {sys.executable} -m pip install --quiet LibraryMathematicsPy" + "! {sys.executable} -m pip install --quiet OpenSpaceToolkitMathematicsPy" ] }, { diff --git a/bindings/python/docs/Reference/Objects.ipynb b/bindings/python/docs/Reference/Objects.ipynb index e96f4a2f..82b8565e 100644 --- a/bindings/python/docs/Reference/Objects.ipynb +++ b/bindings/python/docs/Reference/Objects.ipynb @@ -22,7 +22,7 @@ "source": [ "import sys\n", "\n", - "! {sys.executable} -m pip install --quiet LibraryMathematicsPy" + "! {sys.executable} -m pip install --quiet OpenSpaceToolkitMathematicsPy" ] }, { diff --git a/bindings/python/src/LibraryMathematicsPy.cxx b/bindings/python/src/LibraryMathematicsPy.cxx index 51701635..484d9cc3 100755 --- a/bindings/python/src/LibraryMathematicsPy.cxx +++ b/bindings/python/src/LibraryMathematicsPy.cxx @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy.cxx +/// @file OpenSpaceToolkitMathematicsPy.cxx /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,12 +12,12 @@ #include -#include -#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MODULE (LibraryMathematicsPy) +BOOST_PYTHON_MODULE (OpenSpaceToolkitMathematicsPy) { Py_Initialize() ; @@ -29,8 +29,8 @@ BOOST_PYTHON_MODULE (LibraryMathematicsPy) package.attr("__path__") = "Library" ; - LibraryMathematicsPy_Objects() ; - LibraryMathematicsPy_Geometry() ; + OpenSpaceToolkitMathematicsPy_Objects() ; + OpenSpaceToolkitMathematicsPy_Geometry() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry.cpp index 577a58c0..7b0d0735 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry.cpp @@ -1,19 +1,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry")))) ; @@ -22,9 +22,9 @@ inline void LibraryMathematicsPy_Geometry ( ) boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_Angle() ; - LibraryMathematicsPy_Geometry_2D() ; - LibraryMathematicsPy_Geometry_3D() ; + OpenSpaceToolkitMathematicsPy_Geometry_Angle() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp index dc149936..7dc63fc4 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp @@ -1,19 +1,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_2D ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D2")))) ; @@ -22,9 +22,9 @@ inline void LibraryMathematicsPy_Geometry_2D ( ) boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_2D_Object() ; - LibraryMathematicsPy_Geometry_2D_Objects() ; - LibraryMathematicsPy_Geometry_2D_Transformation() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Object() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Transformation() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp index 0bfed034..2feae441 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Object.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_2D_Object ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Object ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp index 669f1b92..6d179092 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp @@ -1,26 +1,26 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Objects.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -// #include -// #include -// #include -#include -#include -// #include -// #include -#include -#include +#include +// #include +// #include +// #include +#include +#include +// #include +// #include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_2D_Objects ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.2D.Objects")))) ; @@ -29,14 +29,14 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects ( ) boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_2D_Objects_Point() ; - LibraryMathematicsPy_Geometry_2D_Objects_PointSet() ; - // LibraryMathematicsPy_Geometry_2D_Objects_Line() ; - // LibraryMathematicsPy_Geometry_2D_Objects_Ray() ; - LibraryMathematicsPy_Geometry_2D_Objects_Segment() ; - LibraryMathematicsPy_Geometry_2D_Objects_LineString() ; - // LibraryMathematicsPy_Geometry_2D_Objects_MultiLineString() ; - LibraryMathematicsPy_Geometry_2D_Objects_Polygon() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Point() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_PointSet() ; + // OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Line() ; + // OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Ray() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Segment() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_LineString() ; + // OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_MultiLineString() ; + OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Polygon() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp index 9e62c7c2..fcf25eb0 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,9 +11,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_LineString_toString_overloads, ostk::math::geom::d2::objects::LineString::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_LineString_toString_overloads, ostk::math::geom::d2::objects::LineString::toString, 0, 2) -inline void LibraryMathematicsPy_Geometry_2D_Objects_LineString ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_LineString ( ) { using namespace boost::python ; @@ -38,7 +38,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_LineStr .def("getPointCount", &LineString::getPointCount) .def("getPointClosestTo", &LineString::getPointClosestTo) - .def("toString", &LineString::toString, LibraryMathematicsPy_Geometry_2D_Objects_LineString_toString_overloads()) + .def("toString", &LineString::toString, OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_LineString_toString_overloads()) .def("applyTransformation", &LineString::applyTransformation) .def("Empty", &LineString::Empty).staticmethod("Empty") diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp index ffb6818b..57e85709 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp @@ -1,21 +1,21 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include #include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Point_toString_overloads, ostk::math::geom::d2::objects::Point::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Point_toString_overloads, ostk::math::geom::d2::objects::Point::toString, 0, 2) -inline void LibraryMathematicsPy_Geometry_2D_Objects_Point ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Point ( ) { using namespace boost::python ; @@ -47,7 +47,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_Point ( .def("y", &Point::y, return_value_policy()) .def("asVector", &Point::asVector) .def("distanceTo", &Point::distanceTo) - .def("toString", &Point::toString, LibraryMathematicsPy_Geometry_2D_Objects_Point_toString_overloads()) + .def("toString", &Point::toString, OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Point_toString_overloads()) .def("applyTransformation", &Point::applyTransformation) .def("Undefined", &Point::Undefined).staticmethod("Undefined") diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp index 210b95c5..d9908c2b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,9 +11,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_PointSet_toString_overloads, ostk::math::geom::d2::objects::PointSet::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_PointSet_toString_overloads, ostk::math::geom::d2::objects::PointSet::toString, 0, 2) -inline void LibraryMathematicsPy_Geometry_2D_Objects_PointSet ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_PointSet ( ) { using namespace boost::python ; @@ -38,7 +38,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_PointSe .def("getSize", &PointSet::getSize) .def("getPointClosestTo", &PointSet::getPointClosestTo) - .def("toString", &PointSet::toString, LibraryMathematicsPy_Geometry_2D_Objects_PointSet_toString_overloads()) + .def("toString", &PointSet::toString, OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_PointSet_toString_overloads()) .def("applyTransformation", &PointSet::applyTransformation) .def("Empty", &PointSet::Empty).staticmethod("Empty") diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp index 321b5ef1..0d782b44 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,9 +11,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Polygon_toString_overloads, ostk::math::geom::d2::objects::Polygon::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Polygon_toString_overloads, ostk::math::geom::d2::objects::Polygon::toString, 0, 2) -inline void LibraryMathematicsPy_Geometry_2D_Objects_Polygon ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Polygon ( ) { using namespace boost::python ; @@ -50,7 +50,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_Polygon .def("getVertexAt", &Polygon::getVertexAt) .def("getEdges", &Polygon::getEdges) .def("getVertices", &Polygon::getVertices) - .def("toString", &Polygon::toString, LibraryMathematicsPy_Geometry_2D_Objects_Polygon_toString_overloads()) + .def("toString", &Polygon::toString, OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Polygon_toString_overloads()) // .def("unionWith", &Polygon::unionWith) .def("applyTransformation", &Polygon::applyTransformation) diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp index 4ddd559d..8dee48b8 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp @@ -1,21 +1,21 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include #include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_2D_Objects_Segment_toString_overloads, ostk::math::geom::d2::objects::Segment::toString, 0, 2) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Segment_toString_overloads, ostk::math::geom::d2::objects::Segment::toString, 0, 2) -inline void LibraryMathematicsPy_Geometry_2D_Objects_Segment ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Segment ( ) { using namespace boost::python ; @@ -40,7 +40,7 @@ inline void LibraryMathematicsPy_Geometry_2D_Objects_Segment .def("getCenter", &Segment::getCenter) .def("getDirection", &Segment::getDirection) .def("getLength", &Segment::getLength) - .def("toString", &Segment::toString, LibraryMathematicsPy_Geometry_2D_Objects_Segment_toString_overloads()) + .def("toString", &Segment::toString, OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects_Segment_toString_overloads()) .def("applyTransformation", &Segment::applyTransformation) .def("Undefined", &Segment::Undefined).staticmethod("Undefined") diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp index e72863ea..ffc91de8 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/2D/Transformation.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_2D_Transformation ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Transformation ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp index 4b6dbeb5..d161e82f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp @@ -1,21 +1,21 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D3")))) ; @@ -24,11 +24,11 @@ inline void LibraryMathematicsPy_Geometry_3D ( ) boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_3D_Object() ; - LibraryMathematicsPy_Geometry_3D_Objects() ; - LibraryMathematicsPy_Geometry_3D_Transformation() ; - LibraryMathematicsPy_Geometry_3D_Transformations() ; - LibraryMathematicsPy_Geometry_3D_Intersection() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Object() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformation() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Intersection() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp index 84e338de..0aacaad4 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Intersection.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Intersection.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Intersection ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Intersection ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp index 7054b859..48c353b7 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Object.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Object ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Object ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp index 7be70e4f..78f31b2f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp @@ -1,30 +1,30 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.3D.Objects")))) ; @@ -33,21 +33,21 @@ inline void LibraryMathematicsPy_Geometry_3D_Objects ( ) boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_3D_Objects_Point() ; - LibraryMathematicsPy_Geometry_3D_Objects_PointSet() ; - LibraryMathematicsPy_Geometry_3D_Objects_Line() ; - LibraryMathematicsPy_Geometry_3D_Objects_Ray() ; - LibraryMathematicsPy_Geometry_3D_Objects_Segment() ; - LibraryMathematicsPy_Geometry_3D_Objects_LineString() ; - // LibraryMathematicsPy_Geometry_3D_Objects_MultiLineString() ; - LibraryMathematicsPy_Geometry_3D_Objects_Plane() ; - LibraryMathematicsPy_Geometry_3D_Objects_Polygon() ; - LibraryMathematicsPy_Geometry_3D_Objects_Cuboid() ; - LibraryMathematicsPy_Geometry_3D_Objects_Sphere() ; - LibraryMathematicsPy_Geometry_3D_Objects_Ellipsoid() ; - LibraryMathematicsPy_Geometry_3D_Objects_Pyramid() ; - LibraryMathematicsPy_Geometry_3D_Objects_Cone() ; - LibraryMathematicsPy_Geometry_3D_Objects_Composite() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Point() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_PointSet() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Line() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Ray() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Segment() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_LineString() ; + // OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_MultiLineString() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Plane() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Polygon() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Cuboid() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Sphere() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Ellipsoid() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Pyramid() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Cone() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Composite() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp index 6d31c52d..78afda09 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Composite.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Composite ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Composite ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp index 69c9b046..207cb240 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cone.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Cone ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Cone ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp index 3d55ffe2..b97afe50 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cuboid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Cuboid ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Cuboid ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp index 77942925..6afed871 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Ellipsoid ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Ellipsoid ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp index 0050565a..d62858f5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Line.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Line ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Line ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp index e7204149..a8a039e9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_LineString ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_LineString ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp index 8cf878b3..38c02a78 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Plane.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Plane ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Plane ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp index f8320d68..bd5a1794 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp @@ -1,19 +1,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include #include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Point ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Point ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp index f695a0d6..2b0a4c9a 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_PointSet ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_PointSet ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp index d0536a2f..f7df14ca 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Polygon ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Polygon ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp index a7715787..f871a8a6 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Pyramid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Pyramid ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Pyramid ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp index c3b54738..139ec79f 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ray.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Ray ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Ray ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp index aa93be2b..a41dd981 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Segment ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Segment ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp index 7d4c9d24..a8399ad4 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Sphere.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Objects_Sphere ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects_Sphere ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp index 23750307..5400d0aa 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Transformation.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,7 +11,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Transformation ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformation ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp index 34d397a7..fec16dde 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp @@ -1,17 +1,17 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Transformations.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Transformations ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D3.Transformations")))) ; @@ -20,7 +20,7 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformations boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_3D_Transformations_Rotations() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp index 11ef230c..aa6cc88b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp @@ -1,19 +1,19 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include +#include +#include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Transformations_Rotations ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D3.Transformations.Rotations")))) ; @@ -22,9 +22,9 @@ inline void LibraryMathematicsPy_Geometry_3D_Transformations boost::python::scope scope = module ; - LibraryMathematicsPy_Geometry_3D_Transformations_Rotations_Quaternion() ; - LibraryMathematicsPy_Geometry_3D_Transformations_Rotations_RotationVector() ; - LibraryMathematicsPy_Geometry_3D_Transformations_Rotations_RotationMatrix() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations_Quaternion() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations_RotationVector() ; + OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations_RotationMatrix() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp index 45d55747..1800db66 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -1,13 +1,13 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include #include #include @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Transformations_Rotations_Quaternion ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations_Quaternion ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index d7344788..fd0bf291 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Transformations_Rotations_RotationMatrix ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations_RotationMatrix ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp index cfab892f..bf884db5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Geometry_3D_Transformations_Rotations_RotationVector ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations_RotationVector ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp index fa21ec6c..f3ab10aa 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Geometry/Angle.cpp +/// @file OpenSpaceToolkitMathematicsPy/Geometry/Angle.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -11,9 +11,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (LibraryMathematicsPy_Geometry_Angle_toString_overloads, ostk::math::geom::Angle::toString, 0, 1) +BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (OpenSpaceToolkitMathematicsPy_Geometry_Angle_toString_overloads, ostk::math::geom::Angle::toString, 0, 1) -inline void LibraryMathematicsPy_Geometry_Angle ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_Angle ( ) { using namespace boost::python ; @@ -56,7 +56,7 @@ inline void LibraryMathematicsPy_Geometry_Angle ( ) .def("inArcminutes", +[] (const Angle& anAngle) -> Real { return anAngle.inArcminutes() ; }) .def("inArcseconds", +[] (const Angle& anAngle) -> Real { return anAngle.inArcseconds() ; }) .def("inRevolutions", &Angle::inRevolutions) - .def("toString", &Angle::toString, LibraryMathematicsPy_Geometry_Angle_toString_overloads()) + .def("toString", &Angle::toString, OpenSpaceToolkitMathematicsPy_Geometry_Angle_toString_overloads()) .def("Undefined", &Angle::Undefined).staticmethod("Undefined") .def("Zero", &Angle::Zero).staticmethod("Zero") diff --git a/bindings/python/src/LibraryMathematicsPy/Objects.cpp b/bindings/python/src/LibraryMathematicsPy/Objects.cpp index c76b4b85..dee4ad5e 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects.cpp @@ -1,18 +1,18 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Objects.cpp +/// @file OpenSpaceToolkitMathematicsPy/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include -// #include +#include +// #include //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Objects ( ) +inline void OpenSpaceToolkitMathematicsPy_Objects ( ) { boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Objects")))) ; @@ -21,8 +21,8 @@ inline void LibraryMathematicsPy_Objects ( ) boost::python::scope scope = module ; - // LibraryMathematicsPy_Objects_Vector() ; - LibraryMathematicsPy_Objects_Interval() ; + // OpenSpaceToolkitMathematicsPy_Objects_Vector() ; + OpenSpaceToolkitMathematicsPy_Objects_Interval() ; } diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp index d6bf781b..7fcf8eb7 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Objects/Interval.cpp +/// @file OpenSpaceToolkitMathematicsPy/Objects/Interval.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void LibraryMathematicsPy_Objects_Interval ( ) +inline void OpenSpaceToolkitMathematicsPy_Objects_Interval ( ) { using namespace boost::python ; diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp b/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp index a518fa01..72327ece 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp +++ b/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Objects/Vector.cpp +/// @file OpenSpaceToolkitMathematicsPy/Objects/Vector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp b/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp index 7d8a3768..73c6e4f5 100644 --- a/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp +++ b/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp @@ -1,14 +1,14 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file LibraryMathematicsPy/Utilities/IterableConverter.hpp +/// @file OpenSpaceToolkitMathematicsPy/Utilities/IterableConverter.hpp /// @author Lucas Brémond /// @license Apache License 2.0 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#ifndef __LibraryMathematicsPy_Utilities_IterableConverter__ -#define __LibraryMathematicsPy_Utilities_IterableConverter__ +#ifndef __OpenSpaceToolkitMathematicsPy_Utilities_IterableConverter__ +#define __OpenSpaceToolkitMathematicsPy_Utilities_IterableConverter__ #include diff --git a/bindings/python/test/test_objects.py b/bindings/python/test/test_objects.py index 9a1e4466..f8c5edf7 100644 --- a/bindings/python/test/test_objects.py +++ b/bindings/python/test/test_objects.py @@ -1,7 +1,7 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file LibraryMathematicsPy/Objects.py +# @file OpenSpaceToolkitMathematicsPy/Objects.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/tools/python/Library/Mathematics/__init__.py b/bindings/python/tools/python/Library/Mathematics/__init__.py index 6656a5da..63af2722 100755 --- a/bindings/python/tools/python/Library/Mathematics/__init__.py +++ b/bindings/python/tools/python/Library/Mathematics/__init__.py @@ -9,6 +9,6 @@ from Library.Core import * -from .LibraryMathematicsPy import * +from .OpenSpaceToolkitMathematicsPy import * ################################################################################################################################################################ diff --git a/bindings/python/tools/python/setup.py.in b/bindings/python/tools/python/setup.py.in index d96f26dd..c39f85a0 100644 --- a/bindings/python/tools/python/setup.py.in +++ b/bindings/python/tools/python/setup.py.in @@ -16,7 +16,7 @@ with open('${CMAKE_CURRENT_SOURCE_DIR}/requirements.txt', 'r') as f: requirements = f.read().splitlines() setuptools.setup( - name = 'LibraryMathematicsPy', + name = 'OpenSpaceToolkitMathematicsPy', version = '${PROJECT_VERSION_STRING}', author = 'Open Space Collective', author_email = 'contact@open-space-collective.org', @@ -34,7 +34,7 @@ setuptools.setup( packages = setuptools.find_packages(), package_data = { '': [ - '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/LibraryMathematicsPy.so', + '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/OpenSpaceToolkitMathematicsPy.so', '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libopen-space-toolkit-mathematics.so.0', '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.1.69.0' ] diff --git a/docker/jupyter/Dockerfile b/docker/jupyter/Dockerfile index d63f7e8b..fa1274d3 100644 --- a/docker/jupyter/Dockerfile +++ b/docker/jupyter/Dockerfile @@ -36,6 +36,6 @@ ENV LD_LIBRARY_PATH "/usr/local/lib:/usr/lib/x86_64-linux-gnu:/opt/conda/lib/pyt ENV PYTHONPATH "/opt/conda/lib/python3.7/site-packages:/home/jovyan/lib" RUN pip install LibraryCorePy -RUN pip install LibraryMathematicsPy +RUN pip install OpenSpaceToolkitMathematicsPy ################################################################################################################################################################ diff --git a/tools/cmake/LibraryMathematicsConfig.cmake.in b/tools/cmake/LibraryMathematicsConfig.cmake.in index 4b2a4b04..1ff46803 100755 --- a/tools/cmake/LibraryMathematicsConfig.cmake.in +++ b/tools/cmake/LibraryMathematicsConfig.cmake.in @@ -1,28 +1,28 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file tools/cmake/LibraryMathematicsConfig.cmake.in +# @file tools/cmake/OpenSpaceToolkitMathematicsConfig.cmake.in # @author Lucas Brémond # @license Apache License 2.0 ################################################################################################################################################################ -SET (LibraryMathematics_ROOT_DIR ${LibraryMathematics_ROOT_DIR} @CMAKE_INSTALL_PREFIX@) +SET (OpenSpaceToolkitMathematics_ROOT_DIR ${OpenSpaceToolkitMathematics_ROOT_DIR} @CMAKE_INSTALL_PREFIX@) -FIND_PATH (LibraryMathematics_INCLUDE_DIR "OpenSpaceToolkit/Mathematics/Objects.hpp" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "include" NO_DEFAULT_PATH) -FIND_LIBRARY (LibraryMathematics_LIBRARY NAMES "libopen-space-toolkit-mathematics.so" PATHS ${LibraryMathematics_ROOT_DIR} PATH_SUFFIXES "lib" NO_DEFAULT_PATH) +FIND_PATH (OpenSpaceToolkitMathematics_INCLUDE_DIR "OpenSpaceToolkit/Mathematics/Objects.hpp" PATHS ${OpenSpaceToolkitMathematics_ROOT_DIR} PATH_SUFFIXES "include" NO_DEFAULT_PATH) +FIND_LIBRARY (OpenSpaceToolkitMathematics_LIBRARY NAMES "libopen-space-toolkit-mathematics.so" PATHS ${OpenSpaceToolkitMathematics_ROOT_DIR} PATH_SUFFIXES "lib" NO_DEFAULT_PATH) -# MESSAGE (STATUS "LibraryMathematics_ROOT_DIR = ${LibraryMathematics_ROOT_DIR}") -# MESSAGE (STATUS "LibraryMathematics_INCLUDE_DIR = ${LibraryMathematics_INCLUDE_DIR}") -# MESSAGE (STATUS "LibraryMathematics_LIBRARY = ${LibraryMathematics_LIBRARY}") -# MESSAGE (STATUS "LibraryMathematics_FIND_VERSION = ${LibraryMathematics_FIND_VERSION}") +# MESSAGE (STATUS "OpenSpaceToolkitMathematics_ROOT_DIR = ${OpenSpaceToolkitMathematics_ROOT_DIR}") +# MESSAGE (STATUS "OpenSpaceToolkitMathematics_INCLUDE_DIR = ${OpenSpaceToolkitMathematics_INCLUDE_DIR}") +# MESSAGE (STATUS "OpenSpaceToolkitMathematics_LIBRARY = ${OpenSpaceToolkitMathematics_LIBRARY}") +# MESSAGE (STATUS "OpenSpaceToolkitMathematics_FIND_VERSION = ${OpenSpaceToolkitMathematics_FIND_VERSION}") -IF (LibraryMathematics_INCLUDE_DIR) +IF (OpenSpaceToolkitMathematics_INCLUDE_DIR) - SET (LibraryMathematics_INCLUDE_DIRS ${LibraryMathematics_INCLUDE_DIR} ${LibraryMathematics_INCLUDE_DIR}/OpenSpaceToolkit/Mathematics) - SET (LibraryMathematics_LIBRARIES ${LibraryMathematics_LIBRARY}) + SET (OpenSpaceToolkitMathematics_INCLUDE_DIRS ${OpenSpaceToolkitMathematics_INCLUDE_DIR} ${OpenSpaceToolkitMathematics_INCLUDE_DIR}/OpenSpaceToolkit/Mathematics) + SET (OpenSpaceToolkitMathematics_LIBRARIES ${OpenSpaceToolkitMathematics_LIBRARY}) - SET (LibraryMathematics_FOUND TRUE) + SET (OpenSpaceToolkitMathematics_FOUND TRUE) ENDIF () diff --git a/tools/cmake/LibraryMathematicsConfigVersion.cmake.in b/tools/cmake/LibraryMathematicsConfigVersion.cmake.in index 86c6522e..3819d248 100755 --- a/tools/cmake/LibraryMathematicsConfigVersion.cmake.in +++ b/tools/cmake/LibraryMathematicsConfigVersion.cmake.in @@ -1,7 +1,7 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file tools/cmake/LibraryMathematicsConfigVersion.cmake.in +# @file tools/cmake/OpenSpaceToolkitMathematicsConfigVersion.cmake.in # @author Lucas Brémond # @license Apache License 2.0 diff --git a/tutorials/python/notebooks/Polygon.ipynb b/tutorials/python/notebooks/Polygon.ipynb index e3bdc460..127fadbb 100644 --- a/tutorials/python/notebooks/Polygon.ipynb +++ b/tutorials/python/notebooks/Polygon.ipynb @@ -13,7 +13,7 @@ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mMathematics\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mMathematics\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", - "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Mathematics/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0;31m################################################################################################################################################################\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 10\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mCore\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 11\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 12\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryMathematicsPy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Mathematics/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0;31m################################################################################################################################################################\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 10\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mCore\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 11\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 12\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mOpenSpaceToolkitMathematicsPy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Core/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryCorePy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", "\u001b[0;31mImportError\u001b[0m: libboost_python37.so.1.70.0: cannot open shared object file: No such file or directory" ] From 7d0142b85c7f484e8f3cbf58ee53ce3384122579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:17:27 -0800 Subject: [PATCH 10/25] [misc] Replace library-base --- docker/development/debian/Dockerfile | 2 +- docker/development/fedora/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/development/debian/Dockerfile b/docker/development/debian/Dockerfile index e6d47fff..eebf7137 100644 --- a/docker/development/debian/Dockerfile +++ b/docker/development/debian/Dockerfile @@ -9,7 +9,7 @@ ARG BASE_IMAGE_VERSION=latest -FROM openspacecollective/library-base:${BASE_IMAGE_VERSION}-debian +FROM openspacecollective/open-space-toolkit-base:${BASE_IMAGE_VERSION}-debian LABEL maintainer="lucas@loftorbital.com" diff --git a/docker/development/fedora/Dockerfile b/docker/development/fedora/Dockerfile index 34d19848..1c0a9388 100644 --- a/docker/development/fedora/Dockerfile +++ b/docker/development/fedora/Dockerfile @@ -9,7 +9,7 @@ ARG BASE_IMAGE_VERSION=latest -FROM openspacecollective/library-base:${BASE_IMAGE_VERSION}-fedora +FROM openspacecollective/open-space-toolkit-base:${BASE_IMAGE_VERSION}-fedora LABEL maintainer="lucas@loftorbital.com" From 834f76c69ec81b1bafa22fe5a7ecd403f27a052c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:20:11 -0800 Subject: [PATCH 11/25] [misc] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ac1e672..b111bc5c 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,12 @@ Geometry, curve fitting, optimization. [![Code Coverage](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics) [![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/open-space-toolkit-mathematics) [![GitHub version](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics) -[![PyPI version](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy.svg)](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy) +[![PyPI version](https://badge.fury.io/py/open-space-toolkit-mathematics.svg)](https://badge.fury.io/py/open-space-toolkit-mathematics) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ## Warning -Library **name** is yet to be defined. - -Please check the following projects: - -- [Naming Project](https://github.com/orgs/open-space-collective/projects/1) - -*⚠ This library is still under heavy development. Do not use!* +*⚠ This component is under development.* ## Structure From f5ad6342e4ed2524d1738596963a240d62ac0a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:21:09 -0800 Subject: [PATCH 12/25] [misc] Update setup.py --- bindings/python/tools/python/setup.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/tools/python/setup.py.in b/bindings/python/tools/python/setup.py.in index c39f85a0..6c9792b2 100644 --- a/bindings/python/tools/python/setup.py.in +++ b/bindings/python/tools/python/setup.py.in @@ -16,7 +16,7 @@ with open('${CMAKE_CURRENT_SOURCE_DIR}/requirements.txt', 'r') as f: requirements = f.read().splitlines() setuptools.setup( - name = 'OpenSpaceToolkitMathematicsPy', + name = 'open-space-toolkit-mathematics', version = '${PROJECT_VERSION_STRING}', author = 'Open Space Collective', author_email = 'contact@open-space-collective.org', @@ -30,7 +30,7 @@ setuptools.setup( 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux' ), - keywords = 'open-space-collective library mathematics', + keywords = 'open-space-collective open-space-toolkit mathematics', packages = setuptools.find_packages(), package_data = { '': [ From a03dc8080879fa9a7f5a7bc088fd451b587dcb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:41:16 -0800 Subject: [PATCH 13/25] [misc] Update python bindings --- .gitignore | 1 + bindings/python/CMakeLists.txt | 10 +++-- bindings/python/README.md | 6 +-- bindings/python/docs/Reference/Geometry.ipynb | 42 +++++++++---------- .../Geometry/2D/Objects/Polygon.ipynb | 12 +++--- bindings/python/docs/Reference/Objects.ipynb | 8 ++-- bindings/python/requirements.txt | 5 ++- ....cxx => OpenSpaceToolkitMathematicsPy.cxx} | 4 +- .../Geometry.cpp | 8 ++-- .../Geometry/2D.cpp | 6 +-- .../Geometry/2D/Object.cpp | 2 +- .../Geometry/2D/Objects.cpp | 6 +-- .../Geometry/2D/Objects/LineString.cpp | 2 +- .../Geometry/2D/Objects/Point.cpp | 2 +- .../Geometry/2D/Objects/PointSet.cpp | 2 +- .../Geometry/2D/Objects/Polygon.cpp | 2 +- .../Geometry/2D/Objects/Segment.cpp | 2 +- .../Geometry/2D/Transformation.cpp | 2 +- .../Geometry/3D.cpp | 8 ++-- .../Geometry/3D/Intersection.cpp | 2 +- .../Geometry/3D/Object.cpp | 2 +- .../Geometry/3D/Objects.cpp | 6 +-- .../Geometry/3D/Objects/Composite.cpp | 2 +- .../Geometry/3D/Objects/Cone.cpp | 2 +- .../Geometry/3D/Objects/Cuboid.cpp | 2 +- .../Geometry/3D/Objects/Ellipsoid.cpp | 2 +- .../Geometry/3D/Objects/Line.cpp | 2 +- .../Geometry/3D/Objects/LineString.cpp | 2 +- .../Geometry/3D/Objects/Plane.cpp | 2 +- .../Geometry/3D/Objects/Point.cpp | 2 +- .../Geometry/3D/Objects/PointSet.cpp | 2 +- .../Geometry/3D/Objects/Polygon.cpp | 2 +- .../Geometry/3D/Objects/Pyramid.cpp | 2 +- .../Geometry/3D/Objects/Ray.cpp | 2 +- .../Geometry/3D/Objects/Segment.cpp | 2 +- .../Geometry/3D/Objects/Sphere.cpp | 2 +- .../Geometry/3D/Transformation.cpp | 2 +- .../Geometry/3D/Transformations.cpp | 6 +-- .../Geometry/3D/Transformations/Rotations.cpp | 6 +-- .../Transformations/Rotations/Quaternion.cpp | 2 +- .../Rotations/RotationMatrix.cpp | 2 +- .../Rotations/RotationVector.cpp | 2 +- .../Geometry/Angle.cpp | 2 +- .../Objects.cpp | 8 ++-- .../Objects/Interval.cpp | 2 +- .../Objects/Vector.cpp | 2 +- .../Utilities/IterableConverter.hpp | 2 +- .../test/geometry/d2/objects/test_point.py | 4 +- .../rotations/test_quaternion.py | 8 ++-- .../rotations/test_rotation_matrix.py | 8 ++-- .../rotations/test_rotation_vector.py | 8 ++-- bindings/python/test/geometry/test_angle.py | 4 +- bindings/python/test/test_objects.py | 2 +- .../python/{Library => ostk}/__init__.py | 4 +- .../mathematics}/__init__.py | 4 +- bindings/python/tools/python/setup.py.in | 4 +- tutorials/python/notebooks/Polygon.ipynb | 12 +++--- 57 files changed, 133 insertions(+), 129 deletions(-) rename bindings/python/src/{LibraryMathematicsPy.cxx => OpenSpaceToolkitMathematicsPy.cxx} (91%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry.cpp (85%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D.cpp (86%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Object.cpp (94%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Objects.cpp (90%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Objects/LineString.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Objects/Point.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Objects/PointSet.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Objects/Polygon.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Objects/Segment.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/2D/Transformation.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D.cpp (87%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Intersection.cpp (98%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Object.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects.cpp (92%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Composite.cpp (98%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Cone.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Cuboid.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Ellipsoid.cpp (98%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Line.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/LineString.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Plane.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Point.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/PointSet.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Polygon.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Pyramid.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Ray.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Segment.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Objects/Sphere.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Transformation.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Transformations.cpp (82%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Transformations/Rotations.cpp (85%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Transformations/Rotations/Quaternion.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/3D/Transformations/Rotations/RotationVector.cpp (95%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Geometry/Angle.cpp (97%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Objects.cpp (84%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Objects/Interval.cpp (96%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Objects/Vector.cpp (93%) rename bindings/python/src/{LibraryMathematicsPy => OpenSpaceToolkitMathematicsPy}/Utilities/IterableConverter.hpp (97%) rename bindings/python/tools/python/{Library => ostk}/__init__.py (78%) rename bindings/python/tools/python/{Library/Mathematics => ostk/mathematics}/__init__.py (87%) diff --git a/.gitignore b/.gitignore index c2b10033..32fe3dfa 100755 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,6 @@ docs/latex/ tmp/ __pycache__ .ipynb_checkpoints +.pytest_cache/ ################################################################################################################################################################ diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 61127530..9373038a 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -12,7 +12,9 @@ SET (PROJECT_NAME "OpenSpaceToolkitMathematicsPy") SET (PROJECT_DESCRIPTION "Python bindings for Open Space Toolkit / Mathematics.") SET (PROJECT_PACKAGE_NAME "OpenSpaceToolkitMathematicsPy") -SET (PROJECT_PATH "OpenSpaceToolkit/Mathematics") +SET (PROJECT_GROUP "ostk") +SET (PROJECT_SUBGROUP "mathematics") +SET (PROJECT_PATH "${PROJECT_GROUP}/${PROJECT_SUBGROUP}") SET (PROJECT_LICENSE "Apache License 2.0") SET (PROJECT_VENDOR_ID "com.bremond.lucas") SET (PROJECT_VENDOR_NAME "Lucas Brémond") @@ -123,7 +125,7 @@ SET_TARGET_PROPERTIES ( ${LIBRARY_TARGET} PROPERTIES INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/") INSTALL (TARGETS ${LIBRARY_TARGET} DESTINATION "${INSTALL_LIB}/${PROJECT_PATH}" COMPONENT "python") -INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/OpenSpaceToolkit/__init__.py" DESTINATION "${INSTALL_LIB}/Library" COMPONENT "python") +INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/${PROJECT_GROUP}/__init__.py" DESTINATION "${INSTALL_LIB}/Library" COMPONENT "python") INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/${PROJECT_PATH}/__init__.py" DESTINATION "${INSTALL_LIB}/${PROJECT_PATH}" COMPONENT "python") ################################################################################################################################################################ @@ -149,12 +151,12 @@ CONFIGURE_FILE (${SETUP_PY_IN} ${SETUP_PY}) ADD_CUSTOM_COMMAND (OUTPUT ${OUTPUT} COMMAND mkdir -p "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}" COMMAND cp -r "${CMAKE_CURRENT_SOURCE_DIR}/test" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/test" - COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/OpenSpaceToolkit/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/OpenSpaceToolkit/__init__.py" + COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/${PROJECT_GROUP}/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_GROUP}/__init__.py" COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/tools/python/${PROJECT_PATH}/__init__.py" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/__init__.py" COMMAND cp "/usr/local/lib/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_${PYTHON_VERSION}.so.${BOOST_VERSION}.0" COMMAND cp "/usr/local/lib/libboost_numpy37.so.${BOOST_VERSION}.0" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.${BOOST_VERSION}.0" COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${SHARED_LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libopen-space-toolkit-mathematics.so.0" - COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/OpenSpaceToolkitMathematicsPy.so" + COMMAND cp "${CMAKE_SOURCE_DIR}/lib/${LIBRARY_TARGET}" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/${LIBRARY_TARGET}" COMMAND ${PYTHON} ${SETUP_PY} bdist_wheel COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT} DEPENDS ${DEPS}) diff --git a/bindings/python/README.md b/bindings/python/README.md index cc771f57..d5854c23 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -1,4 +1,4 @@ -# Open Space Toolkit ▸ Mathematics ▸ Bindings ▸ Python +# Open Space Toolkit ▸ Mathematics Geometry, curve fitting, optimization. @@ -6,7 +6,7 @@ Geometry, curve fitting, optimization. [![Code Coverage](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics/branch/master/graph/badge.svg)](https://codecov.io/gh/open-space-collective/open-space-toolkit-mathematics) [![Documentation](https://img.shields.io/readthedocs/pip/stable.svg)](https://open-space-collective.github.io/open-space-toolkit-mathematics) [![GitHub version](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics.svg)](https://badge.fury.io/gh/open-space-collective%2Fopen-space-toolkit-mathematics) -[![PyPI version](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy.svg)](https://badge.fury.io/py/OpenSpaceToolkitMathematicsPy) +[![PyPI version](https://badge.fury.io/py/open-space-toolkit-mathematics.svg)](https://badge.fury.io/py/open-space-toolkit-mathematics) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[Open Space Toolkit ▸ Mathematics](https://github.com/open-space-collective/open-space-toolkit-mathematics) +[GitHub](https://github.com/open-space-collective/open-space-toolkit-mathematics) diff --git a/bindings/python/docs/Reference/Geometry.ipynb b/bindings/python/docs/Reference/Geometry.ipynb index ae1fca12..334a3887 100644 --- a/bindings/python/docs/Reference/Geometry.ipynb +++ b/bindings/python/docs/Reference/Geometry.ipynb @@ -22,7 +22,7 @@ "source": [ "import sys\n", "\n", - "! {sys.executable} -m pip install --quiet OpenSpaceToolkitMathematicsPy" + "! {sys.executable} -m pip install --quiet open-space-toolkit-mathematics" ] }, { @@ -40,7 +40,7 @@ "metadata": {}, "outputs": [], "source": [ - "import Library.Mathematics as Mathematics" + "import ostk.mathematics as mathematics" ] }, { @@ -49,25 +49,25 @@ "metadata": {}, "outputs": [], "source": [ - "Angle = Mathematics.Geometry.Angle\n", + "Angle = mathematics.geometry.Angle\n", "\n", - "Point2d = Mathematics.Geometry.D2.Objects.Point\n", - "Polygon2d = Mathematics.Geometry.D2.Objects.Polygon\n", - "Transformation2d = Mathematics.Geometry.D2.Transformation\n", - "Point3d = Mathematics.Geometry.D3.Objects.Point\n", - "PointSet3d = Mathematics.Geometry.D3.Objects.PointSet\n", - "Line3d = Mathematics.Geometry.D3.Objects.Line\n", - "Ray3d = Mathematics.Geometry.D3.Objects.Ray\n", - "Segment3d = Mathematics.Geometry.D3.Objects.Segment\n", - "Plane = Mathematics.Geometry.D3.Objects.Plane\n", - "Polygon3d = Mathematics.Geometry.D3.Objects.Polygon\n", - "Cuboid = Mathematics.Geometry.D3.Objects.Cuboid\n", - "Sphere = Mathematics.Geometry.D3.Objects.Sphere\n", - "Ellipsoid = Mathematics.Geometry.D3.Objects.Ellipsoid\n", - "Transformation3d = Mathematics.Geometry.D3.Transformation\n", - "Quaternion = Mathematics.Geometry.D3.Transformations.Rotations.Quaternion\n", - "RotationVector = Mathematics.Geometry.D3.Transformations.Rotations.RotationVector\n", - "RotationMatrix = Mathematics.Geometry.D3.Transformations.Rotations.RotationMatrix" + "Point2d = mathematics.geometry.d2.objects.Point\n", + "Polygon2d = mathematics.geometry.d2.objects.Polygon\n", + "Transformation2d = mathematics.geometry.d2.Transformation\n", + "Point3d = mathematics.geometry.d3.objects.Point\n", + "PointSet3d = mathematics.geometry.d3.objects.PointSet\n", + "Line3d = mathematics.geometry.d3.objects.Line\n", + "Ray3d = mathematics.geometry.d3.objects.Ray\n", + "Segment3d = mathematics.geometry.d3.objects.Segment\n", + "Plane = mathematics.geometry.d3.objects.Plane\n", + "Polygon3d = mathematics.geometry.d3.objects.Polygon\n", + "Cuboid = mathematics.geometry.d3.objects.Cuboid\n", + "Sphere = mathematics.geometry.d3.objects.Sphere\n", + "Ellipsoid = mathematics.geometry.d3.objects.Ellipsoid\n", + "Transformation3d = mathematics.geometry.d3.Transformation\n", + "Quaternion = mathematics.geometry.d3.transformations.rotations.Quaternion\n", + "RotationVector = mathematics.geometry.d3.transformations.rotations.RotationVector\n", + "RotationMatrix = mathematics.geometry.d3.transformations.rotations.RotationMatrix" ] }, { @@ -1893,4 +1893,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file diff --git a/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb b/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb index 315b6cad..0aadf1cb 100644 --- a/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb +++ b/bindings/python/docs/Reference/Geometry/2D/Objects/Polygon.ipynb @@ -20,7 +20,7 @@ "metadata": {}, "outputs": [], "source": [ - "import Library.Mathematics as Mathematics" + "import ostk.mathematics as mathematics" ] }, { @@ -29,10 +29,10 @@ "metadata": {}, "outputs": [], "source": [ - "Point = Mathematics.Geometry.D2.Objects.Point\n", - "PointSet = Mathematics.Geometry.D2.Objects.PointSet\n", - "Polygon = Mathematics.Geometry.D2.Objects.Polygon\n", - "Transformation = Mathematics.Geometry.D2.Transformation" + "Point = mathematics.geometry.d2.objects.Point\n", + "PointSet = mathematics.geometry.d2.objects.PointSet\n", + "Polygon = mathematics.geometry.d2.objects.Polygon\n", + "Transformation = mathematics.geometry.d2.Transformation" ] }, { @@ -159,4 +159,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file diff --git a/bindings/python/docs/Reference/Objects.ipynb b/bindings/python/docs/Reference/Objects.ipynb index 82b8565e..60e6639a 100644 --- a/bindings/python/docs/Reference/Objects.ipynb +++ b/bindings/python/docs/Reference/Objects.ipynb @@ -22,7 +22,7 @@ "source": [ "import sys\n", "\n", - "! {sys.executable} -m pip install --quiet OpenSpaceToolkitMathematicsPy" + "! {sys.executable} -m pip install --quiet open-space-toolkit-mathematics" ] }, { @@ -31,7 +31,7 @@ "metadata": {}, "outputs": [], "source": [ - "import Library.Mathematics as Mathematics" + "import ostk.mathematics as mathematics" ] }, { @@ -40,7 +40,7 @@ "metadata": {}, "outputs": [], "source": [ - "RealInterval = Mathematics.Objects.RealInterval" + "RealInterval = mathematics.objects.RealInterval" ] }, { @@ -193,4 +193,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index cd047691..b3b220ee 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -7,7 +7,8 @@ ################################################################################################################################################################ -numpy -LibraryCorePy>=0.2.5 +numpy>=1.17.4 + +open-space-toolkit-core>=0.3.0 ################################################################################################################################################################ diff --git a/bindings/python/src/LibraryMathematicsPy.cxx b/bindings/python/src/OpenSpaceToolkitMathematicsPy.cxx similarity index 91% rename from bindings/python/src/LibraryMathematicsPy.cxx rename to bindings/python/src/OpenSpaceToolkitMathematicsPy.cxx index 484d9cc3..bfbc057c 100755 --- a/bindings/python/src/LibraryMathematicsPy.cxx +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy.cxx @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy.cxx +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy.cxx /// @author Lucas Brémond /// @license Apache License 2.0 @@ -27,7 +27,7 @@ BOOST_PYTHON_MODULE (OpenSpaceToolkitMathematicsPy) boost::python::object package = boost::python::scope() ; - package.attr("__path__") = "Library" ; + package.attr("__path__") = "ostk" ; OpenSpaceToolkitMathematicsPy_Objects() ; OpenSpaceToolkitMathematicsPy_Geometry() ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry.cpp similarity index 85% rename from bindings/python/src/LibraryMathematicsPy/Geometry.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry.cpp index 7b0d0735..9d93343c 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -13,12 +13,12 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void OpenSpaceToolkitMathematicsPy_Geometry ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry")))) ; - boost::python::scope().attr("Geometry") = module ; + boost::python::scope().attr("geometry") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D.cpp similarity index 86% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D.cpp index 7dc63fc4..eac03ecf 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -16,9 +16,9 @@ inline void OpenSpaceToolkitMathematicsPy_Geometry_2D ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D2")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry.d2")))) ; - boost::python::scope().attr("D2") = module ; + boost::python::scope().attr("d2") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Object.cpp similarity index 94% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Object.cpp index 2feae441..41c7999d 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Object.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Object.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Object.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects.cpp similarity index 90% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects.cpp index 6d179092..25208028 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -23,9 +23,9 @@ inline void OpenSpaceToolkitMathematicsPy_Geometry_2D_Objects ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.2D.Objects")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry.d2.objects")))) ; - boost::python::scope().attr("Objects") = module ; + boost::python::scope().attr("objects") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/LineString.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/LineString.cpp index fcf25eb0..401909a0 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/LineString.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/LineString.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/LineString.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Point.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Point.cpp index 57e85709..8677f9eb 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Point.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Point.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Point.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/PointSet.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/PointSet.cpp index d9908c2b..3f93bd32 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/PointSet.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/PointSet.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/PointSet.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Polygon.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Polygon.cpp index 0d782b44..3f6d0c00 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Polygon.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Polygon.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Polygon.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Segment.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Segment.cpp index 8dee48b8..1c4af929 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Objects/Segment.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Segment.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Segment.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Transformation.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Transformation.cpp index ffc91de8..9c918a0e 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/2D/Transformation.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Transformation.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/2D/Transformation.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/2D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D.cpp similarity index 87% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D.cpp index d161e82f..49fb1b08 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -15,12 +15,12 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void OpenSpaceToolkitMathematicsPy_Geometry_3D ( ) +inline void OpenSpaceToolkitMathematicsPy_Geometry_3D ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D3")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry.d3")))) ; - boost::python::scope().attr("D3") = module ; + boost::python::scope().attr("d3") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Intersection.cpp similarity index 98% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Intersection.cpp index 0aacaad4..747888c7 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Intersection.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Intersection.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Intersection.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Intersection.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Object.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Object.cpp index 48c353b7..5c56f9e8 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Object.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Object.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Object.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Object.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects.cpp similarity index 92% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects.cpp index 78f31b2f..72b2a1f5 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -27,9 +27,9 @@ inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Objects ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.3D.Objects")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry.d3.objects")))) ; - boost::python::scope().attr("Objects") = module ; + boost::python::scope().attr("objects") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Composite.cpp similarity index 98% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Composite.cpp index 78afda09..c7a5bc79 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Composite.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Composite.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Composite.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Composite.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cone.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cone.cpp index 207cb240..c05218e2 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cone.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cone.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cone.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cone.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cuboid.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cuboid.cpp index b97afe50..4c597071 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cuboid.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cuboid.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Cuboid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp similarity index 98% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp index 6afed871..d5dcf6ae 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ellipsoid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Line.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Line.cpp index d62858f5..1bc8ead9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Line.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Line.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Line.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Line.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/LineString.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/LineString.cpp index a8a039e9..86d9936b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/LineString.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/LineString.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/LineString.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/LineString.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Plane.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Plane.cpp index 38c02a78..fe9c6f8a 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Plane.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Plane.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Plane.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Plane.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Point.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Point.cpp index bd5a1794..914e16d7 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Point.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Point.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Point.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Point.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/PointSet.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/PointSet.cpp index 2b0a4c9a..5f1cb828 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/PointSet.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/PointSet.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/PointSet.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/PointSet.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Polygon.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Polygon.cpp index f7df14ca..5f3f0b54 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Polygon.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Polygon.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Polygon.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Polygon.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Pyramid.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Pyramid.cpp index f871a8a6..b3a711f3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Pyramid.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Pyramid.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Pyramid.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ray.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ray.cpp index 139ec79f..91554e6e 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Ray.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ray.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ray.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Ray.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Segment.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Segment.cpp index a41dd981..b4b1b521 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Segment.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Segment.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Segment.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Segment.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Sphere.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Sphere.cpp index a8399ad4..03dd1fc9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Objects/Sphere.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Sphere.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Sphere.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Objects/Sphere.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformation.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformation.cpp index 5400d0aa..e87bacf2 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformation.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformation.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformation.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformation.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations.cpp similarity index 82% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations.cpp index fec16dde..33775f89 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -14,9 +14,9 @@ inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D3.Transformations")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry.d3.transformations")))) ; - boost::python::scope().attr("Transformations") = module ; + boost::python::scope().attr("transformations") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations.cpp similarity index 85% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations.cpp index aa6cc88b..3980bfb9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -16,9 +16,9 @@ inline void OpenSpaceToolkitMathematicsPy_Geometry_3D_Transformations_Rotations ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Geometry.D3.Transformations.Rotations")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.geometry.d3.transformations.rotations")))) ; - boost::python::scope().attr("Rotations") = module ; + boost::python::scope().attr("rotations") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp index 1800db66..d6197c5b 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/Quaternion.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp index fd0bf291..8c3f74c3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp similarity index 95% rename from bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp index bf884db5..5b6636a3 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/3D/Transformations/Rotations/RotationVector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/Angle.cpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/Angle.cpp index f3ab10aa..65091f07 100755 --- a/bindings/python/src/LibraryMathematicsPy/Geometry/Angle.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/Angle.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Geometry/Angle.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Geometry/Angle.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Objects.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects.cpp similarity index 84% rename from bindings/python/src/LibraryMathematicsPy/Objects.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects.cpp index dee4ad5e..9edf85fb 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Objects.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects.cpp /// @author Lucas Brémond /// @license Apache License 2.0 @@ -12,12 +12,12 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -inline void OpenSpaceToolkitMathematicsPy_Objects ( ) +inline void OpenSpaceToolkitMathematicsPy_Objects ( ) { - boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("Library.Mathematics.Objects")))) ; + boost::python::object module(boost::python::handle<>(boost::python::borrowed(PyImport_AddModule("ostk.mathematics.objects")))) ; - boost::python::scope().attr("Objects") = module ; + boost::python::scope().attr("objects") = module ; boost::python::scope scope = module ; diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Interval.cpp similarity index 96% rename from bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Interval.cpp index 7fcf8eb7..26557eea 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Interval.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Interval.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Objects/Interval.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Interval.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Vector.cpp similarity index 93% rename from bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Vector.cpp index 72327ece..9c3338c9 100755 --- a/bindings/python/src/LibraryMathematicsPy/Objects/Vector.cpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Vector.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Objects/Vector.cpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects/Vector.cpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Utilities/IterableConverter.hpp similarity index 97% rename from bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp rename to bindings/python/src/OpenSpaceToolkitMathematicsPy/Utilities/IterableConverter.hpp index 73c6e4f5..1955830f 100644 --- a/bindings/python/src/LibraryMathematicsPy/Utilities/IterableConverter.hpp +++ b/bindings/python/src/OpenSpaceToolkitMathematicsPy/Utilities/IterableConverter.hpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// @project Open Space Toolkit ▸ Mathematics -/// @file OpenSpaceToolkitMathematicsPy/Utilities/IterableConverter.hpp +/// @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Utilities/IterableConverter.hpp /// @author Lucas Brémond /// @license Apache License 2.0 diff --git a/bindings/python/test/geometry/d2/objects/test_point.py b/bindings/python/test/geometry/d2/objects/test_point.py index d31303fa..d4b60e7e 100644 --- a/bindings/python/test/geometry/d2/objects/test_point.py +++ b/bindings/python/test/geometry/d2/objects/test_point.py @@ -7,11 +7,11 @@ ################################################################################################################################################################ -import Library.Mathematics as Mathematics +import ostk.mathematics as mathematics ################################################################################################################################################################ -Point = Mathematics.Geometry.D2.Objects.Point +Point = mathematics.geometry.d2.objects.Point ################################################################################################################################################################ diff --git a/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py b/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py index a994e430..fcc3ca30 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/test_quaternion.py @@ -9,13 +9,13 @@ import numpy -from Library.Mathematics import Geometry +from ostk.mathematics import geometry ################################################################################################################################################################ -Angle = Geometry.Angle -Quaternion = Geometry.D3.Transformations.Rotations.Quaternion -RotationVector = Geometry.D3.Transformations.Rotations.RotationVector +Angle = geometry.Angle +Quaternion = geometry.d3.transformations.rotations.Quaternion +RotationVector = geometry.d3.transformations.rotations.RotationVector ################################################################################################################################################################ diff --git a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py index 80f00602..6654aa99 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_matrix.py @@ -7,13 +7,13 @@ ################################################################################################################################################################ -from Library.Mathematics import Geometry +from ostk.mathematics import geometry ################################################################################################################################################################ -Angle = Geometry.Angle -Quaternion = Geometry.D3.Transformations.Rotations.Quaternion -RotationMatrix = Geometry.D3.Transformations.Rotations.RotationMatrix +Angle = geometry.Angle +Quaternion = geometry.d3.transformations.rotations.Quaternion +RotationMatrix = geometry.d3.transformations.rotations.RotationMatrix ################################################################################################################################################################ diff --git a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py index 1a6249f1..9112afde 100644 --- a/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py +++ b/bindings/python/test/geometry/d3/transformations/rotations/test_rotation_vector.py @@ -9,13 +9,13 @@ import numpy -from Library.Mathematics import Geometry +from ostk.mathematics import geometry ################################################################################################################################################################ -Angle = Geometry.Angle -Quaternion = Geometry.D3.Transformations.Rotations.Quaternion -RotationVector = Geometry.D3.Transformations.Rotations.RotationVector +Angle = geometry.Angle +Quaternion = geometry.d3.transformations.rotations.Quaternion +RotationVector = geometry.d3.transformations.rotations.RotationVector ################################################################################################################################################################ diff --git a/bindings/python/test/geometry/test_angle.py b/bindings/python/test/geometry/test_angle.py index 84320af7..ebef73a2 100644 --- a/bindings/python/test/geometry/test_angle.py +++ b/bindings/python/test/geometry/test_angle.py @@ -7,11 +7,11 @@ ################################################################################################################################################################ -from Library.Mathematics import Geometry +from ostk.mathematics import geometry ################################################################################################################################################################ -Angle = Geometry.Angle +Angle = geometry.Angle ################################################################################################################################################################ diff --git a/bindings/python/test/test_objects.py b/bindings/python/test/test_objects.py index f8c5edf7..f94c94a6 100644 --- a/bindings/python/test/test_objects.py +++ b/bindings/python/test/test_objects.py @@ -1,7 +1,7 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file OpenSpaceToolkitMathematicsPy/Objects.py +# @file bindings/python/src/OpenSpaceToolkitMathematicsPy/Objects.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/tools/python/Library/__init__.py b/bindings/python/tools/python/ostk/__init__.py similarity index 78% rename from bindings/python/tools/python/Library/__init__.py rename to bindings/python/tools/python/ostk/__init__.py index ed1ef91a..fb4321ff 100755 --- a/bindings/python/tools/python/Library/__init__.py +++ b/bindings/python/tools/python/ostk/__init__.py @@ -1,7 +1,7 @@ ################################################################################################################################################################ -# @project Library -# @file OpenSpaceToolkit/__init__.py +# @project Open Space Toolkit +# @file bindings/python/tools/python/ostk/mathematics/__init__.py # @author Lucas Brémond # @license Apache License 2.0 diff --git a/bindings/python/tools/python/Library/Mathematics/__init__.py b/bindings/python/tools/python/ostk/mathematics/__init__.py similarity index 87% rename from bindings/python/tools/python/Library/Mathematics/__init__.py rename to bindings/python/tools/python/ostk/mathematics/__init__.py index 63af2722..f72fb606 100755 --- a/bindings/python/tools/python/Library/Mathematics/__init__.py +++ b/bindings/python/tools/python/ostk/mathematics/__init__.py @@ -1,13 +1,13 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file OpenSpaceToolkit/Mathematics/__init__.py +# @file bindings/python/tools/python/ostk/mathematics/__init__.py # @author Lucas Brémond # @license Apache License 2.0 ################################################################################################################################################################ -from Library.Core import * +from ostk.core import * from .OpenSpaceToolkitMathematicsPy import * diff --git a/bindings/python/tools/python/setup.py.in b/bindings/python/tools/python/setup.py.in index 6c9792b2..713cc315 100644 --- a/bindings/python/tools/python/setup.py.in +++ b/bindings/python/tools/python/setup.py.in @@ -1,7 +1,7 @@ ################################################################################################################################################################ # @project Open Space Toolkit ▸ Mathematics -# @file tools/python/setup.py.in +# @file bindings/python/tools/python/setup.py.in # @author Lucas Brémond # @license Apache License 2.0 @@ -34,8 +34,8 @@ setuptools.setup( packages = setuptools.find_packages(), package_data = { '': [ - '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/OpenSpaceToolkitMathematicsPy.so', '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libopen-space-toolkit-mathematics.so.0', + '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/${LIBRARY_TARGET}', '${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_PATH}/libboost_numpy37.so.1.69.0' ] }, diff --git a/tutorials/python/notebooks/Polygon.ipynb b/tutorials/python/notebooks/Polygon.ipynb index 127fadbb..d880d34e 100644 --- a/tutorials/python/notebooks/Polygon.ipynb +++ b/tutorials/python/notebooks/Polygon.ipynb @@ -20,7 +20,7 @@ } ], "source": [ - "import Library.Mathematics as Mathematics" + "import ostk.mathematics as mathematics" ] }, { @@ -29,10 +29,10 @@ "metadata": {}, "outputs": [], "source": [ - "Point = Mathematics.Geometry.D2.Objects.Point\n", - "PointSet = Mathematics.Geometry.D2.Objects.PointSet\n", - "Polygon = Mathematics.Geometry.D2.Objects.Polygon\n", - "Transformation = Mathematics.Geometry.D2.Transformation" + "Point = mathematics.geometry.d2.objects.Point\n", + "PointSet = mathematics.geometry.d2.objects.PointSet\n", + "Polygon = mathematics.geometry.d2.objects.Polygon\n", + "Transformation = mathematics.geometry.d2.Transformation" ] }, { @@ -73,4 +73,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file From 1449645f4d15492313de5308766c57e8fb23e673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:41:45 -0800 Subject: [PATCH 14/25] [misc] Update CMake config files --- ...Config.cmake.in => OpenSpaceToolkitMathematicsConfig.cmake.in} | 0 ...cmake.in => OpenSpaceToolkitMathematicsConfigVersion.cmake.in} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tools/cmake/{LibraryMathematicsConfig.cmake.in => OpenSpaceToolkitMathematicsConfig.cmake.in} (100%) rename tools/cmake/{LibraryMathematicsConfigVersion.cmake.in => OpenSpaceToolkitMathematicsConfigVersion.cmake.in} (100%) diff --git a/tools/cmake/LibraryMathematicsConfig.cmake.in b/tools/cmake/OpenSpaceToolkitMathematicsConfig.cmake.in similarity index 100% rename from tools/cmake/LibraryMathematicsConfig.cmake.in rename to tools/cmake/OpenSpaceToolkitMathematicsConfig.cmake.in diff --git a/tools/cmake/LibraryMathematicsConfigVersion.cmake.in b/tools/cmake/OpenSpaceToolkitMathematicsConfigVersion.cmake.in similarity index 100% rename from tools/cmake/LibraryMathematicsConfigVersion.cmake.in rename to tools/cmake/OpenSpaceToolkitMathematicsConfigVersion.cmake.in From fd2cee85552628fb826848ad408bed9c91ff066b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:46:49 -0800 Subject: [PATCH 15/25] [misc] Rename Library directories --- .../Mathematics/Geometry/2D/Object.hpp | 0 .../Mathematics/Geometry/2D/Objects/LineString.hpp | 0 .../Mathematics/Geometry/2D/Objects/MultiLineString.hpp | 0 .../Mathematics/Geometry/2D/Objects/MultiPolygon.hpp | 0 .../Mathematics/Geometry/2D/Objects/Point.hpp | 0 .../Mathematics/Geometry/2D/Objects/PointSet.hpp | 0 .../Mathematics/Geometry/2D/Objects/Polygon.hpp | 0 .../Mathematics/Geometry/2D/Objects/Segment.hpp | 0 .../Mathematics/Geometry/2D/Transformation.hpp | 0 .../Mathematics/Geometry/3D/Intersection.hpp | 0 .../Mathematics/Geometry/3D/Object.hpp | 0 .../Mathematics/Geometry/3D/Objects/Composite.hpp | 0 .../Mathematics/Geometry/3D/Objects/Cone.hpp | 0 .../Mathematics/Geometry/3D/Objects/Cuboid.hpp | 0 .../Mathematics/Geometry/3D/Objects/Ellipsoid.hpp | 0 .../Mathematics/Geometry/3D/Objects/Line.hpp | 0 .../Mathematics/Geometry/3D/Objects/LineString.hpp | 0 .../Mathematics/Geometry/3D/Objects/Plane.hpp | 0 .../Mathematics/Geometry/3D/Objects/Point.hpp | 0 .../Mathematics/Geometry/3D/Objects/PointSet.hpp | 0 .../Mathematics/Geometry/3D/Objects/Polygon.hpp | 0 .../Mathematics/Geometry/3D/Objects/Pyramid.hpp | 0 .../Mathematics/Geometry/3D/Objects/Ray.hpp | 0 .../Mathematics/Geometry/3D/Objects/Segment.hpp | 0 .../Mathematics/Geometry/3D/Objects/Sphere.hpp | 0 .../Mathematics/Geometry/3D/Transformation.hpp | 0 .../Geometry/3D/Transformations/Rotations/EulerAngle.hpp | 0 .../Geometry/3D/Transformations/Rotations/Quaternion.hpp | 0 .../Geometry/3D/Transformations/Rotations/RotationMatrix.hpp | 0 .../Geometry/3D/Transformations/Rotations/RotationVector.hpp | 0 .../{Library => OpenSpaceToolkit}/Mathematics/Geometry/Angle.hpp | 0 include/{Library => OpenSpaceToolkit}/Mathematics/Objects.hpp | 0 .../{Library => OpenSpaceToolkit}/Mathematics/Objects/Eigen.hpp | 0 .../Mathematics/Objects/Interval.hpp | 0 .../{Library => OpenSpaceToolkit}/Mathematics/Objects/Matrix.hpp | 0 .../{Library => OpenSpaceToolkit}/Mathematics/Objects/Vector.hpp | 0 .../Mathematics/Geometry/2D/Object.cpp | 0 .../Mathematics/Geometry/2D/Objects/LineString.cpp | 0 .../Mathematics/Geometry/2D/Objects/MultiPolygon.cpp | 0 .../Mathematics/Geometry/2D/Objects/Point.cpp | 0 .../Mathematics/Geometry/2D/Objects/PointSet.cpp | 0 .../Mathematics/Geometry/2D/Objects/Polygon.cpp | 0 .../Mathematics/Geometry/2D/Objects/Segment.cpp | 0 .../Mathematics/Geometry/2D/Transformation.cpp | 0 .../Mathematics/Geometry/3D/Intersection.cpp | 0 .../Mathematics/Geometry/3D/Object.cpp | 0 .../Mathematics/Geometry/3D/Objects/Composite.cpp | 0 .../Mathematics/Geometry/3D/Objects/Cone.cpp | 0 .../Mathematics/Geometry/3D/Objects/Cuboid.cpp | 0 .../Mathematics/Geometry/3D/Objects/Ellipsoid.cpp | 0 .../Mathematics/Geometry/3D/Objects/Line.cpp | 0 .../Mathematics/Geometry/3D/Objects/LineString.cpp | 0 .../Mathematics/Geometry/3D/Objects/Plane.cpp | 0 .../Mathematics/Geometry/3D/Objects/Point.cpp | 0 .../Mathematics/Geometry/3D/Objects/PointSet.cpp | 0 .../Mathematics/Geometry/3D/Objects/Polygon.cpp | 0 .../Mathematics/Geometry/3D/Objects/Pyramid.cpp | 0 .../Mathematics/Geometry/3D/Objects/Ray.cpp | 0 .../Mathematics/Geometry/3D/Objects/Segment.cpp | 0 .../Mathematics/Geometry/3D/Objects/Sphere.cpp | 0 .../Mathematics/Geometry/3D/Transformation.cpp | 0 .../Geometry/3D/Transformations/Rotations/Quaternion.cpp | 0 .../Geometry/3D/Transformations/Rotations/RotationMatrix.cpp | 0 .../Geometry/3D/Transformations/Rotations/RotationVector.cpp | 0 src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/Angle.cpp | 0 .../Mathematics/Objects/Interval.tpp | 0 src/{Library => OpenSpaceToolkit}/Mathematics/Objects/Matrix.cpp | 0 src/{Library => OpenSpaceToolkit}/Mathematics/Objects/Vector.cpp | 0 .../Mathematics/Geometry/2D/Objects/LineString.test.cpp | 0 .../Mathematics/Geometry/2D/Objects/Point.test.cpp | 0 .../Mathematics/Geometry/2D/Objects/PointSet.test.cpp | 0 .../Mathematics/Geometry/2D/Objects/Polygon.test.cpp | 0 .../Mathematics/Geometry/2D/Transformation.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Composite.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Cone.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Cuboid.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Line.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/LineString.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Plane.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Point.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/PointSet.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Polygon.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Pyramid.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Ray.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Segment.test.cpp | 0 .../Mathematics/Geometry/3D/Objects/Sphere.test.cpp | 0 .../Mathematics/Geometry/3D/Transformation.test.cpp | 0 .../Geometry/3D/Transformations/Rotations/Quaternion.test.cpp | 0 .../Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp | 0 .../Geometry/3D/Transformations/Rotations/RotationVector.test.cpp | 0 .../Mathematics/Objects/Interval.test.cpp | 0 .../Mathematics/Objects/Vector.test.cpp | 0 93 files changed, 0 insertions(+), 0 deletions(-) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Object.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/LineString.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/MultiLineString.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Point.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/PointSet.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Polygon.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Segment.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Transformation.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Intersection.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Object.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Composite.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Cone.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Cuboid.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Line.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/LineString.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Plane.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Point.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/PointSet.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Polygon.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Pyramid.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Ray.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Segment.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Sphere.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformation.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Geometry/Angle.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Objects.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Objects/Eigen.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Objects/Interval.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Objects/Matrix.hpp (100%) rename include/{Library => OpenSpaceToolkit}/Mathematics/Objects/Vector.hpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Object.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/LineString.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Point.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/PointSet.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Polygon.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Segment.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Transformation.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Intersection.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Object.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Composite.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Cone.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Cuboid.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Line.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/LineString.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Plane.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Point.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/PointSet.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Polygon.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Pyramid.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Ray.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Segment.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Sphere.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformation.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Geometry/Angle.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Objects/Interval.tpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Objects/Matrix.cpp (100%) rename src/{Library => OpenSpaceToolkit}/Mathematics/Objects/Vector.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/LineString.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Point.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/PointSet.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Objects/Polygon.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/2D/Transformation.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Composite.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Cone.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Line.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/LineString.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Plane.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Point.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/PointSet.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Polygon.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Ray.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Segment.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Objects/Sphere.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformation.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Objects/Interval.test.cpp (100%) rename test/{Library => OpenSpaceToolkit}/Mathematics/Objects/Vector.test.cpp (100%) diff --git a/include/Library/Mathematics/Geometry/2D/Object.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Object.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Object.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Object.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/LineString.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiLineString.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/MultiLineString.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiLineString.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiPolygon.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Point.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/Point.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/PointSet.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/Polygon.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Segment.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Objects/Segment.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Segment.hpp diff --git a/include/Library/Mathematics/Geometry/2D/Transformation.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/2D/Transformation.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Intersection.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Intersection.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Intersection.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Intersection.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Object.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Object.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Object.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Object.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Composite.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Cone.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Cuboid.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Line.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Line.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/LineString.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Plane.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Point.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Point.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/PointSet.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Polygon.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Pyramid.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Ray.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Segment.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Objects/Sphere.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Transformation.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Transformation.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.hpp diff --git a/include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.hpp diff --git a/include/Library/Mathematics/Geometry/Angle.hpp b/include/OpenSpaceToolkit/Mathematics/Geometry/Angle.hpp similarity index 100% rename from include/Library/Mathematics/Geometry/Angle.hpp rename to include/OpenSpaceToolkit/Mathematics/Geometry/Angle.hpp diff --git a/include/Library/Mathematics/Objects.hpp b/include/OpenSpaceToolkit/Mathematics/Objects.hpp similarity index 100% rename from include/Library/Mathematics/Objects.hpp rename to include/OpenSpaceToolkit/Mathematics/Objects.hpp diff --git a/include/Library/Mathematics/Objects/Eigen.hpp b/include/OpenSpaceToolkit/Mathematics/Objects/Eigen.hpp similarity index 100% rename from include/Library/Mathematics/Objects/Eigen.hpp rename to include/OpenSpaceToolkit/Mathematics/Objects/Eigen.hpp diff --git a/include/Library/Mathematics/Objects/Interval.hpp b/include/OpenSpaceToolkit/Mathematics/Objects/Interval.hpp similarity index 100% rename from include/Library/Mathematics/Objects/Interval.hpp rename to include/OpenSpaceToolkit/Mathematics/Objects/Interval.hpp diff --git a/include/Library/Mathematics/Objects/Matrix.hpp b/include/OpenSpaceToolkit/Mathematics/Objects/Matrix.hpp similarity index 100% rename from include/Library/Mathematics/Objects/Matrix.hpp rename to include/OpenSpaceToolkit/Mathematics/Objects/Matrix.hpp diff --git a/include/Library/Mathematics/Objects/Vector.hpp b/include/OpenSpaceToolkit/Mathematics/Objects/Vector.hpp similarity index 100% rename from include/Library/Mathematics/Objects/Vector.hpp rename to include/OpenSpaceToolkit/Mathematics/Objects/Vector.hpp diff --git a/src/Library/Mathematics/Geometry/2D/Object.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Object.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Object.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Object.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Objects/LineString.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/MultiPolygon.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Point.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Objects/Point.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Objects/PointSet.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Objects/Polygon.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Segment.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Objects/Segment.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Segment.cpp diff --git a/src/Library/Mathematics/Geometry/2D/Transformation.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/2D/Transformation.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Intersection.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Intersection.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Intersection.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Intersection.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Object.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Object.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Object.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Object.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Composite.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Cone.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Cuboid.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Line.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Line.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/LineString.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Plane.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Point.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Point.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/PointSet.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Polygon.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Pyramid.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Ray.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Segment.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Objects/Sphere.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Transformation.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Transformation.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.cpp diff --git a/src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.cpp diff --git a/src/Library/Mathematics/Geometry/Angle.cpp b/src/OpenSpaceToolkit/Mathematics/Geometry/Angle.cpp similarity index 100% rename from src/Library/Mathematics/Geometry/Angle.cpp rename to src/OpenSpaceToolkit/Mathematics/Geometry/Angle.cpp diff --git a/src/Library/Mathematics/Objects/Interval.tpp b/src/OpenSpaceToolkit/Mathematics/Objects/Interval.tpp similarity index 100% rename from src/Library/Mathematics/Objects/Interval.tpp rename to src/OpenSpaceToolkit/Mathematics/Objects/Interval.tpp diff --git a/src/Library/Mathematics/Objects/Matrix.cpp b/src/OpenSpaceToolkit/Mathematics/Objects/Matrix.cpp similarity index 100% rename from src/Library/Mathematics/Objects/Matrix.cpp rename to src/OpenSpaceToolkit/Mathematics/Objects/Matrix.cpp diff --git a/src/Library/Mathematics/Objects/Vector.cpp b/src/OpenSpaceToolkit/Mathematics/Objects/Vector.cpp similarity index 100% rename from src/Library/Mathematics/Objects/Vector.cpp rename to src/OpenSpaceToolkit/Mathematics/Objects/Vector.cpp diff --git a/test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/2D/Objects/LineString.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/2D/Objects/Point.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp diff --git a/test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/2D/Objects/PointSet.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp diff --git a/test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/2D/Objects/Polygon.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp diff --git a/test/Library/Mathematics/Geometry/2D/Transformation.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/2D/Transformation.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Composite.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Cone.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Line.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/LineString.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Plane.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Point.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/PointSet.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Polygon.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Ray.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Segment.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Objects/Sphere.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Transformation.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Transformation.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp diff --git a/test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp similarity index 100% rename from test/Library/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp diff --git a/test/Library/Mathematics/Objects/Interval.test.cpp b/test/OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp similarity index 100% rename from test/Library/Mathematics/Objects/Interval.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp diff --git a/test/Library/Mathematics/Objects/Vector.test.cpp b/test/OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp similarity index 100% rename from test/Library/Mathematics/Objects/Vector.test.cpp rename to test/OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp From d6393b62c75dfe09cf15b3b928b3bb5d9bbdf187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:47:49 -0800 Subject: [PATCH 16/25] [misc] Rename LibraryCore --- CMakeLists.txt | 8 ++++---- docker/jupyter/Dockerfile | 2 +- tutorials/python/notebooks/Polygon.ipynb | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa74f1c2..10836a5d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,9 +262,9 @@ ENDIF () ### Open Space Toolkit ▸ Core [0.2.x] -FIND_PACKAGE ("LibraryCore" "0.2" REQUIRED) +FIND_PACKAGE ("OpenSpaceToolkitCore" "0.2" REQUIRED) -IF (NOT LibraryCore_FOUND) +IF (NOT OpenSpaceToolkitCore_FOUND) MESSAGE (SEND_ERROR "[Open Space Toolkit ▸ Core] not found.") @@ -305,7 +305,7 @@ IF (BUILD_SHARED_LIBRARY) TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} "pthread") TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} "Boost::date_time" "Boost::filesystem" "Boost::log") - TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} ${LibraryCore_LIBRARIES}) + TARGET_LINK_LIBRARIES (${SHARED_LIBRARY_TARGET} ${OpenSpaceToolkitCore_LIBRARIES}) SET_TARGET_PROPERTIES (${SHARED_LIBRARY_TARGET} PROPERTIES VERSION ${PROJECT_VERSION_STRING} SOVERSION ${PROJECT_VERSION_MAJOR} OUTPUT_NAME ${SHARED_LIBRARY_NAME} CLEAN_DIRECT_OUTPUT 1 INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/") @@ -331,7 +331,7 @@ IF (BUILD_STATIC_LIBRARY) TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} "pthread") TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} "Boost::date_time" "Boost::filesystem" "Boost::log") - TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} ${LibraryCore_LIBRARIES}) + TARGET_LINK_LIBRARIES (${STATIC_LIBRARY_TARGET} ${OpenSpaceToolkitCore_LIBRARIES}) SET_TARGET_PROPERTIES (${STATIC_LIBRARY_TARGET} PROPERTIES VERSION ${PROJECT_VERSION_STRING} OUTPUT_NAME ${SHARED_LIBRARY_NAME} CLEAN_DIRECT_OUTPUT 1 INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/") diff --git a/docker/jupyter/Dockerfile b/docker/jupyter/Dockerfile index fa1274d3..c2e942f6 100644 --- a/docker/jupyter/Dockerfile +++ b/docker/jupyter/Dockerfile @@ -35,7 +35,7 @@ ENV JUPYTER_ENABLE_LAB yes ENV LD_LIBRARY_PATH "/usr/local/lib:/usr/lib/x86_64-linux-gnu:/opt/conda/lib/python3.7/site-packages:/home/jovyan/lib:/opt/conda/lib" ENV PYTHONPATH "/opt/conda/lib/python3.7/site-packages:/home/jovyan/lib" -RUN pip install LibraryCorePy +RUN pip install OpenSpaceToolkitCorePy RUN pip install OpenSpaceToolkitMathematicsPy ################################################################################################################################################################ diff --git a/tutorials/python/notebooks/Polygon.ipynb b/tutorials/python/notebooks/Polygon.ipynb index d880d34e..9140c404 100644 --- a/tutorials/python/notebooks/Polygon.ipynb +++ b/tutorials/python/notebooks/Polygon.ipynb @@ -14,7 +14,7 @@ "\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mMathematics\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mMathematics\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Mathematics/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0;31m################################################################################################################################################################\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 10\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mLibrary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mCore\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 11\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 12\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mOpenSpaceToolkitMathematicsPy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Core/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mLibraryCorePy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;32m/opt/conda/lib/python3.7/site-packages/OpenSpaceToolkit/Core/__init__.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mOpenSpaceToolkitCorePy\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", "\u001b[0;31mImportError\u001b[0m: libboost_python37.so.1.70.0: cannot open shared object file: No such file or directory" ] } @@ -73,4 +73,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} From 4830a0bf8c941508fde29c1c71c0cafc7c25d9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 18:50:43 -0800 Subject: [PATCH 17/25] [misc] Update Python package names --- docker/jupyter/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/jupyter/Dockerfile b/docker/jupyter/Dockerfile index c2e942f6..025965f7 100644 --- a/docker/jupyter/Dockerfile +++ b/docker/jupyter/Dockerfile @@ -35,7 +35,6 @@ ENV JUPYTER_ENABLE_LAB yes ENV LD_LIBRARY_PATH "/usr/local/lib:/usr/lib/x86_64-linux-gnu:/opt/conda/lib/python3.7/site-packages:/home/jovyan/lib:/opt/conda/lib" ENV PYTHONPATH "/opt/conda/lib/python3.7/site-packages:/home/jovyan/lib" -RUN pip install OpenSpaceToolkitCorePy -RUN pip install OpenSpaceToolkitMathematicsPy +RUN pip install open-space-toolkit-mathematics ################################################################################################################################################################ From 6ab240fa3112e70f1b3ae3f855e6b4feef3a3c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:32:42 -0800 Subject: [PATCH 18/25] [misc] Update CONTRIBUTING --- CONTRIBUTING.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf5860ef..019dd636 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,18 @@ -Contributing -============ +# Contributing *⚠ This document is a work in progress.* [TOC] -# Introduction {#Introduction} +## Introduction {#Introduction} *To be completed...* -# Guidelines {#Guidelines} +## Guidelines {#Guidelines} -## Codebase {#Codebase} +### Codebase {#Codebase} -### C++ {#C} +#### C++ {#C} Include order from specific to generic: @@ -32,17 +31,17 @@ References: - https://stackoverflow.com/questions/2762568/c-c-include-file-order-best-practices - https://blog.kowalczyk.info/article/qg/order-of-include-headers-in-cc.html -### Python {#Python} +#### Python {#Python} *To be completed...* -## Version Control {#Version} +### Version Control {#Version} -### Rules {#Rules} +#### Rules {#Rules} *To be completed...* -### Commit Messages {#Commit} +#### Commit Messages {#Commit} [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/) @@ -64,6 +63,6 @@ Examples: [fix] Segmentation fault when fetching ephemeris data ``` -# Code of Conduct {#CodeOfConduct} +## Code of Conduct {#CodeOfConduct} *To be completed...* From 60ba4c69a5c4f592271b2aa3c6d57b21c1d56c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:33:15 -0800 Subject: [PATCH 19/25] [misc] Update TEST (Library_ --- .../Geometry/2D/Objects/LineString.test.cpp | 30 +++---- .../Geometry/2D/Objects/Point.test.cpp | 32 ++++---- .../Geometry/2D/Objects/PointSet.test.cpp | 28 +++---- .../Geometry/2D/Objects/Polygon.test.cpp | 46 +++++------ .../Geometry/2D/Transformation.test.cpp | 36 ++++----- .../Geometry/3D/Objects/Composite.test.cpp | 38 ++++----- .../Geometry/3D/Objects/Cone.test.cpp | 28 +++---- .../Geometry/3D/Objects/Cuboid.test.cpp | 62 +++++++------- .../Geometry/3D/Objects/Ellipsoid.test.cpp | 60 +++++++------- .../Geometry/3D/Objects/Line.test.cpp | 32 ++++---- .../Geometry/3D/Objects/LineString.test.cpp | 30 +++---- .../Geometry/3D/Objects/Plane.test.cpp | 50 ++++++------ .../Geometry/3D/Objects/Point.test.cpp | 30 +++---- .../Geometry/3D/Objects/PointSet.test.cpp | 26 +++--- .../Geometry/3D/Objects/Polygon.test.cpp | 28 +++---- .../Geometry/3D/Objects/Pyramid.test.cpp | 26 +++--- .../Geometry/3D/Objects/Ray.test.cpp | 36 ++++----- .../Geometry/3D/Objects/Segment.test.cpp | 34 ++++---- .../Geometry/3D/Objects/Sphere.test.cpp | 42 +++++----- .../Geometry/3D/Transformation.test.cpp | 38 ++++----- .../Rotations/Quaternion.test.cpp | 80 +++++++++---------- .../Rotations/RotationMatrix.test.cpp | 26 +++--- .../Rotations/RotationVector.test.cpp | 28 +++---- .../Mathematics/Objects/Interval.test.cpp | 52 ++++++------ .../Mathematics/Objects/Vector.test.cpp | 32 ++++---- 25 files changed, 475 insertions(+), 475 deletions(-) diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp index aef1126f..3b627ed3 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/LineString.test.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, Constructor) { using ostk::math::geom::d2::objects::Point ; @@ -35,7 +35,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Constructor) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, Clone) { using ostk::math::geom::d2::objects::LineString ; @@ -48,7 +48,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Clone) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, EqualToOperator) { using ostk::math::geom::d2::objects::LineString ; @@ -84,7 +84,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, EqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, NotEqualToOperator) { using ostk::math::geom::d2::objects::LineString ; @@ -120,7 +120,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, StreamOperator) { using ostk::math::geom::d2::objects::LineString ; @@ -137,7 +137,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, StreamOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, IsDefined) { using ostk::math::geom::d2::objects::LineString ; @@ -157,7 +157,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsDefined) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsEmpty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, IsEmpty) { using ostk::math::geom::d2::objects::LineString ; @@ -177,7 +177,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsEmpty) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, IsNear) { using ostk::core::types::Real ; @@ -208,7 +208,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, IsNear) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, AccessPointAt) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, AccessPointAt) { using ostk::math::geom::d2::objects::Point ; @@ -234,7 +234,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, AccessPointAt) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, GetPointCount) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, GetPointCount) { using ostk::math::geom::d2::objects::LineString ; @@ -253,7 +253,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, GetPointCount) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ToString) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, ToString) { using ostk::math::geom::d2::objects::Point ; @@ -282,7 +282,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ToString) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ConstIterator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, ConstIterator) { using ostk::core::types::Index ; @@ -310,7 +310,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ConstIterator) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, ApplyTransformation) { using ostk::math::obj::Vector2d ; @@ -338,7 +338,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Empty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, Empty) { using ostk::math::geom::d2::objects::LineString ; @@ -352,7 +352,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Empty) } -TEST (Library_Mathematics_Geometry_2D_Objects_LineString, Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_LineString, Segment) { using ostk::math::geom::d2::objects::Segment ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp index 5ef5cd8c..249b460e 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Point.test.cpp @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_2D_Objects_Point, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, Constructor) { using ostk::math::geom::d2::objects::Point ; @@ -27,7 +27,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Constructor) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, Clone) { using ostk::math::geom::d2::objects::Point ; @@ -40,7 +40,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Clone) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, AdditionOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, AdditionOperator) { using ostk::math::obj::Vector2d ; @@ -62,7 +62,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, AdditionOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, SubtractionOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, SubtractionOperator) { using ostk::math::obj::Vector2d ; @@ -98,7 +98,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, SubtractionOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, EqualToOperator) { using ostk::math::geom::d2::objects::Point ; @@ -125,7 +125,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, EqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, NotEqualToOperator) { using ostk::math::geom::d2::objects::Point ; @@ -152,7 +152,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, StreamOperator) { using ostk::math::geom::d2::objects::Point ; @@ -169,7 +169,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, StreamOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, IsDefined) { using ostk::math::geom::d2::objects::Point ; @@ -189,7 +189,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsDefined) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, IsNear) { using ostk::core::types::Real ; @@ -216,7 +216,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, IsNear) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, AsVector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, AsVector) { using ostk::math::obj::Vector2d ; @@ -236,7 +236,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, AsVector) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, DistanceTo) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, DistanceTo) { using ostk::core::types::Real ; @@ -286,7 +286,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, DistanceTo) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, ToString) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, ToString) { using ostk::math::geom::d2::objects::Point ; @@ -314,7 +314,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, ToString) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, ApplyTransformation) { using ostk::core::types::Real ; @@ -370,7 +370,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, Undefined) { using ostk::math::geom::d2::objects::Point ; @@ -384,7 +384,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Undefined) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, Origin) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, Origin) { using ostk::math::geom::d2::objects::Point ; @@ -398,7 +398,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Point, Origin) } -TEST (Library_Mathematics_Geometry_2D_Objects_Point, Vector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Point, Vector) { using ostk::math::obj::Vector2d ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp index 975f45f3..fbaccc2b 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/PointSet.test.cpp @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, Constructor) { using ostk::math::geom::d2::objects::Point ; @@ -34,7 +34,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Constructor) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, Clone) { using ostk::math::geom::d2::objects::PointSet ; @@ -47,7 +47,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Clone) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, EqualToOperator) { using ostk::math::geom::d2::objects::PointSet ; @@ -82,7 +82,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, EqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, NotEqualToOperator) { using ostk::math::geom::d2::objects::PointSet ; @@ -117,7 +117,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, StreamOperator) { using ostk::math::geom::d2::objects::PointSet ; @@ -134,7 +134,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, StreamOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, IsDefined) { using ostk::math::geom::d2::objects::PointSet ; @@ -154,7 +154,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsDefined) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsEmpty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, IsEmpty) { using ostk::math::geom::d2::objects::PointSet ; @@ -174,7 +174,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsEmpty) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, IsNear) { using ostk::core::types::Real ; @@ -206,7 +206,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, IsNear) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetSize) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, GetSize) { using ostk::math::geom::d2::objects::PointSet ; @@ -225,7 +225,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetSize) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetPointClosestTo) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, GetPointClosestTo) { using ostk::math::geom::d2::objects::Point ; @@ -249,7 +249,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, GetPointClosestTo) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ToString) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, ToString) { using ostk::math::geom::d2::objects::Point ; @@ -282,7 +282,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ToString) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ConstIterator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, ConstIterator) { using ostk::core::types::Index ; @@ -310,7 +310,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ConstIterator) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, ApplyTransformation) { using ostk::math::obj::Vector2d ; @@ -338,7 +338,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_2D_Objects_PointSet, Empty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_PointSet, Empty) { using ostk::math::geom::d2::objects::PointSet ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp index 4988cfcd..af78ef2e 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Objects/Polygon.test.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, Constructor) { using ostk::core::ctnr::Array ; @@ -127,7 +127,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Constructor) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, Clone) { using ostk::core::ctnr::Array ; @@ -150,7 +150,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Clone) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, EqualToOperator) { using ostk::core::ctnr::Array ; @@ -233,7 +233,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, EqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, NotEqualToOperator) { using ostk::core::ctnr::Array ; @@ -316,7 +316,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, StreamOperator) { using ostk::core::ctnr::Array ; @@ -343,7 +343,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, StreamOperator) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, IsDefined) { using ostk::core::ctnr::Array ; @@ -372,7 +372,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IsDefined) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) { using ostk::core::ctnr::Tuple ; @@ -435,7 +435,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) } -// TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ContainsPoint) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, ContainsPoint) // { // using ostk::math::geom::d2::objects::Polygon ; @@ -448,7 +448,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) // } -// TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ContainsPointSet) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, ContainsPointSet) // { // using ostk::math::geom::d2::objects::Polygon ; @@ -461,7 +461,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectsPolygon) // } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingCount) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingCount) { using ostk::core::ctnr::Array ; @@ -524,7 +524,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingCount) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeCount) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeCount) { using ostk::core::ctnr::Array ; @@ -587,7 +587,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeCount) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexCount) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetVertexCount) { using ostk::core::ctnr::Array ; @@ -650,7 +650,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexCount) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetOuterRing) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetOuterRing) { using ostk::core::ctnr::Array ; @@ -735,7 +735,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetOuterRing) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingAt) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingAt) { using ostk::core::ctnr::Array ; @@ -824,7 +824,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetInnerRingAt) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeAt) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeAt) { using ostk::core::ctnr::Array ; @@ -866,7 +866,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdgeAt) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexAt) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetVertexAt) { using ostk::core::ctnr::Array ; @@ -908,7 +908,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertexAt) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdges) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetEdges) { using ostk::core::ctnr::Array ; @@ -953,7 +953,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetEdges) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) { using ostk::core::ctnr::Array ; @@ -982,7 +982,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) } -// TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, IntersectionWith) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, IntersectionWith) // { // using ostk::math::geom::d2::objects::Polygon ; @@ -995,7 +995,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) // } -// TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, UnionWith) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, UnionWith) // { // using ostk::math::geom::d2::objects::Polygon ; @@ -1008,7 +1008,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, GetVertices) // } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ToString) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, ToString) { using ostk::core::ctnr::Array ; @@ -1087,7 +1087,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ToString) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, ApplyTransformation) { using ostk::core::ctnr::Array ; @@ -1134,7 +1134,7 @@ TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_2D_Objects_Polygon, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Objects_Polygon, Undefined) { using ostk::math::geom::d2::objects::Polygon ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp index 28c632d1..d798618e 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/2D/Transformation.test.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -// TEST (Library_Mathematics_Geometry_2D_Transformation, Constructor) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, Constructor) // { // using ostk::math::geom::d2::Transformation ; @@ -29,7 +29,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, EqualToOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, EqualToOperator) // { // using ostk::math::geom::d2::Transformation ; @@ -42,7 +42,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, NotEqualToOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, NotEqualToOperator) // { // using ostk::math::geom::d2::Transformation ; @@ -55,7 +55,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, MultiplicationOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, MultiplicationOperator) // { // using ostk::math::geom::d2::Transformation ; @@ -68,7 +68,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, MultiplicationAssignmentOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, MultiplicationAssignmentOperator) // { // using ostk::math::geom::d2::Transformation ; @@ -81,7 +81,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, StreamOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, StreamOperator) // { // using ostk::math::geom::d2::Transformation ; @@ -94,7 +94,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, IsDefined) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, IsDefined) // { // using ostk::math::geom::d2::Transformation ; @@ -107,7 +107,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, GetType) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, GetType) // { // using ostk::math::geom::d2::Transformation ; @@ -120,7 +120,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, GetMatrix) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, GetMatrix) // { // using ostk::math::geom::d2::Transformation ; @@ -133,7 +133,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, GetInverse) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, GetInverse) // { // using ostk::math::geom::d2::Transformation ; @@ -146,7 +146,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, ApplyTo) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, ApplyTo) // { // using ostk::math::geom::d2::Transformation ; @@ -159,7 +159,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, Undefined) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, Undefined) // { // using ostk::math::geom::d2::Transformation ; @@ -172,7 +172,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, Identity) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, Identity) // { // using ostk::math::geom::d2::Transformation ; @@ -185,7 +185,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, Translation) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, Translation) // { // using ostk::math::geom::d2::Transformation ; @@ -198,7 +198,7 @@ // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, Rotation) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, Rotation) // { // using ostk::math::geom::d2::Transformation ; @@ -211,7 +211,7 @@ // } -TEST (Library_Mathematics_Geometry_2D_Transformation, RotationAround) +TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, RotationAround) { using ostk::core::types::String ; @@ -301,7 +301,7 @@ TEST (Library_Mathematics_Geometry_2D_Transformation, RotationAround) } -// TEST (Library_Mathematics_Geometry_2D_Transformation, StringFromType) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, StringFromType) // { // using ostk::math::geom::d2::Transformation ; @@ -314,7 +314,7 @@ TEST (Library_Mathematics_Geometry_2D_Transformation, RotationAround) // } -// TEST (Library_Mathematics_Geometry_2D_Transformation, TypeOfMatrix) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_2D_Transformation, TypeOfMatrix) // { // using ostk::math::geom::d2::Transformation ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp index fc6e3eaa..0403716f 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Composite.test.cpp @@ -27,7 +27,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, Constructor) { using ostk::core::types::Unique ; @@ -88,7 +88,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, Clone) { using ostk::math::obj::Vector3d ; @@ -111,7 +111,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, CopyConstructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, CopyConstructor) { using ostk::math::obj::Vector3d ; @@ -136,7 +136,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, CopyConstructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, EqualToOperator) { using ostk::core::types::Unique ; @@ -257,7 +257,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, NotEqualToOperator) { using ostk::core::types::Unique ; @@ -378,7 +378,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, AdditionOperator) { using ostk::core::types::Unique ; @@ -414,7 +414,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionAssignmentOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, AdditionAssignmentOperator) { using ostk::core::types::Unique ; @@ -467,7 +467,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AdditionAssignmentOpera } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, StreamOperator) { using ostk::core::types::Unique ; @@ -501,7 +501,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, IsDefined) { using ostk::core::types::Unique ; @@ -537,7 +537,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Intersects) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, Intersects) { using ostk::core::types::Unique ; @@ -584,7 +584,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Intersects) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Contains) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, Contains) { using ostk::core::types::Unique ; @@ -631,7 +631,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Contains) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Is) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, Is) { using ostk::core::types::Unique ; @@ -669,7 +669,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Is) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, As) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, As) { using ostk::core::types::Unique ; @@ -707,7 +707,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, As) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjectAt) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, AccessObjectAt) { using ostk::core::types::Unique ; @@ -772,7 +772,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjectAt) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjects) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, AccessObjects) { using ostk::core::types::Unique ; @@ -832,7 +832,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, AccessObjects) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, GetObjectCount) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, GetObjectCount) { using ostk::core::types::Unique ; @@ -892,7 +892,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, GetObjectCount) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ConstIterator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, ConstIterator) { using ostk::core::types::Unique ; @@ -976,7 +976,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ConstIterator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, ApplyTransformation) { using ostk::core::types::Unique ; @@ -1023,7 +1023,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Composite, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Composite, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Composite, Undefined) { using ostk::math::geom::d3::objects::Composite ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp index 5c465d6a..fa0efa3d 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cone.test.cpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, Constructor) { using ostk::math::obj::Vector3d ; @@ -37,7 +37,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, Clone) { using ostk::math::obj::Vector3d ; @@ -57,7 +57,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, EqualToOperator) { using ostk::math::obj::Vector3d ; @@ -107,7 +107,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, NotEqualToOperator) { using ostk::math::obj::Vector3d ; @@ -157,7 +157,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, StreamOperator) { using ostk::math::obj::Vector3d ; @@ -181,7 +181,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, IsDefined) { using ostk::math::obj::Vector3d ; @@ -207,7 +207,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Intersects_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, Intersects_Ellipsoid) { using ostk::math::obj::Vector3d ; @@ -238,7 +238,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Intersects_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetApex) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, GetApex) { using ostk::math::obj::Vector3d ; @@ -264,7 +264,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetApex) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, GetAxis) { using ostk::math::obj::Vector3d ; @@ -290,7 +290,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAngle) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, GetAngle) { using ostk::math::obj::Vector3d ; @@ -316,7 +316,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetAngle) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetRaysOfLateralSurface) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, GetRaysOfLateralSurface) { using ostk::core::types::Real ; @@ -369,7 +369,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, GetRaysOfLateralSurface) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IntersectionWith_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, IntersectionWith_Ellipsoid) { using ostk::core::types::Real ; @@ -424,7 +424,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, IntersectionWith_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, ApplyTransformation) { using ostk::core::types::Real ; @@ -490,7 +490,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cone, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cone, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cone, Undefined) { using ostk::math::geom::d3::objects::Cone ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp index a1657221..e66ae6ba 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Cuboid.test.cpp @@ -23,7 +23,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Constructor) { using ostk::core::types::Real ; @@ -44,7 +44,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Clone) { using ostk::core::types::Real ; @@ -65,7 +65,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, EqualToOperator) { using ostk::core::types::Real ; @@ -120,7 +120,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, NotEqualToOperator) { using ostk::core::types::Real ; @@ -175,7 +175,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, StreamOperator) { using ostk::core::types::Real ; @@ -200,7 +200,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, IsDefined) { using ostk::core::types::Real ; @@ -227,7 +227,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, IsNear) { using ostk::core::types::Real ; @@ -304,7 +304,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IsNear) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Point) { using ostk::core::types::Real ; @@ -364,7 +364,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_PointSet) { using ostk::core::types::Real ; @@ -472,7 +472,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) { using ostk::core::types::Real ; @@ -561,7 +561,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Ray) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Ray) // { // using ostk::core::types::Real ; @@ -580,7 +580,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Segment) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Segment) // { // using ostk::core::types::Real ; @@ -597,7 +597,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Plane) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Plane) // { // using ostk::core::types::Real ; @@ -615,7 +615,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Pyramid) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Pyramid) // { // using ostk::math::geom::d3::objects::Point ; @@ -631,7 +631,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Intersects_Line) // } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Contains_Point) { using ostk::core::types::Real ; @@ -691,7 +691,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Contains_PointSet) { using ostk::core::types::Real ; @@ -799,7 +799,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Contains_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetCenter) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetCenter) { using ostk::core::types::Real ; @@ -826,7 +826,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetCenter) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstAxis) { using ostk::core::types::Real ; @@ -853,7 +853,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondAxis) { using ostk::core::types::Real ; @@ -880,7 +880,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdAxis) { using ostk::core::types::Real ; @@ -907,7 +907,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstExtent) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstExtent) { using ostk::core::types::Real ; @@ -934,7 +934,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetFirstExtent) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondExtent) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondExtent) { using ostk::core::types::Real ; @@ -961,7 +961,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetSecondExtent) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdExtent) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdExtent) { using ostk::core::types::Real ; @@ -988,7 +988,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetThirdExtent) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) { using ostk::core::types::Real ; @@ -1032,7 +1032,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Line) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Line) // { // using ostk::core::types::Real ; @@ -1057,7 +1057,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Ray) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Ray) // { // using ostk::core::types::Real ; @@ -1082,7 +1082,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Segment) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Segment) // { // using ostk::core::types::Real ; @@ -1107,7 +1107,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // } -// TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Pyramid) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, IntersectionWith_Pyramid) // { // using ostk::math::geom::d3::objects::Point ; @@ -1128,7 +1128,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, GetVertices) // } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, ApplyTransformation) { using ostk::core::types::Real ; @@ -1193,7 +1193,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Undefined) { using ostk::math::geom::d3::objects::Cuboid ; @@ -1207,7 +1207,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Undefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Cuboid, Cube) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Cuboid, Cube) { using ostk::math::obj::Vector3d ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp index 460cdc5f..02f5f679 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp @@ -23,7 +23,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Constructor) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -43,7 +43,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Clone) { using ostk::math::geom::d3::objects::Ellipsoid ; @@ -56,7 +56,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, EqualToOperator) { using ostk::math::geom::Angle ; @@ -94,7 +94,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, NotEqualToOperator) { using ostk::math::geom::Angle ; @@ -132,7 +132,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, StreamOperator) { using ostk::math::geom::d3::objects::Ellipsoid ; @@ -149,7 +149,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, IsDefined) { using ostk::math::geom::d3::objects::Ellipsoid ; @@ -169,7 +169,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Point) { using ostk::math::geom::d3::objects::Point ; @@ -204,7 +204,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_PointSet) { using ostk::math::geom::d3::objects::Point ; @@ -233,7 +233,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Line) { using ostk::core::types::Real ; @@ -385,7 +385,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Line) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Ray) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Ray) { using ostk::core::types::Real ; @@ -557,7 +557,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Ray) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Segment) { using ostk::core::types::Real ; @@ -656,7 +656,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Segment) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Plane) { using ostk::core::types::Real ; @@ -707,7 +707,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Pyramid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Pyramid) { using ostk::math::geom::d3::objects::Point ; @@ -731,7 +731,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Pyramid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_Point) { using ostk::math::geom::d3::objects::Point ; @@ -766,7 +766,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_PointSet) { using ostk::math::geom::d3::objects::Point ; @@ -800,7 +800,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Contains_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetCenter) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetCenter) { using ostk::math::geom::d3::objects::Point ; @@ -820,7 +820,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetCenter) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstPrincipalSemiAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstPrincipalSemiAxis) { using ostk::math::geom::d3::objects::Ellipsoid ; @@ -839,7 +839,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstPrincipalSemiAx } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondPrincipalSemiAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondPrincipalSemiAxis) { using ostk::math::geom::d3::objects::Ellipsoid ; @@ -858,7 +858,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondPrincipalSemiA } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdPrincipalSemiAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdPrincipalSemiAxis) { using ostk::math::geom::d3::objects::Ellipsoid ; @@ -877,7 +877,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdPrincipalSemiAx } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstAxis) { using ostk::core::types::Real ; @@ -904,7 +904,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetFirstAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondAxis) { using ostk::core::types::Real ; @@ -931,7 +931,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetSecondAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdAxis) { using ostk::core::types::Real ; @@ -958,7 +958,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetThirdAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetOrientation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetOrientation) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -984,7 +984,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetOrientation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetMatrix) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, GetMatrix) { using ostk::core::types::Real ; @@ -1032,7 +1032,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, GetMatrix) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Line) { using ostk::core::types::Real ; @@ -1158,7 +1158,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Line) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Ray) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Ray) { using ostk::core::types::Real ; @@ -1435,7 +1435,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Ray) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Segment) { using ostk::core::types::Real ; @@ -1624,7 +1624,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Segmen } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Pyramid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Pyramid) { using ostk::math::geom::d3::objects::Point ; @@ -1648,7 +1648,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWith_Pyrami } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, ApplyTransformation) { using ostk::core::types::Real ; @@ -1697,7 +1697,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ellipsoid, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Undefined) { using ostk::math::geom::d3::objects::Ellipsoid ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp index 4e95d0e7..93d15a93 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Constructor) { using ostk::math::geom::d3::objects::Line ; @@ -31,7 +31,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Clone) { using ostk::math::geom::d3::objects::Line ; @@ -44,7 +44,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, EqualToOperator) { using ostk::math::geom::d3::objects::Line ; @@ -78,7 +78,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, NotEqualToOperator) { using ostk::math::geom::d3::objects::Line ; @@ -112,7 +112,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, StreamOperator) { using ostk::math::geom::d3::objects::Line ; @@ -129,7 +129,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, IsDefined) { using ostk::math::geom::d3::objects::Line ; @@ -148,7 +148,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Intersects_Point) { using ostk::math::geom::d3::objects::Point ; @@ -184,7 +184,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Intersects_Plane) { using ostk::math::geom::d3::objects::Line ; @@ -224,7 +224,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Sphere) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Intersects_Sphere) { using ostk::math::geom::d3::objects::Line ; @@ -247,7 +247,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Sphere) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Intersects_Ellipsoid) { using ostk::math::geom::d3::objects::Line ; @@ -270,7 +270,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Intersects_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Contains_Point) { using ostk::math::geom::d3::objects::Point ; @@ -304,7 +304,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetOrigin) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, GetOrigin) { using ostk::math::geom::d3::objects::Point ; @@ -327,7 +327,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetOrigin) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetDirection) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, GetDirection) { using ostk::math::obj::Vector3d ; @@ -349,7 +349,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, GetDirection) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, IntersectionWith_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, IntersectionWith_Plane) { using ostk::core::types::Real ; @@ -436,7 +436,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, IntersectionWith_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, ApplyTransformation) { using ostk::core::types::Real ; @@ -484,7 +484,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Line, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Line, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Undefined) { using ostk::math::geom::d3::objects::Line ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp index bed30fb5..92e14219 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/LineString.test.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, Constructor) { using ostk::math::geom::d3::objects::Point ; @@ -35,7 +35,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, Clone) { using ostk::math::geom::d3::objects::LineString ; @@ -48,7 +48,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, EqualToOperator) { using ostk::math::geom::d3::objects::LineString ; @@ -80,7 +80,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, NotEqualToOperator) { using ostk::math::geom::d3::objects::LineString ; @@ -112,7 +112,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, StreamOperator) { using ostk::math::geom::d3::objects::LineString ; @@ -129,7 +129,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, IsDefined) { using ostk::math::geom::d3::objects::LineString ; @@ -149,7 +149,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsEmpty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, IsEmpty) { using ostk::math::geom::d3::objects::LineString ; @@ -169,7 +169,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsEmpty) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, IsNear) { using ostk::core::types::Real ; @@ -200,7 +200,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, IsNear) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, AccessPointAt) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, AccessPointAt) { using ostk::math::geom::d3::objects::Point ; @@ -226,7 +226,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, AccessPointAt) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) { using ostk::math::geom::d3::objects::LineString ; @@ -245,7 +245,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) } -// TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ToString) // [TBI] +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, ToString) // [TBI] // { // using ostk::math::geom::d3::objects::Point ; @@ -274,7 +274,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, GetPointCount) // } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ConstIterator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, ConstIterator) { using ostk::core::types::Index ; @@ -302,7 +302,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ConstIterator) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, ApplyTransformation) { using ostk::core::types::Real ; @@ -342,7 +342,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Empty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, Empty) { using ostk::math::geom::d3::objects::LineString ; @@ -356,7 +356,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Empty) } -TEST (Library_Mathematics_Geometry_3D_Objects_LineString, Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_LineString, Segment) { using ostk::math::geom::d3::objects::Segment ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp index 4faf0ecc..8b75ff8f 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Constructor) { using ostk::math::geom::d3::objects::Plane ; @@ -29,7 +29,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Clone) { using ostk::math::geom::d3::objects::Plane ; @@ -42,7 +42,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, EqualToOperator) { using ostk::math::geom::d3::objects::Plane ; @@ -73,7 +73,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, NotEqualToOperator) { using ostk::math::geom::d3::objects::Plane ; @@ -104,7 +104,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, StreamOperator) { using ostk::math::geom::d3::objects::Plane ; @@ -121,7 +121,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IsDefined) { using ostk::math::geom::d3::objects::Plane ; @@ -141,7 +141,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Point) { using ostk::math::geom::d3::objects::Point ; @@ -177,7 +177,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_PointSet) { using ostk::math::geom::d3::objects::PointSet ; @@ -212,7 +212,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Line) { using ostk::math::geom::d3::objects::Line ; @@ -228,7 +228,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Line) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Ray) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Ray) { using ostk::math::geom::d3::objects::Ray ; @@ -244,7 +244,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Ray) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Segment) { using ostk::math::geom::d3::objects::Segment ; @@ -260,7 +260,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Intersects_Segment) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Contains_Point) { using ostk::math::geom::d3::objects::Point ; @@ -296,7 +296,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Contains_PointSet) { using ostk::math::geom::d3::objects::PointSet ; @@ -330,7 +330,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Contains_Line) { using ostk::math::geom::d3::objects::Line ; @@ -367,7 +367,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Line) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Ray) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Contains_Ray) { using ostk::math::geom::d3::objects::Ray ; @@ -404,7 +404,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Ray) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Contains_Segment) { using ostk::math::geom::d3::objects::Segment ; @@ -442,7 +442,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Contains_Segment) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetPoint) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, GetPoint) { using ostk::math::geom::d3::objects::Point ; @@ -463,7 +463,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetPoint) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetNormalVector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, GetNormalVector) { using ostk::math::obj::Vector3d ; @@ -485,7 +485,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, GetNormalVector) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Point) { using ostk::core::types::Real ; @@ -551,7 +551,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_PointSet) { using ostk::core::types::Real ; @@ -638,7 +638,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Line) { using ostk::math::geom::d3::objects::Line ; @@ -660,7 +660,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Line) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Ray) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Ray) { using ostk::math::geom::d3::objects::Ray ; @@ -682,7 +682,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Ray) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Segment) { using ostk::math::geom::d3::objects::Segment ; @@ -704,7 +704,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_Segment) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, ApplyTransformation) { using ostk::core::types::Real ; @@ -752,7 +752,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Plane, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Plane, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Undefined) { using ostk::math::geom::d3::objects::Plane ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp index 2e35d4c0..00b277a0 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Point.test.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Point, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, Constructor) { using ostk::math::obj::Vector3d ; @@ -29,7 +29,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, Clone) { using ostk::math::geom::d3::objects::Point ; @@ -42,7 +42,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, EqualToOperator) { using ostk::math::geom::d3::objects::Point ; @@ -69,7 +69,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, NotEqualToOperator) { using ostk::math::geom::d3::objects::Point ; @@ -96,7 +96,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, AdditionOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, AdditionOperator) { using ostk::math::obj::Vector3d ; @@ -118,7 +118,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, AdditionOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, SubtractionOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, SubtractionOperator) { using ostk::math::obj::Vector3d ; @@ -154,7 +154,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, SubtractionOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, StreamOperator) { using ostk::math::geom::d3::objects::Point ; @@ -171,7 +171,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, IsDefined) { using ostk::math::geom::d3::objects::Point ; @@ -191,7 +191,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, IsNear) { using ostk::core::types::Real ; @@ -218,7 +218,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, IsNear) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, AsVector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, AsVector) { using ostk::math::obj::Vector3d ; @@ -238,7 +238,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, AsVector) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, DistanceTo) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, DistanceTo) { using ostk::core::types::Real ; @@ -296,7 +296,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, DistanceTo) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, ApplyTransformation) { using ostk::core::types::Real ; @@ -341,7 +341,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, Undefined) { using ostk::math::geom::d3::objects::Point ; @@ -355,7 +355,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Undefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, Origin) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, Origin) { using ostk::math::geom::d3::objects::Point ; @@ -369,7 +369,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Point, Origin) } -TEST (Library_Mathematics_Geometry_3D_Objects_Point, Vector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Point, Vector) { using ostk::math::obj::Vector3d ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp index c2dd3956..76dd4dbd 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/PointSet.test.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, Constructor) { using ostk::math::geom::d3::objects::Point ; @@ -35,7 +35,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, Clone) { using ostk::math::geom::d3::objects::PointSet ; @@ -48,7 +48,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, EqualToOperator) { using ostk::math::geom::d3::objects::PointSet ; @@ -83,7 +83,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, NotEqualToOperator) { using ostk::math::geom::d3::objects::PointSet ; @@ -118,7 +118,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, StreamOperator) { using ostk::math::geom::d3::objects::PointSet ; @@ -135,7 +135,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, IsDefined) { using ostk::math::geom::d3::objects::PointSet ; @@ -155,7 +155,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsEmpty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, IsEmpty) { using ostk::math::geom::d3::objects::PointSet ; @@ -175,7 +175,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsEmpty) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, IsNear) { using ostk::core::types::Real ; @@ -207,7 +207,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, IsNear) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetSize) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, GetSize) { using ostk::math::geom::d3::objects::PointSet ; @@ -226,7 +226,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetSize) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetPointClosestTo) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, GetPointClosestTo) { using ostk::math::geom::d3::objects::Point ; @@ -250,7 +250,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, GetPointClosestTo) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ConstIterator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, ConstIterator) { using ostk::core::types::Index ; @@ -278,7 +278,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ConstIterator) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, ApplyTransformation) { using ostk::core::types::Real ; @@ -318,7 +318,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_PointSet, Empty) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_PointSet, Empty) { using ostk::math::geom::d3::objects::PointSet ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp index 1e96cd4c..3d4b25a8 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Polygon.test.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, Constructor) { using ostk::math::obj::Vector3d ; @@ -36,7 +36,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, Clone) { using ostk::math::obj::Vector3d ; @@ -57,7 +57,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, EqualToOperator) { using ostk::math::obj::Vector3d ; @@ -97,7 +97,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, NotEqualToOperator) { using ostk::math::obj::Vector3d ; @@ -137,7 +137,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, StreamOperator) { using ostk::math::obj::Vector3d ; @@ -162,7 +162,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, IsDefined) { using ostk::math::obj::Vector3d ; @@ -189,7 +189,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, IsNear) { using ostk::core::types::Real ; @@ -259,7 +259,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, IsNear) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetPolygon2d) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, GetPolygon2d) { using ostk::math::obj::Vector3d ; @@ -286,7 +286,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetPolygon2d) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetOrigin) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, GetOrigin) { using ostk::math::obj::Vector3d ; @@ -313,7 +313,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetOrigin) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetXAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, GetXAxis) { using ostk::math::obj::Vector3d ; @@ -340,7 +340,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetXAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetYAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, GetYAxis) { using ostk::math::obj::Vector3d ; @@ -367,7 +367,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetYAxis) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetNormalVector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, GetNormalVector) { using ostk::math::obj::Vector3d ; @@ -394,7 +394,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, GetNormalVector) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, ApplyTransformation) { using ostk::core::types::Real ; @@ -466,7 +466,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Polygon, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Polygon, Undefined) { using ostk::math::geom::d3::objects::Polygon ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp index 019e7c9e..866ab6be 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Pyramid.test.cpp @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, Constructor) { using ostk::math::obj::Vector3d ; @@ -36,7 +36,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, Clone) { using ostk::math::obj::Vector3d ; @@ -55,7 +55,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, EqualToOperator) { using ostk::math::obj::Vector3d ; @@ -91,7 +91,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, NotEqualToOperator) { using ostk::math::obj::Vector3d ; @@ -127,7 +127,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, StreamOperator) { using ostk::math::obj::Vector3d ; @@ -150,7 +150,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, IsDefined) { using ostk::math::obj::Vector3d ; @@ -175,7 +175,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Intersects_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, Intersects_Ellipsoid) { using ostk::math::obj::Vector3d ; @@ -205,7 +205,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Intersects_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, Contains_Point) { using ostk::math::obj::Vector3d ; @@ -317,7 +317,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetBase) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, GetBase) { using ostk::math::obj::Vector3d ; @@ -342,7 +342,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetBase) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetApex) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, GetApex) { using ostk::math::obj::Vector3d ; @@ -367,7 +367,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, GetApex) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IntersectionWith_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, IntersectionWith_Ellipsoid) { using ostk::core::types::Real ; @@ -425,7 +425,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, IntersectionWith_Ellipsoi } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, ApplyTransformation) { using ostk::core::types::Real ; @@ -487,7 +487,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Pyramid, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid, Undefined) { using ostk::math::geom::d3::objects::Pyramid ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp index 1a8f176e..9671e6ca 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Constructor) { using ostk::math::geom::d3::objects::Ray ; @@ -31,7 +31,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Clone) { using ostk::math::geom::d3::objects::Ray ; @@ -44,7 +44,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, EqualToOperator) { using ostk::math::geom::d3::objects::Ray ; @@ -76,7 +76,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, NotEqualToOperator) { using ostk::math::geom::d3::objects::Ray ; @@ -115,7 +115,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, StreamOperator) { using ostk::math::geom::d3::objects::Ray ; @@ -132,7 +132,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, IsDefined) { using ostk::math::geom::d3::objects::Ray ; @@ -151,7 +151,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Intersects_Point) { using ostk::math::geom::d3::objects::Point ; @@ -184,7 +184,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Intersects_Plane) { using ostk::math::geom::d3::objects::Ray ; @@ -225,7 +225,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Sphere) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Intersects_Sphere) { using ostk::math::geom::d3::objects::Ray ; @@ -248,7 +248,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Sphere) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Intersects_Ellipsoid) { using ostk::math::geom::d3::objects::Ray ; @@ -271,7 +271,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Intersects_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Contains_Point) { using ostk::math::geom::d3::objects::Point ; @@ -305,7 +305,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Contains_PointSet) { using ostk::math::geom::d3::objects::PointSet ; @@ -336,7 +336,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Contains_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetOrigin) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, GetOrigin) { using ostk::math::geom::d3::objects::Point ; @@ -359,7 +359,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetOrigin) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetDirection) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, GetDirection) { using ostk::math::obj::Vector3d ; @@ -381,7 +381,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, GetDirection) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Plane) { using ostk::core::types::Real ; @@ -469,7 +469,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Ellipsoid) { using ostk::math::geom::d3::objects::Ray ; @@ -491,7 +491,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, ApplyTransformation) { using ostk::core::types::Real ; @@ -539,7 +539,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Ray, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Ray, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Undefined) { using ostk::math::geom::d3::objects::Ray ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp index 58274bfa..a9e9f82a 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp @@ -18,7 +18,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Constructor) { using ostk::math::geom::d3::objects::Segment ; @@ -31,7 +31,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Clone) { using ostk::math::geom::d3::objects::Segment ; @@ -44,7 +44,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, EqualToOperator) { using ostk::math::geom::d3::objects::Segment ; @@ -72,7 +72,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, NotEqualToOperator) { using ostk::math::geom::d3::objects::Segment ; @@ -100,7 +100,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, StreamOperator) { using ostk::math::geom::d3::objects::Segment ; @@ -117,7 +117,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, IsDefined) { using ostk::math::geom::d3::objects::Segment ; @@ -137,7 +137,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDegenerate) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, IsDegenerate) { using ostk::math::geom::d3::objects::Segment ; @@ -164,7 +164,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IsDegenerate) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Intersects_Plane) { using ostk::math::geom::d3::objects::Segment ; @@ -205,7 +205,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Sphere) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Intersects_Sphere) { using ostk::math::geom::d3::objects::Segment ; @@ -228,7 +228,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Sphere) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Ellipsoid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Intersects_Ellipsoid) { using ostk::math::geom::d3::objects::Segment ; @@ -251,7 +251,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Intersects_Ellipsoid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Contains_Point) { using ostk::math::geom::d3::objects::Point ; @@ -285,7 +285,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetCenter) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, GetCenter) { using ostk::math::geom::d3::objects::Point ; @@ -308,7 +308,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetCenter) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetDirection) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, GetDirection) { using ostk::math::obj::Vector3d ; @@ -333,7 +333,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetDirection) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetLength) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, GetLength) { using ostk::math::geom::d3::objects::Point ; @@ -359,7 +359,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, GetLength) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IntersectionWith_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, IntersectionWith_Plane) { using ostk::core::types::Real ; @@ -451,7 +451,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, IntersectionWith_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, ApplyTransformation) { using ostk::core::types::Real ; @@ -499,7 +499,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Segment, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Segment, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Undefined) { using ostk::math::geom::d3::objects::Segment ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp index 6653d851..ec8402ae 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Constructor) { using ostk::math::geom::d3::objects::Sphere ; @@ -37,7 +37,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Constructor) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Clone) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Clone) { using ostk::math::geom::d3::objects::Sphere ; @@ -50,7 +50,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Clone) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, EqualToOperator) { using ostk::math::geom::d3::objects::Sphere ; @@ -78,7 +78,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, EqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, NotEqualToOperator) { using ostk::math::geom::d3::objects::Sphere ; @@ -106,7 +106,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, NotEqualToOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, StreamOperator) { using ostk::math::geom::d3::objects::Sphere ; @@ -123,7 +123,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, StreamOperator) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, IsDefined) { using ostk::math::geom::d3::objects::Sphere ; @@ -143,7 +143,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsDefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsUnitary) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, IsUnitary) { using ostk::math::geom::d3::objects::Sphere ; @@ -186,7 +186,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, IsUnitary) -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Point) { using ostk::math::geom::d3::objects::Point ; @@ -221,7 +221,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_PointSet) { using ostk::math::geom::d3::objects::Point ; @@ -250,7 +250,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_PointSet) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Line) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Line) { using ostk::core::types::Real ; @@ -413,7 +413,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Line) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Ray) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Ray) { using ostk::core::types::Real ; @@ -596,7 +596,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Ray) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Segment) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Segment) { using ostk::core::types::Real ; @@ -694,7 +694,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Segment) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Plane) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Plane) { using ostk::core::types::Real ; @@ -745,7 +745,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Plane) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Pyramid) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Pyramid) { using ostk::math::geom::d3::objects::Point ; @@ -769,7 +769,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Pyramid) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_Point) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Contains_Point) { using ostk::math::geom::d3::objects::Point ; @@ -804,7 +804,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_Point) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_PointSet) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Contains_PointSet) { using ostk::math::geom::d3::objects::Point ; @@ -872,7 +872,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Contains_PointSet) -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetCenter) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, GetCenter) { using ostk::math::geom::d3::objects::Point ; @@ -892,7 +892,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetCenter) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetRadius) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, GetRadius) { using ostk::math::geom::d3::objects::Sphere ; @@ -911,7 +911,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, GetRadius) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, ApplyTransformation) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, ApplyTransformation) { using ostk::core::types::Real ; @@ -959,7 +959,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, ApplyTransformation) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Undefined) { using ostk::math::geom::d3::objects::Sphere ; @@ -973,7 +973,7 @@ TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Undefined) } -TEST (Library_Mathematics_Geometry_3D_Objects_Sphere, Unit) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Unit) { using ostk::math::geom::d3::objects::Sphere ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp index 9e5eff6b..b6e222ee 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformation.test.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -// TEST (Library_Mathematics_Geometry_3D_Transformation, Constructor) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, Constructor) // { // using ostk::math::geom::d3::Transformation ; @@ -29,7 +29,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, EqualToOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, EqualToOperator) // { // using ostk::math::geom::d3::Transformation ; @@ -42,7 +42,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, NotEqualToOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, NotEqualToOperator) // { // using ostk::math::geom::d3::Transformation ; @@ -55,7 +55,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, MultiplicationOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, MultiplicationOperator) // { // using ostk::math::geom::d3::Transformation ; @@ -68,7 +68,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, MultiplicationAssignmentOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, MultiplicationAssignmentOperator) // { // using ostk::math::geom::d3::Transformation ; @@ -81,7 +81,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, StreamOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, StreamOperator) // { // using ostk::math::geom::d3::Transformation ; @@ -94,7 +94,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, IsDefined) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, IsDefined) // { // using ostk::math::geom::d3::Transformation ; @@ -107,7 +107,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, IsRigid) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, IsRigid) // { // using ostk::math::geom::d3::Transformation ; @@ -120,7 +120,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, GetType) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, GetType) // { // using ostk::math::geom::d3::Transformation ; @@ -133,7 +133,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, GetMatrix) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, GetMatrix) // { // using ostk::math::geom::d3::Transformation ; @@ -146,7 +146,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, GetInverse) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, GetInverse) // { // using ostk::math::geom::d3::Transformation ; @@ -159,7 +159,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, ApplyTo) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, ApplyTo) // { // using ostk::math::geom::d3::Transformation ; @@ -172,7 +172,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, Undefined) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, Undefined) // { // using ostk::math::geom::d3::Transformation ; @@ -185,7 +185,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, Identity) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, Identity) // { // using ostk::math::geom::d3::Transformation ; @@ -198,7 +198,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, Translation) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, Translation) // { // using ostk::math::geom::d3::Transformation ; @@ -211,7 +211,7 @@ // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, Rotation) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, Rotation) // { // using ostk::math::geom::d3::Transformation ; @@ -224,7 +224,7 @@ // } -TEST (Library_Mathematics_Geometry_3D_Transformation, RotationAround) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, RotationAround) { using ostk::core::types::String ; @@ -320,7 +320,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformation, RotationAround) } -// TEST (Library_Mathematics_Geometry_3D_Transformation, StringFromType) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, StringFromType) // { // using ostk::math::geom::d3::Transformation ; @@ -333,7 +333,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformation, RotationAround) // } -// TEST (Library_Mathematics_Geometry_3D_Transformation, TypeOfMatrix) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformation, TypeOfMatrix) // { // using ostk::math::geom::d3::Transformation ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp index e7dcec68..bdeee0cf 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/Quaternion.test.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Constructor) { using ostk::math::obj::Vector3d ; @@ -55,7 +55,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Cons } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, EqualToOperator) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -97,7 +97,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Equa } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotEqualToOperator) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -139,7 +139,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, MultiplicationOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, MultiplicationOperator) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -152,7 +152,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DivisionOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DivisionOperator) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -165,7 +165,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, MultiplicationAssignmentOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, MultiplicationAssignmentOperator) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -178,7 +178,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DivisionAssignmentOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DivisionAssignmentOperator) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -191,7 +191,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, NotE // } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, StreamOperator) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -208,7 +208,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Stre } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsDefined) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -236,7 +236,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsDe } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsUnitary) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsUnitary) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -264,7 +264,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsUn } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsNear) { using ostk::math::geom::Angle ; @@ -307,7 +307,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, IsNe } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, X) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, X) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -326,7 +326,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, X) } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Y) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Y) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -345,7 +345,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Y) } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Z) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Z) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -364,7 +364,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Z) } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, S) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, S) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -383,7 +383,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, S) } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetVectorPart) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetVectorPart) { using ostk::math::obj::Vector3d ; @@ -403,7 +403,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetV } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetScalarPart) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetScalarPart) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -422,7 +422,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetS } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToNormalized) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToNormalized) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -435,7 +435,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, GetS // } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToConjugate) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToConjugate) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -458,7 +458,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToInverse) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToInverse) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -471,7 +471,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Pow) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Pow) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -484,7 +484,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Exp) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Exp) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -497,7 +497,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Log) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Log) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -510,7 +510,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Norm) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Norm) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -523,7 +523,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, CrossMultiply) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, CrossMultiply) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -536,7 +536,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DotMultiply) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, DotMultiply) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -549,7 +549,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotateVector) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotateVector) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -562,7 +562,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToCo // } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToVector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToVector) { using ostk::math::obj::Vector4d ; @@ -583,7 +583,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToVe } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToString) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToString) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -617,7 +617,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Normalize) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Normalize) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -630,7 +630,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Conjugate) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Conjugate) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -643,7 +643,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Inverse) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Inverse) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -656,7 +656,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rectify) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rectify) // { // using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -669,7 +669,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, ToSt // } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, AngularDifferenceWith) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, AngularDifferenceWith) { using ostk::math::geom::Angle ; @@ -694,7 +694,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Angu } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Undefined) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -708,7 +708,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unde } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unit) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unit) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -722,7 +722,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Unit } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, XYZS) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, XYZS) { using ostk::math::geom::d3::trf::rot::Quaternion ; @@ -736,7 +736,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, XYZS } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotationVector) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotationVector) { using ostk::core::types::Real ; @@ -759,7 +759,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rota } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotationMatrix) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, RotationMatrix) { using ostk::core::types::Real ; @@ -818,7 +818,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Rota } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Parse) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_Quaternion, Parse) { using ostk::math::geom::d3::trf::rot::Quaternion ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp index a362397c..757783a9 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationMatrix.test.cpp @@ -16,7 +16,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Constructor) { using ostk::math::geom::Angle ; @@ -47,7 +47,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, EqualToOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, EqualToOperator) // { // using ostk::math::geom::Angle ; @@ -85,7 +85,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, NotEqualToOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, NotEqualToOperator) // { // using ostk::math::geom::Angle ; @@ -123,7 +123,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, StreamOperator) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, StreamOperator) // { // using ostk::math::geom::Angle ; @@ -141,7 +141,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, IsDefined) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, IsDefined) // { // using ostk::math::obj::Vector3d ; @@ -164,7 +164,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, GetAxis) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, GetAxis) // { // using ostk::math::obj::Vector3d ; @@ -187,7 +187,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, GetAngle) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, GetAngle) // { // using ostk::math::geom::Angle ; @@ -216,7 +216,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Undefined) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Undefined) // { // using ostk::math::geom::d3::trf::rot::RotationMatrix ; @@ -230,7 +230,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Unit) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Unit) // { // using ostk::math::geom::Angle ; @@ -245,11 +245,11 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, // } -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, RX) -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, RY) -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, RZ) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, RX) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, RY) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, RZ) -// TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Quaternion) +// TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationMatrix, Quaternion) // { // using ostk::core::types::Real ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp index 400deec4..6a6b8e8a 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Transformations/Rotations/RotationVector.test.cpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Constructor) { using ostk::math::geom::Angle ; @@ -40,7 +40,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, EqualToOperator) { using ostk::math::geom::Angle ; @@ -78,7 +78,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, NotEqualToOperator) { using ostk::math::geom::Angle ; @@ -116,7 +116,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, StreamOperator) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, StreamOperator) { using ostk::math::geom::Angle ; @@ -134,7 +134,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, IsDefined) { using ostk::math::obj::Vector3d ; @@ -157,7 +157,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, GetAxis) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, GetAxis) { using ostk::math::obj::Vector3d ; @@ -180,7 +180,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, GetAngle) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, GetAngle) { using ostk::math::geom::Angle ; @@ -209,7 +209,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, ToString) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, ToString) { using ostk::math::geom::Angle ; @@ -253,7 +253,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Undefined) { using ostk::math::geom::d3::trf::rot::RotationVector ; @@ -267,7 +267,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Unit) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Unit) { using ostk::math::geom::Angle ; @@ -282,7 +282,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, X) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, X) { using ostk::math::obj::Vector3d ; @@ -308,7 +308,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Y) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Y) { using ostk::math::obj::Vector3d ; @@ -334,7 +334,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Z) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Z) { using ostk::math::obj::Vector3d ; @@ -360,7 +360,7 @@ TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, } -TEST (Library_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Quaternion) +TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Transformations_Rotations_RotationVector, Quaternion) { using ostk::core::types::Real ; diff --git a/test/OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp b/test/OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp index 22bead7c..6c5c5a49 100644 --- a/test/OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Objects/Interval.test.cpp @@ -14,7 +14,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_Interval, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Constructor) { using ostk::core::types::Real ; @@ -43,7 +43,7 @@ TEST (Library_Mathematics_Objects_Interval, Constructor) } -TEST (Library_Mathematics_Objects_Interval, EqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, EqualToOperator) { using ostk::core::types::Real ; @@ -69,7 +69,7 @@ TEST (Library_Mathematics_Objects_Interval, EqualToOperator) } -TEST (Library_Mathematics_Objects_Interval, NotEqualToOperator) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, NotEqualToOperator) { using ostk::core::types::Real ; @@ -95,7 +95,7 @@ TEST (Library_Mathematics_Objects_Interval, NotEqualToOperator) } -TEST (Library_Mathematics_Objects_Interval, IsDefined) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, IsDefined) { using ostk::core::types::Real ; @@ -122,7 +122,7 @@ TEST (Library_Mathematics_Objects_Interval, IsDefined) } -TEST (Library_Mathematics_Objects_Interval, IsDegenerate) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, IsDegenerate) { using ostk::core::types::Real ; @@ -157,7 +157,7 @@ TEST (Library_Mathematics_Objects_Interval, IsDegenerate) } -// TEST (Library_Mathematics_Objects_Interval, Intersects) +// TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Intersects) // { // using ostk::core::types::Real ; @@ -172,7 +172,7 @@ TEST (Library_Mathematics_Objects_Interval, IsDegenerate) // } -// TEST (Library_Mathematics_Objects_Interval, Contains) +// TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Contains) // { // using ostk::core::types::Real ; @@ -589,7 +589,7 @@ TEST (Library_Mathematics_Objects_Interval, IsDegenerate) // } -TEST (Library_Mathematics_Objects_Interval, AccessLowerBound) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, AccessLowerBound) { using ostk::core::types::Real ; @@ -638,7 +638,7 @@ TEST (Library_Mathematics_Objects_Interval, AccessLowerBound) } -TEST (Library_Mathematics_Objects_Interval, AccessUpperBound) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, AccessUpperBound) { using ostk::core::types::Real ; @@ -687,7 +687,7 @@ TEST (Library_Mathematics_Objects_Interval, AccessUpperBound) } -TEST (Library_Mathematics_Objects_Interval, GetType) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GetType) { using ostk::core::types::Real ; @@ -710,7 +710,7 @@ TEST (Library_Mathematics_Objects_Interval, GetType) } -TEST (Library_Mathematics_Objects_Interval, GetLowerBound) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GetLowerBound) { using ostk::core::types::Real ; @@ -751,7 +751,7 @@ TEST (Library_Mathematics_Objects_Interval, GetLowerBound) } -TEST (Library_Mathematics_Objects_Interval, GetUpperBound) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GetUpperBound) { using ostk::core::types::Real ; @@ -792,7 +792,7 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) } -// TEST (Library_Mathematics_Objects_Interval, GetIntersectionWith) +// TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GetIntersectionWith) // { // using ostk::core::types::Real ; @@ -807,7 +807,7 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) // } -// TEST (Library_Mathematics_Objects_Interval, GetUnionWith) +// TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GetUnionWith) // { // using ostk::core::types::Real ; @@ -822,7 +822,7 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) // } -// TEST (Library_Mathematics_Objects_Interval, GenerateArrayWithStep) +// TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GenerateArrayWithStep) // { // using ostk::core::types::Real ; @@ -837,7 +837,7 @@ TEST (Library_Mathematics_Objects_Interval, GetUpperBound) // } -TEST (Library_Mathematics_Objects_Interval, GenerateArrayWithSize) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, GenerateArrayWithSize) { using ostk::core::types::Size ; @@ -953,7 +953,7 @@ TEST (Library_Mathematics_Objects_Interval, GenerateArrayWithSize) } -TEST (Library_Mathematics_Objects_Interval, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, ToString) { using ostk::core::types::Real ; @@ -995,7 +995,7 @@ TEST (Library_Mathematics_Objects_Interval, ToString) } -TEST (Library_Mathematics_Objects_Interval, SetType) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, SetType) { using ostk::core::types::Real ; @@ -1021,7 +1021,7 @@ TEST (Library_Mathematics_Objects_Interval, SetType) } -TEST (Library_Mathematics_Objects_Interval, SetLowerBound) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, SetLowerBound) { using ostk::core::types::Real ; @@ -1057,7 +1057,7 @@ TEST (Library_Mathematics_Objects_Interval, SetLowerBound) } -TEST (Library_Mathematics_Objects_Interval, SetUpperBound) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, SetUpperBound) { using ostk::core::types::Real ; @@ -1093,7 +1093,7 @@ TEST (Library_Mathematics_Objects_Interval, SetUpperBound) } -TEST (Library_Mathematics_Objects_Interval, Undefined) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Undefined) { using ostk::core::types::Real ; @@ -1109,7 +1109,7 @@ TEST (Library_Mathematics_Objects_Interval, Undefined) } -TEST (Library_Mathematics_Objects_Interval, Closed) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Closed) { using ostk::core::types::Real ; @@ -1127,7 +1127,7 @@ TEST (Library_Mathematics_Objects_Interval, Closed) } -TEST (Library_Mathematics_Objects_Interval, Open) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Open) { using ostk::core::types::Real ; @@ -1145,7 +1145,7 @@ TEST (Library_Mathematics_Objects_Interval, Open) } -TEST (Library_Mathematics_Objects_Interval, HalfOpenLeft) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, HalfOpenLeft) { using ostk::core::types::Real ; @@ -1163,7 +1163,7 @@ TEST (Library_Mathematics_Objects_Interval, HalfOpenLeft) } -TEST (Library_Mathematics_Objects_Interval, HalfOpenRight) +TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, HalfOpenRight) { using ostk::core::types::Real ; @@ -1181,7 +1181,7 @@ TEST (Library_Mathematics_Objects_Interval, HalfOpenRight) } -// TEST (Library_Mathematics_Objects_Interval, Parse) +// TEST (OpenSpaceToolkit_Mathematics_Objects_Interval, Parse) // { // using ostk::core::types::Real ; diff --git a/test/OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp b/test/OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp index 2d7c09f0..9b75ccdd 100644 --- a/test/OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Objects/Vector.test.cpp @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_Vector2i, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector2i, Constructor) { using ostk::math::obj::Vector2i ; @@ -29,7 +29,7 @@ TEST (Library_Mathematics_Objects_Vector2i, Constructor) } -TEST (Library_Mathematics_Objects_Vector2i, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector2i, ToString) { using ostk::math::obj::Vector2i ; @@ -50,7 +50,7 @@ TEST (Library_Mathematics_Objects_Vector2i, ToString) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_Vector3i, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector3i, Constructor) { using ostk::math::obj::Vector3i ; @@ -97,7 +97,7 @@ TEST (Library_Mathematics_Objects_Vector3i, Constructor) } -TEST (Library_Mathematics_Objects_Vector3i, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector3i, ToString) { using ostk::math::obj::Vector3i ; @@ -118,7 +118,7 @@ TEST (Library_Mathematics_Objects_Vector3i, ToString) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_Vector2d, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector2d, Constructor) { using ostk::math::obj::Vector2d ; @@ -164,7 +164,7 @@ TEST (Library_Mathematics_Objects_Vector2d, Constructor) } -TEST (Library_Mathematics_Objects_Vector2d, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector2d, ToString) { using ostk::math::obj::Vector2d ; @@ -197,7 +197,7 @@ TEST (Library_Mathematics_Objects_Vector2d, ToString) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_Vector3d, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector3d, Constructor) { using ostk::math::obj::Vector3d ; @@ -274,7 +274,7 @@ TEST (Library_Mathematics_Objects_Vector3d, Constructor) } -TEST (Library_Mathematics_Objects_Vector3d, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector3d, ToString) { using ostk::math::obj::Vector3d ; @@ -308,7 +308,7 @@ TEST (Library_Mathematics_Objects_Vector3d, ToString) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_Vector4d, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector4d, Constructor) { using ostk::math::obj::Vector4d ; @@ -356,7 +356,7 @@ TEST (Library_Mathematics_Objects_Vector4d, Constructor) } -TEST (Library_Mathematics_Objects_Vector4d, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector4d, IsNear) { using ostk::math::obj::Vector4d ; @@ -387,7 +387,7 @@ TEST (Library_Mathematics_Objects_Vector4d, IsNear) } -TEST (Library_Mathematics_Objects_Vector4d, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector4d, ToString) { using ostk::math::obj::Vector4d ; @@ -420,7 +420,7 @@ TEST (Library_Mathematics_Objects_Vector4d, ToString) } -TEST (Library_Mathematics_Objects_Vector4d, Parse) +TEST (OpenSpaceToolkit_Mathematics_Objects_Vector4d, Parse) { using ostk::math::obj::Vector4d ; @@ -450,7 +450,7 @@ TEST (Library_Mathematics_Objects_Vector4d, Parse) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -TEST (Library_Mathematics_Objects_VectorXd, Constructor) +TEST (OpenSpaceToolkit_Mathematics_Objects_VectorXd, Constructor) { using ostk::math::obj::VectorXd ; @@ -505,7 +505,7 @@ TEST (Library_Mathematics_Objects_VectorXd, Constructor) } -TEST (Library_Mathematics_Objects_VectorXd, IsNear) +TEST (OpenSpaceToolkit_Mathematics_Objects_VectorXd, IsNear) { using ostk::math::obj::VectorXd ; @@ -566,7 +566,7 @@ TEST (Library_Mathematics_Objects_VectorXd, IsNear) } -TEST (Library_Mathematics_Objects_VectorXd, ToString) +TEST (OpenSpaceToolkit_Mathematics_Objects_VectorXd, ToString) { using ostk::math::obj::VectorXd ; @@ -615,7 +615,7 @@ TEST (Library_Mathematics_Objects_VectorXd, ToString) } -TEST (Library_Mathematics_Objects_VectorXd, Parse) +TEST (OpenSpaceToolkit_Mathematics_Objects_VectorXd, Parse) { using ostk::math::obj::VectorXd ; From 90477974cb4ed493c5bfdc8c053d74f87c51d678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:34:11 -0800 Subject: [PATCH 20/25] [misc] Update /Library path --- docker/release/debian/Dockerfile | 8 ++++---- docker/release/fedora/Dockerfile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/release/debian/Dockerfile b/docker/release/debian/Dockerfile index ba95f44a..6aceeee1 100644 --- a/docker/release/debian/Dockerfile +++ b/docker/release/debian/Dockerfile @@ -38,10 +38,10 @@ FROM debian:buster as cpp-release ENV LD_LIBRARY_PATH /usr/local/lib -COPY --from=cpp-builder /usr/local/include/Library /usr/local/include/Library +COPY --from=cpp-builder /usr/local/include/OpenSpaceToolkit /usr/local/include/OpenSpaceToolkit COPY --from=cpp-builder /usr/local/lib/libopen-space-toolkit-mathematics.* /usr/local/lib/ -COPY --from=cpp-builder /usr/local/share/Library /usr/local/share/Library -COPY --from=cpp-builder /usr/local/test/Library /usr/local/test/Library +COPY --from=cpp-builder /usr/local/share/OpenSpaceToolkit /usr/local/share/OpenSpaceToolkit +COPY --from=cpp-builder /usr/local/test/OpenSpaceToolkit /usr/local/test/OpenSpaceToolkit ENTRYPOINT ["/usr/local/test/OpenSpaceToolkit/Mathematics/open-space-toolkit-mathematics.test"] @@ -61,7 +61,7 @@ LABEL maintainer="lucas@loftorbital.com" RUN pip install ipython numpy -COPY --from=python-builder /usr/local/lib/python3.7/site-packages/Library /usr/local/lib/python3.7/site-packages/Library +COPY --from=python-builder /usr/local/lib/python3.7/site-packages/ostk /usr/local/lib/python3.7/site-packages/ostk ENTRYPOINT ["ipython"] diff --git a/docker/release/fedora/Dockerfile b/docker/release/fedora/Dockerfile index 3f7698d9..695293bf 100644 --- a/docker/release/fedora/Dockerfile +++ b/docker/release/fedora/Dockerfile @@ -38,10 +38,10 @@ FROM fedora:30 as cpp-release ENV LD_LIBRARY_PATH /usr/local/lib -COPY --from=cpp-builder /usr/local/include/Library /usr/local/include/Library +COPY --from=cpp-builder /usr/local/include/OpenSpaceToolkit /usr/local/include/OpenSpaceToolkit COPY --from=cpp-builder /usr/local/lib/libopen-space-toolkit-mathematics.* /usr/local/lib/ -COPY --from=cpp-builder /usr/local/share/Library /usr/local/share/Library -COPY --from=cpp-builder /usr/local/test/Library /usr/local/test/Library +COPY --from=cpp-builder /usr/local/share/OpenSpaceToolkit /usr/local/share/OpenSpaceToolkit +COPY --from=cpp-builder /usr/local/test/OpenSpaceToolkit /usr/local/test/OpenSpaceToolkit ENTRYPOINT ["/usr/local/test/OpenSpaceToolkit/Mathematics/open-space-toolkit-mathematics.test"] @@ -63,7 +63,7 @@ RUN ln -s /usr/bin/pip3 /usr/bin/pip RUN pip install ipython numpy -COPY --from=python-builder /usr/local/lib/python3.7/site-packages/Library /usr/local/lib/python3.7/site-packages/Library +COPY --from=python-builder /usr/local/lib/python3.7/site-packages/ostk /usr/local/lib/python3.7/site-packages/ostk ENTRYPOINT ["ipython"] From 563c851ac4d1a3f26a2f457ff99d3cd4fb75184e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:34:34 -0800 Subject: [PATCH 21/25] [misc] Update _test-unit-python target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6962ca4c..ccfee850 100644 --- a/Makefile +++ b/Makefile @@ -459,7 +459,7 @@ _test-unit-python: _build-release-image-python docker run \ --rm \ - --workdir=/usr/local/lib/python3.7/site-packages/OpenSpaceToolkit/Mathematics \ + --workdir=/usr/local/lib/python3.7/site-packages/ostk/mathematics \ --entrypoint="" \ $(docker_release_image_python_repository):$(docker_image_version)-$(target) \ /bin/bash -c "pip install pytest && pytest ." From 2f1d4f0e441f5e5c4b26414c0276cf8416afa4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:35:49 -0800 Subject: [PATCH 22/25] [misc] Update library-core --- Makefile | 2 +- README.md | 2 +- docker/development/debian/Dockerfile | 12 ++++++------ docker/development/fedora/Dockerfile | 12 ++++++------ tools/development/start.sh | 12 ++++++------ 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index ccfee850..9a59b78a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ export docker_jupyter_notebook_image_repository := $(docker_image_repository)-ju export jupyter_notebook_image_repository := jupyter/scipy-notebook:latest export jupyter_notebook_port := 9003 -export library_core_directory := $(project_directory)/../library-core +export library_core_directory := $(project_directory)/../open-space-toolkit-core export ci_build_number := $(TRAVIS_BUILD_NUMBER) export ci_commit := $(TRAVIS_COMMIT) diff --git a/README.md b/README.md index b111bc5c..6d2cfa64 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Or to run them manually: | Boost | 1.69.0 | Boost Software License | [boost.org](https://www.boost.org) | | Eigen | 3.3.7 | MPL2 | [eigen.tuxfamily.org](http://eigen.tuxfamily.org/index.php) | | Geometric Tools Engine | 3.28 | Boost Software License | [geometrictools.com](https://www.geometrictools.com) | -| Core | master | Apache License 2.0 | [github.com/open-space-collective/library-core](https://github.com/open-space-collective/library-core) | +| Core | master | Apache License 2.0 | [github.com/open-space-collective/open-space-toolkit-core](https://github.com/open-space-collective/open-space-toolkit-core) | ## Contribution diff --git a/docker/development/debian/Dockerfile b/docker/development/debian/Dockerfile index eebf7137..09f2f618 100644 --- a/docker/development/debian/Dockerfile +++ b/docker/development/debian/Dockerfile @@ -47,14 +47,14 @@ RUN git clone --branch 3.28 --depth 1 https://github.com/lucas-bremond/geometric && cp -r ./Include /usr/local/include/Gte \ && rm -rf /tmp/geometric-tools-engine -## Open Space Toolkit ▸ Core [0.2.5] +## Open Space Toolkit ▸ Core [0.3.0] -RUN mkdir -p /tmp/library-core \ - && cd /tmp/library-core \ - && wget --quiet https://github.com/open-space-collective/library-core/releases/download/0.2.5/library-core-0.2.5-1.x86_64-runtime.deb \ - && wget --quiet https://github.com/open-space-collective/library-core/releases/download/0.2.5/library-core-0.2.5-1.x86_64-devel.deb \ +RUN mkdir -p /tmp/open-space-toolkit-core \ + && cd /tmp/open-space-toolkit-core \ + && wget --quiet https://github.com/open-space-collective/open-space-toolkit-core/releases/download/0.3.0/open-space-toolkit-core-0.3.0-1.x86_64-runtime.deb \ + && wget --quiet https://github.com/open-space-collective/open-space-toolkit-core/releases/download/0.3.0/open-space-toolkit-core-0.3.0-1.x86_64-devel.deb \ && apt-get install -y ./*.deb \ - && rm -rf /tmp/library-core + && rm -rf /tmp/open-space-toolkit-core # Labels diff --git a/docker/development/fedora/Dockerfile b/docker/development/fedora/Dockerfile index 1c0a9388..7de8694c 100644 --- a/docker/development/fedora/Dockerfile +++ b/docker/development/fedora/Dockerfile @@ -47,14 +47,14 @@ RUN git clone --branch 3.28 --depth 1 https://github.com/lucas-bremond/geometric && cp -r ./Include /usr/local/include/Gte \ && rm -rf /tmp/geometric-tools-engine -## Open Space Toolkit ▸ Core [0.2.5] +## Open Space Toolkit ▸ Core [0.3.0] -RUN mkdir -p /tmp/library-core \ - && cd /tmp/library-core \ - && wget --quiet https://github.com/open-space-collective/library-core/releases/download/0.2.5/library-core-0.2.5-1.x86_64-runtime.rpm \ - && wget --quiet https://github.com/open-space-collective/library-core/releases/download/0.2.5/library-core-0.2.5-1.x86_64-devel.rpm \ +RUN mkdir -p /tmp/open-space-toolkit-core \ + && cd /tmp/open-space-toolkit-core \ + && wget --quiet https://github.com/open-space-collective/open-space-toolkit-core/releases/download/0.3.0/open-space-toolkit-core-0.3.0-1.x86_64-runtime.rpm \ + && wget --quiet https://github.com/open-space-collective/open-space-toolkit-core/releases/download/0.3.0/open-space-toolkit-core-0.3.0-1.x86_64-devel.rpm \ && dnf install -y ./*.rpm \ - && rm -rf /tmp/library-core + && rm -rf /tmp/open-space-toolkit-core # Labels diff --git a/tools/development/start.sh b/tools/development/start.sh index bd67a04b..907f1fa3 100755 --- a/tools/development/start.sh +++ b/tools/development/start.sh @@ -37,15 +37,15 @@ if [[ ! -z ${1} ]] && [[ ${1} == "--link" ]]; then fi options="${options} \ - --volume=${library_core_directory}:/mnt/library-core:ro" + --volume=${library_core_directory}:/mnt/open-space-toolkit-core:ro" command=" \ rm -rf /usr/local/include/OpenSpaceToolkit/Core; \ - rm -f /usr/local/lib/liblibrary-core.so*; \ - cp -as /mnt/library-core/include/OpenSpaceToolkit/Core /usr/local/include/OpenSpaceToolkit/Core; \ - cp -as /mnt/library-core/src/OpenSpaceToolkit/Core/* /usr/local/include/OpenSpaceToolkit/Core/; \ - ln -s /mnt/library-core/lib/liblibrary-core.so /usr/local/lib/; \ - ln -s /mnt/library-core/lib/liblibrary-core.so.0 /usr/local/lib/;" + rm -f /usr/local/lib/libopen-space-toolkit-core.so*; \ + cp -as /mnt/open-space-toolkit-core/include/OpenSpaceToolkit/Core /usr/local/include/OpenSpaceToolkit/Core; \ + cp -as /mnt/open-space-toolkit-core/src/OpenSpaceToolkit/Core/* /usr/local/include/OpenSpaceToolkit/Core/; \ + ln -s /mnt/open-space-toolkit-core/lib/libopen-space-toolkit-core.so /usr/local/lib/; \ + ln -s /mnt/open-space-toolkit-core/lib/libopen-space-toolkit-core.so.0 /usr/local/lib/;" # Output From 5e4ba6eab37284186e5c7dc0c3949389ade48e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:37:34 -0800 Subject: [PATCH 23/25] [misc] Update comments --- bindings/python/CMakeLists.txt | 2 +- .../Geometry/3D/Objects/Ellipsoid.test.cpp | 4 ++-- .../Mathematics/Geometry/3D/Objects/Line.test.cpp | 4 ++-- .../Mathematics/Geometry/3D/Objects/Plane.test.cpp | 12 ++++++------ .../Mathematics/Geometry/3D/Objects/Ray.test.cpp | 6 +++--- .../Mathematics/Geometry/3D/Objects/Segment.test.cpp | 4 ++-- .../Mathematics/Geometry/3D/Objects/Sphere.test.cpp | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 9373038a..4db17bc2 100755 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -125,7 +125,7 @@ SET_TARGET_PROPERTIES ( ${LIBRARY_TARGET} PROPERTIES INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/") INSTALL (TARGETS ${LIBRARY_TARGET} DESTINATION "${INSTALL_LIB}/${PROJECT_PATH}" COMPONENT "python") -INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/${PROJECT_GROUP}/__init__.py" DESTINATION "${INSTALL_LIB}/Library" COMPONENT "python") +INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/${PROJECT_GROUP}/__init__.py" DESTINATION "${INSTALL_LIB}/${PROJECT_GROUP}" COMPONENT "python") INSTALL (FILES "${PROJECT_SOURCE_DIR}/tools/python/${PROJECT_PATH}/__init__.py" DESTINATION "${INSTALL_LIB}/${PROJECT_PATH}" COMPONENT "python") ################################################################################################################################################################ diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp index 02f5f679..6222145f 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ellipsoid.test.cpp @@ -716,7 +716,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, Intersects_Pyr { - // See: Library_Mathematics_Geometry_3D_Objects_Pyramid.Intersects_Ellipsoid + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid.Intersects_Ellipsoid SUCCEED() ; @@ -1633,7 +1633,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid, IntersectionWi { - // See: Library_Mathematics_Geometry_3D_Objects_Pyramid.IntersectionWith_Ellipsoid + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid.IntersectionWith_Ellipsoid SUCCEED() ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp index 93d15a93..f46084ac 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Line.test.cpp @@ -232,7 +232,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Intersects_Sphere) { - // See: Library_Mathematics_Geometry_3D_Objects_Sphere.Intersects_Line + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere.Intersects_Line SUCCEED() ; @@ -255,7 +255,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line, Intersects_Ellipsoi { - // See: Library_Mathematics_Geometry_3D_Objects_Ellipsoid.Intersects_Line + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid.Intersects_Line SUCCEED() ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp index 8b75ff8f..4003eaf1 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Plane.test.cpp @@ -220,7 +220,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Line) { - // See: Library_Mathematics_Geometry_3D_Objects_Line.Intersects_Plane + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line.Intersects_Plane SUCCEED() ; @@ -236,7 +236,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Ray) { - // See: Library_Mathematics_Geometry_3D_Objects_Ray.Intersects_Plane + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray.Intersects_Plane SUCCEED() ; @@ -252,7 +252,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, Intersects_Segment { - // See: Library_Mathematics_Geometry_3D_Objects_Segment.Intersects_Plane + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment.Intersects_Plane SUCCEED() ; @@ -646,7 +646,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_L { - // See: Library_Mathematics_Geometry_3D_Objects_Line.IntersectionWith_Plane + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Line.IntersectionWith_Plane SUCCEED() ; @@ -668,7 +668,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_R { - // See: Library_Mathematics_Geometry_3D_Objects_Ray.IntersectionWith_Plane + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray.IntersectionWith_Plane SUCCEED() ; @@ -690,7 +690,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Plane, IntersectionWith_S { - // See: Library_Mathematics_Geometry_3D_Objects_Segment.IntersectionWith_Plane + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment.IntersectionWith_Plane SUCCEED() ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp index 9671e6ca..29768ce9 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Ray.test.cpp @@ -233,7 +233,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Intersects_Sphere) { - // See: Library_Mathematics_Geometry_3D_Objects_Sphere.Intersects_Ray + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere.Intersects_Ray SUCCEED() ; @@ -256,7 +256,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, Intersects_Ellipsoid { - // See: Library_Mathematics_Geometry_3D_Objects_Ellipsoid.Intersects_Ray + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid.Intersects_Ray SUCCEED() ; @@ -477,7 +477,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ray, IntersectionWith_Ell { - // See: Library_Mathematics_Geometry_3D_Objects_Ellipsoid.IntersectionWith_Ray + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid.IntersectionWith_Ray SUCCEED() ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp index a9e9f82a..645be3e4 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Segment.test.cpp @@ -213,7 +213,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Intersects_Spher { - // See: Library_Mathematics_Geometry_3D_Objects_Sphere.Intersects + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere.Intersects SUCCEED() ; @@ -236,7 +236,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Segment, Intersects_Ellip { - // See: Library_Mathematics_Geometry_3D_Objects_Ellipsoid.Intersects + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Ellipsoid.Intersects SUCCEED() ; diff --git a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp index ec8402ae..b81021d7 100644 --- a/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp +++ b/test/OpenSpaceToolkit/Mathematics/Geometry/3D/Objects/Sphere.test.cpp @@ -754,7 +754,7 @@ TEST (OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Sphere, Intersects_Pyrami { - // See: Library_Mathematics_Geometry_3D_Objects_Pyramid.Intersects_Sphere + // See: OpenSpaceToolkit_Mathematics_Geometry_3D_Objects_Pyramid.Intersects_Sphere SUCCEED() ; From 688b316077e00c615c8e0b58496854d8d7b0441c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:37:58 -0800 Subject: [PATCH 24/25] [misc] Replace library_core --- Makefile | 2 +- tools/development/start.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9a59b78a..37275793 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ export docker_jupyter_notebook_image_repository := $(docker_image_repository)-ju export jupyter_notebook_image_repository := jupyter/scipy-notebook:latest export jupyter_notebook_port := 9003 -export library_core_directory := $(project_directory)/../open-space-toolkit-core +export open_space_toolkit_core_directory := $(project_directory)/../open-space-toolkit-core export ci_build_number := $(TRAVIS_BUILD_NUMBER) export ci_commit := $(TRAVIS_COMMIT) diff --git a/tools/development/start.sh b/tools/development/start.sh index 907f1fa3..48074fbe 100755 --- a/tools/development/start.sh +++ b/tools/development/start.sh @@ -26,18 +26,18 @@ if [[ ! -z ${1} ]] && [[ ${1} == "--link" ]]; then # Open Space Toolkit ▸ Core - if [[ -z ${library_core_directory} ]]; then - echo "Variable [library_core_directory] is undefined." + if [[ -z ${open_space_toolkit_core_directory} ]]; then + echo "Variable [open_space_toolkit_core_directory] is undefined." exit 1 fi - if [[ ! -d ${library_core_directory} ]]; then - echo "Open Space Toolkit ▸ Core directory [${library_core_directory}] cannot be found." + if [[ ! -d ${open_space_toolkit_core_directory} ]]; then + echo "Open Space Toolkit ▸ Core directory [${open_space_toolkit_core_directory}] cannot be found." exit 1 fi options="${options} \ - --volume=${library_core_directory}:/mnt/open-space-toolkit-core:ro" + --volume=${open_space_toolkit_core_directory}:/mnt/open-space-toolkit-core:ro" command=" \ rm -rf /usr/local/include/OpenSpaceToolkit/Core; \ From c1ab32355b4d975310ae539b4ab7602aa39a6a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Sat, 4 Jan 2020 19:38:38 -0800 Subject: [PATCH 25/25] [fix] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d2cfa64..a0266b41 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The **Mathematics** library exhibits the following structure: Documentation is available here: -- [C++](https://open-space-collective.github.io/library-io) +- [C++](https://open-space-collective.github.io/open-space-toolkit-mathematics) - [Python](./bindings/python/docs) ## Tutorials