.cmake-format.py
CMakeLists.txt
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
cmake/MathDependencies.cmake
include/math/common.hpp
include/math/euler_t.hpp
include/math/euler_t_decl.hpp
include/math/mat2_t.hpp
include/math/mat2_t_decl.hpp
include/math/mat3_t.hpp
include/math/mat3_t_decl.hpp
include/math/mat4_t.hpp
include/math/mat4_t_decl.hpp
include/math/pose3d_t.hpp
include/math/pose3d_t_decl.hpp
include/math/quat_t.hpp
include/math/quat_t_decl.hpp
include/math/vec2_t.hpp
include/math/vec2_t_decl.hpp
include/math/vec3_t.hpp
include/math/vec3_t_decl.hpp
include/math/vec4_t.hpp
include/math/vec4_t_decl.hpp
include/math/impl/mat2_t_avx_impl.hpp
include/math/impl/mat2_t_scalar_impl.hpp
include/math/impl/mat2_t_sse_impl.hpp
include/math/impl/mat3_t_avx_impl.hpp
include/math/impl/mat3_t_scalar_impl.hpp
include/math/impl/mat3_t_sse_impl.hpp
include/math/impl/mat4_t_avx_impl.hpp
include/math/impl/mat4_t_scalar_impl.hpp
include/math/impl/mat4_t_sse_impl.hpp
include/math/impl/quat_t_avx_impl.hpp
include/math/impl/quat_t_scalar_impl.hpp
include/math/impl/quat_t_sse_impl.hpp
include/math/impl/vec2_t_scalar_impl.hpp
include/math/impl/vec2_t_sse_impl.hpp
include/math/impl/vec3_t_avx_impl.hpp
include/math/impl/vec3_t_scalar_impl.hpp
include/math/impl/vec3_t_sse_impl.hpp
include/math/impl/vec4_t_avx_impl.hpp
include/math/impl/vec4_t_scalar_impl.hpp
include/math/impl/vec4_t_sse_impl.hpp
include/math/utils/geometry_helpers.hpp
include/math/utils/spherical_coordinates.hpp
python/math3d/__init__.py
python/math3d/bindings/CMakeLists.txt
python/math3d/bindings/bindings_py.cpp
python/math3d/bindings/common_py.hpp
python/math3d/bindings/conversions_py.cpp
python/math3d/bindings/conversions_py.hpp
python/math3d/bindings/euler_py.hpp
python/math3d/bindings/mat2_py.hpp
python/math3d/bindings/mat3_py.hpp
python/math3d/bindings/mat4_py.hpp
python/math3d/bindings/pose3d_py.hpp
python/math3d/bindings/quat_py.hpp
python/math3d/bindings/vec2_py.hpp
python/math3d/bindings/vec3_py.hpp
python/math3d/bindings/vec4_py.hpp
python/math3d/bindings/utils/geometry_helpers_py.hpp
python/wp_math3d.egg-info/PKG-INFO
python/wp_math3d.egg-info/SOURCES.txt
python/wp_math3d.egg-info/dependency_links.txt
python/wp_math3d.egg-info/not-zip-safe
python/wp_math3d.egg-info/top_level.txt
tests/cpp/CMakeLists.txt
tests/cpp/common_math_generators.hpp
tests/cpp/common_math_helpers.hpp
tests/cpp/test_euler_type.cpp
tests/cpp/test_geometry_helpers.cpp
tests/cpp/test_main.cpp
tests/cpp/test_mat2_functions.cpp
tests/cpp/test_mat2_operations.cpp
tests/cpp/test_mat2_type.cpp
tests/cpp/test_mat3_functions.cpp
tests/cpp/test_mat3_operations.cpp
tests/cpp/test_mat3_type.cpp
tests/cpp/test_mat4_functions.cpp
tests/cpp/test_mat4_operations.cpp
tests/cpp/test_mat4_type.cpp
tests/cpp/test_pose3d_type.cpp
tests/cpp/test_quat_operations.cpp
tests/cpp/test_quat_type.cpp
tests/cpp/test_utils_spherical_coordinates.cpp
tests/cpp/test_vec2_operations.cpp
tests/cpp/test_vec2_type.cpp
tests/cpp/test_vec3_operations.cpp
tests/cpp/test_vec3_type.cpp
tests/cpp/test_vec4_operations.cpp
tests/cpp/test_vec4_type.cpp
tests/python/__init__.py
tests/python/conversions_test.py
tests/python/euler_test.py
tests/python/geometry_helpers_test.py
tests/python/mat2_test.py
tests/python/mat3_test.py
tests/python/mat4_test.py
tests/python/pose3d_test.py
tests/python/quat_test.py
tests/python/vec2_test.py
tests/python/vec3_test.py
tests/python/vec4_test.py