We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f0f0a commit 368f2d5Copy full SHA for 368f2d5
CHANGELOG.md
@@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file.
6
7
### Fixed
8
9
-- Reworked `tet_x_plane!()` to improve tetrahedron-plane-crosssection
+- Renamed `tet_x_plane!()` to `calculate_plane_tetrahedron_intersection!()`
10
+- Adjusted logic in `calculate_plane_tetrahedron_intersection!()` to better determine intersection
11
+- Separated functionality of intersection determination and coordinate assignment in `calculate_plane_tetrahedron_intersection!()` into subfunctions
12
13
## [3.0.0] - 2025-03-03
14
0 commit comments