Skip to content

fix(RayTracing): add less axes-aligned vector to detect point inside …#1262

Open
panquez wants to merge 3 commits intonextfrom
fix/ray-tracing-rng
Open

fix(RayTracing): add less axes-aligned vector to detect point inside …#1262
panquez wants to merge 3 commits intonextfrom
fix/ray-tracing-rng

Conversation

@panquez
Copy link
Copy Markdown
Member

@panquez panquez commented Apr 21, 2026

…volume

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-tidy (v20.1.8) reports: 2 concern(s)
  • src/geode/model/helpers/ray_tracing.cpp:44:64: warning: [readability-identifier-naming]

    invalid case style for function 'directions_2D'

       44 |     const std::array< geode::Vector2D, NUMBER_2D_DIRECTIONS >& directions_2D()
          |                                                                ^~~~~~~~~~~~~
          |                                                                directions_2_d
  • src/geode/model/helpers/ray_tracing.cpp:62:64: warning: [readability-identifier-naming]

    invalid case style for function 'directions_3D'

       62 |     const std::array< geode::Vector3D, NUMBER_3D_DIRECTIONS >& directions_3D()
          |                                                                ^~~~~~~~~~~~~
          |                                                                directions_3_d

Have any feedback or feature suggestions? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant