coordinate-system 2.1.1__cp313-cp313-win_amd64.whl → 2.1.2__cp313-cp313-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {coordinate_system-2.1.1.dist-info → coordinate_system-2.1.2.dist-info}/METADATA +3 -3
- coordinate_system-2.1.2.dist-info/RECORD +7 -0
- coordinate_system-2.1.1.dist-info/RECORD +0 -7
- {coordinate_system-2.1.1.dist-info → coordinate_system-2.1.2.dist-info}/LICENSE +0 -0
- {coordinate_system-2.1.1.dist-info → coordinate_system-2.1.2.dist-info}/WHEEL +0 -0
- {coordinate_system-2.1.1.dist-info → coordinate_system-2.1.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: coordinate_system
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.2
|
|
4
4
|
Summary: High-performance 3D coordinate system library for Python
|
|
5
5
|
Home-page: https://github.com/panguojun/Coordinate-System
|
|
6
6
|
Author: PanGuoJun
|
|
@@ -91,7 +91,7 @@ License-File: LICENSE
|
|
|
91
91
|
|
|
92
92
|
For a comprehensive understanding of the mathematical principles behind coordinate systems, vectors, quaternions, and transformations, see our detailed mathematical guide:
|
|
93
93
|
|
|
94
|
-
**[📖 Mathematical Foundation of Coordinate Systems](MATHEMATICAL_FOUNDATION.md)**
|
|
94
|
+
**[📖 Mathematical Foundation of Coordinate Systems](https://github.com/panguojun/Coordinate-System/blob/main/MATHEMATICAL_FOUNDATION.md)**
|
|
95
95
|
|
|
96
96
|
This guide covers:
|
|
97
97
|
- Vector mathematics (dot product, cross product, projections)
|
|
@@ -673,7 +673,7 @@ Copyright (c) 2024-2025 PanGuoJun
|
|
|
673
673
|
|
|
674
674
|
- **PyPI**: https://pypi.org/project/coordinate-system/
|
|
675
675
|
- **GitHub**: https://github.com/panguojun/Coordinate-System
|
|
676
|
-
- **Mathematical Foundation**: [MATHEMATICAL_FOUNDATION.md](MATHEMATICAL_FOUNDATION.md)
|
|
676
|
+
- **Mathematical Foundation**: [MATHEMATICAL_FOUNDATION.md](https://github.com/panguojun/Coordinate-System/blob/main/MATHEMATICAL_FOUNDATION.md)
|
|
677
677
|
- **Issues**: https://github.com/panguojun/Coordinate-System/issues
|
|
678
678
|
|
|
679
679
|
---
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
coordinate_system/__init__.py,sha256=rVMdVxsZa_8u-7yxRSyY57uzc58k-kKaFYT4h9z75rw,5570
|
|
2
|
+
coordinate_system/coordinate_system.cp313-win_amd64.pyd,sha256=bLh32B0aj6w9spYsPZ-2E7lN2Pu1tWNHetrB_iTfYXU,480256
|
|
3
|
+
coordinate_system-2.1.2.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
|
|
4
|
+
coordinate_system-2.1.2.dist-info/METADATA,sha256=BoUwFJ6sFQHULHfnKxVtMDeb86dfDAOFsJCap7mDriE,17702
|
|
5
|
+
coordinate_system-2.1.2.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
|
|
6
|
+
coordinate_system-2.1.2.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
|
|
7
|
+
coordinate_system-2.1.2.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
coordinate_system/__init__.py,sha256=rVMdVxsZa_8u-7yxRSyY57uzc58k-kKaFYT4h9z75rw,5570
|
|
2
|
-
coordinate_system/coordinate_system.cp313-win_amd64.pyd,sha256=bLh32B0aj6w9spYsPZ-2E7lN2Pu1tWNHetrB_iTfYXU,480256
|
|
3
|
-
coordinate_system-2.1.1.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
|
|
4
|
-
coordinate_system-2.1.1.dist-info/METADATA,sha256=n7DiJO7OMcKOyO5GtKiFjOXmQWQxKdf4dYmJzzCGaV4,17588
|
|
5
|
-
coordinate_system-2.1.1.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
|
|
6
|
-
coordinate_system-2.1.1.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
|
|
7
|
-
coordinate_system-2.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|