Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaGeometry/GeometryBasics.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.5
Choose a base ref
...
head repository: JuliaGeometry/GeometryBasics.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.6
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 21, 2025

  1. Use shoelace approach to compute normals (#245)

    * Changed orthogonal_vector to use shoelace formula
    
    * Added testing for ngons and non-planar faces
    
    * Further attempt to fix use of new orthogonal_vector
    
    * add to_ndim from Makie
    
    * bring back fast path for triangles
    
    * try to derive eltypes
    
    * move coordinates into orthogonal_vector and always return a vector
    
    * add some tests for to_ndim
    
    * add basic tests for orthogonal_vector paths
    
    * fix 1.6
    
    * add tests for missed functions
    
    ---------
    
    Co-authored-by: ffreyer <[email protected]>
    Kevin-Mattheus-Moerman and ffreyer authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    d547aa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. add expand_faceviews for MetaMesh (#250)

    * add expand_faceviews for MetaMesh
    
    * add test
    ffreyer authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    bab7f91 View commit details
    Browse the repository at this point in the history
  2. Use default getindex for vector[face] when no Polytope is generated (

    …#246)
    
    * use default getindex when not generating Polytopes
    
    * revert Polytope return type for getindex
    
    * fix tests
    
    * make mesh[i] return a Polytope again
    
    * test Bool operations on faces
    
    * revert changes to volume
    ffreyer authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    dc103e8 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    21f8f6e View commit details
    Browse the repository at this point in the history
Loading