JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

Replace Vec3f0 with Vec3f, FRect3D with Rect3f #74

Closed knuesel closed 2 years ago

knuesel commented 2 years ago

This switches to new GeometryBasics type names from JuliaGeometry/GeometryBasics.jl#97.

knuesel commented 2 years ago

This should be ready for merge now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #74 (5ee9466) into master (fe89c97) will not change coverage. The diff coverage is 90.90%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   93.44%   93.44%           
=======================================
  Files           8        8           
  Lines         412      412           
=======================================
  Hits          385      385           
  Misses         27       27           
Impacted Files Coverage Δ
src/MeshIO.jl 100.00% <ø> (ø)
src/io/obj.jl 96.77% <75.00%> (ø)
src/io/2dm.jl 89.65% <100.00%> (ø)
src/io/msh.jl 96.77% <100.00%> (ø)
src/io/off.jl 100.00% <100.00%> (ø)
src/io/ply.jl 100.00% <100.00%> (ø)
src/io/stl.jl 96.42% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1565236...5ee9466. Read the comment docs.