Skip to content

fix(Angle): missing angle from vectors#1281

Open
BotellaA wants to merge 1 commit into
nextfrom
fix/remesh-corner-angle
Open

fix(Angle): missing angle from vectors#1281
BotellaA wants to merge 1 commit into
nextfrom
fix/remesh-corner-angle

Conversation

@BotellaA
Copy link
Copy Markdown
Member

@BotellaA BotellaA commented Jun 3, 2026

No description provided.

@BotellaA BotellaA requested a review from panquez June 3, 2026 07:23
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-tidy (v20.1.8) reports: 2 concern(s)
  • src/geode/geometry/angle.cpp:32:26: warning: [cppcoreguidelines-avoid-magic-numbers]

    1. is a magic number; consider replacing it with a named constant
       32 |         return radians * 180. / M_PI;
          |                          ^
  • src/geode/geometry/angle.cpp:36:32: warning: [cppcoreguidelines-avoid-magic-numbers]

    1. is a magic number; consider replacing it with a named constant
       36 |         return degree * M_PI / 180.;
          |                                ^

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.

2 participants