coordinate-system 2.1.0__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/coordinate_system.cp313-win_amd64.pyd +0 -0
- {coordinate_system-2.1.0.dist-info → coordinate_system-2.1.2.dist-info}/METADATA +20 -1
- coordinate_system-2.1.2.dist-info/RECORD +7 -0
- coordinate_system-2.1.0.dist-info/RECORD +0 -7
- {coordinate_system-2.1.0.dist-info → coordinate_system-2.1.2.dist-info}/LICENSE +0 -0
- {coordinate_system-2.1.0.dist-info → coordinate_system-2.1.2.dist-info}/WHEEL +0 -0
- {coordinate_system-2.1.0.dist-info → coordinate_system-2.1.2.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -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
|
|
@@ -85,6 +85,24 @@ License-File: LICENSE
|
|
|
85
85
|
|
|
86
86
|
---
|
|
87
87
|
|
|
88
|
+
## 📚 Documentation
|
|
89
|
+
|
|
90
|
+
### Mathematical Foundation
|
|
91
|
+
|
|
92
|
+
For a comprehensive understanding of the mathematical principles behind coordinate systems, vectors, quaternions, and transformations, see our detailed mathematical guide:
|
|
93
|
+
|
|
94
|
+
**[📖 Mathematical Foundation of Coordinate Systems](https://github.com/panguojun/Coordinate-System/blob/main/MATHEMATICAL_FOUNDATION.md)**
|
|
95
|
+
|
|
96
|
+
This guide covers:
|
|
97
|
+
- Vector mathematics (dot product, cross product, projections)
|
|
98
|
+
- Quaternion theory and applications
|
|
99
|
+
- Coordinate system transformations
|
|
100
|
+
- Euler angles and gimbal lock
|
|
101
|
+
- Interpolation methods (LERP, SLERP, NLERP)
|
|
102
|
+
- Practical applications in graphics, physics, and robotics
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
88
106
|
## Installation
|
|
89
107
|
|
|
90
108
|
### From PyPI (Recommended)
|
|
@@ -655,6 +673,7 @@ Copyright (c) 2024-2025 PanGuoJun
|
|
|
655
673
|
|
|
656
674
|
- **PyPI**: https://pypi.org/project/coordinate-system/
|
|
657
675
|
- **GitHub**: https://github.com/panguojun/Coordinate-System
|
|
676
|
+
- **Mathematical Foundation**: [MATHEMATICAL_FOUNDATION.md](https://github.com/panguojun/Coordinate-System/blob/main/MATHEMATICAL_FOUNDATION.md)
|
|
658
677
|
- **Issues**: https://github.com/panguojun/Coordinate-System/issues
|
|
659
678
|
|
|
660
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=1gaLHPgXSdR1utCIk7yc5IZYBnr5GvoWAehCDyEjvyA,480256
|
|
3
|
-
coordinate_system-2.1.0.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
|
|
4
|
-
coordinate_system-2.1.0.dist-info/METADATA,sha256=unD8HjaSuYo9jyNoYCtU0VjgswQ_hHiw_7NHuD7D-mw,16873
|
|
5
|
-
coordinate_system-2.1.0.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
|
|
6
|
-
coordinate_system-2.1.0.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
|
|
7
|
-
coordinate_system-2.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|