Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten names of geometry structs #2304

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Shorten names of geometry structs #2304

merged 2 commits into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Shorten HalfEdgeGeometry to HalfEdgeGeom

    Geometry is a very common concept within `fj-core`, and
    `HalfEdgeGeometry` is used in many places. A shorthand seems justified.
    hannobraun committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2b49b57 View commit details
    Browse the repository at this point in the history
  2. Shorten SurfaceGeometry to SurfaceGeom

    Geometry is a very common concept within `fj-core`, and
    `SurfaceGeometry` is used in many places. A shorthand seems justified.
    hannobraun committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a8559a0 View commit details
    Browse the repository at this point in the history