coordinate-system 2.3.3__cp313-cp313-win_amd64.whl → 2.3.4__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.
@@ -384,7 +384,7 @@ class ConnectionOperator:
384
384
 
385
385
  # Create coord3 from basis vectors
386
386
  # Use 3-parameter constructor "From three axes" (normalized vectors only, no origin)
387
- return coord3(t_u, t_v, n)
387
+ return coord3(t_u.normcopy(), t_v.normcopy(), n.normcopy())
388
388
 
389
389
  def _compute_embedding_frame(self, u: float, v: float) -> coord3:
390
390
  """
@@ -414,7 +414,7 @@ class ConnectionOperator:
414
414
 
415
415
  # 使用3参数构造函数:自动从向量长度计算scale
416
416
  # 这样保留了度量信息
417
- return coord3(e1, e2, e3)
417
+ return coord3(e1_normalized, e2.normcopy(), e3)
418
418
 
419
419
  def compute(self, u: float, v: float, direction: str = 'u') -> coord3:
420
420
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coordinate_system
3
- Version: 2.3.3
3
+ Version: 2.3.4
4
4
  Summary: High-performance 3D coordinate system library with C++ optimized differential geometry and high-precision discrete curvature computation (Gaussian/Mean/Principal curvatures)
5
5
  Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: PanGuoJun
@@ -0,0 +1,10 @@
1
+ coordinate_system/__init__.py,sha256=S-h_uoibcICCh5Tk_-Q6_aMwiCQ2vvKUgE4BzqCHpJ0,7086
2
+ coordinate_system/coordinate_system.cp313-win_amd64.pyd,sha256=TQ8AgDyoHdZvQcyc4E9PqsEPHGE0wRhczlOqVl8Yrzk,493056
3
+ coordinate_system/curvature.py,sha256=8KLC3xupF69W5-DHRy6lfDUgSErc7SbGA3gPiim0CUo,25232
4
+ coordinate_system/differential_geometry.py,sha256=mnFSe3yvCUd-M6SJ7FnowG1lNZktKfpf8d8N9mUUE7U,26499
5
+ coordinate_system/two_stage_curvature.py,sha256=e4fYAhiUc8NwtBi5hz5se4if4i8zZzG8smNlWNwuJpw,7219
6
+ coordinate_system-2.3.4.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
7
+ coordinate_system-2.3.4.dist-info/METADATA,sha256=mpU4f7Ra-B-mmXAIvQus30TeSCrZrUijwi1OU-uVL-E,22632
8
+ coordinate_system-2.3.4.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
9
+ coordinate_system-2.3.4.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
10
+ coordinate_system-2.3.4.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- coordinate_system/__init__.py,sha256=S-h_uoibcICCh5Tk_-Q6_aMwiCQ2vvKUgE4BzqCHpJ0,7086
2
- coordinate_system/coordinate_system.cp313-win_amd64.pyd,sha256=THiiSMVDlHHE99mBrXoXKBqlalIdd2PkBtdG6GUWD8k,492032
3
- coordinate_system/curvature.py,sha256=8KLC3xupF69W5-DHRy6lfDUgSErc7SbGA3gPiim0CUo,25232
4
- coordinate_system/differential_geometry.py,sha256=Bg7xbpoFgBNYzjLp_e98eK4JONUwQ6Z1StC3aAGl2fQ,26444
5
- coordinate_system/two_stage_curvature.py,sha256=e4fYAhiUc8NwtBi5hz5se4if4i8zZzG8smNlWNwuJpw,7219
6
- coordinate_system-2.3.3.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
7
- coordinate_system-2.3.3.dist-info/METADATA,sha256=Ciw_RQXLi7E9ELggnakjs_qKvwf2_JVdIfn2zLWk-Ng,22632
8
- coordinate_system-2.3.3.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
9
- coordinate_system-2.3.3.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
10
- coordinate_system-2.3.3.dist-info/RECORD,,