Releases: JuliaGeometry/Meshes.jl
Releases · JuliaGeometry/Meshes.jl
v0.54.2
v0.54.1
v0.54.0
Meshes v0.54.0
Breaking changes
- Default tolerances for floating point comparison were changed to
eps(T)^(3//4)
forT
equal toFloat64
orFloat32
. This formula preserves roughly 3/4 of the significant digits of the floating point type, and is more consistent with the tolerances in CoordRefSystems.jl
Merged pull requests:
v0.53.30
v0.53.29
Meshes v0.53.29
Merged pull requests:
- Fix GJK implementation for 3D case (#1227) (@MachSilva)
Closed issues:
Box
-Triangle
intersection in 3D (#809)
v0.53.28
v0.53.27
v0.53.26
Meshes v0.53.26
Merged pull requests:
Closed issues:
- Function to remove internal edges of 2D mesh (#1195)