Releases: JuliaGeometry/Meshes.jl
Releases · JuliaGeometry/Meshes.jl
v0.51.22
v0.51.21
Meshes v0.51.21
Merged pull requests:
- Add
Morphological
transform (#1100) (@JoshuaLampert) - Refactor
Shadow
implementation (#1105) (@eliascarv)
v0.51.20
Meshes v0.51.20
Merged pull requests:
- Add
ParametrizedCurve
(#1093) (@JoshuaLampert) - Proj: Avoid constructing a new geometry or domain when the CRS is the same (#1104) (@eliascarv)
Closed issues:
- Optimize
Proj
ofGeometry
andDomain
when the CRS is the same (#1103)
v0.51.19
Meshes v0.51.19
Merged pull requests:
- Use raw coordinates in Neighbor Search Methods (#1102) (@eliascarv)
v0.51.18
Meshes v0.51.18
Merged pull requests:
- Fibonacci Sampling Method (#1092) (@davibarreira)
- Update parameterization implementation of
Ball
andSphere
(#1097) (@eliascarv) - Update parameterization implementation of
Cylinder
andCylinderSurface
& Simplification ofSphere
parameterization (#1098) (@eliascarv)
Closed issues:
v0.51.17
v0.51.16
Meshes v0.51.16
Merged pull requests:
- Fix parameterization of
Segement
with ellipsoid manifold (#1089) (@eliascarv) - Add
coordsum
andcoordmean
helper functions (#1091) (@eliascarv)
v0.51.15
Meshes v0.51.15
Merged pull requests:
- Viz boxes with globe manifold using
MaxLengthDiscretization
(#1087) (@eliascarv) - Viz: Update connectivity reversion heuristic (#1088) (@eliascarv)
Closed issues:
- Review viz of Primitive (#1086)
v0.51.14
Meshes v0.51.14
Merged pull requests:
v0.51.13
Meshes v0.51.13
Merged pull requests:
- Viz geometries with globe manifold and
paramdim=1
usingMaxLengthDiscretization
(#1083) (@eliascarv) - Viz: Reverse the connectivity of grids with CW orientation (#1084) (@eliascarv)
Closed issues:
- Review
viz(grid)
for allGrid
types (#1074)