coordinate-system 5.2.0__cp313-cp313-win_amd64.whl → 5.2.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.
@@ -4,6 +4,14 @@ from .coordinate_system import vec3, vec2
4
4
  from .coordinate_system import quat
5
5
  from .coordinate_system import coord3
6
6
 
7
+
8
+ # Coordinate system handedness control (v5.2.1+)
9
+ from .coordinate_system import (
10
+ set_handedness,
11
+ get_handedness,
12
+ is_left_handed,
13
+ is_right_handed
14
+ )
7
15
  # Differential geometry module (v3.3.0+)
8
16
  from .differential_geometry import (
9
17
  # Classes