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

Axis fixes #573

Merged
merged 6 commits into from
Sep 9, 2024
Merged

Axis fixes #573

merged 6 commits into from
Sep 9, 2024

Conversation

schaumb
Copy link
Contributor

@schaumb schaumb commented Sep 5, 2024

No description provided.

@schaumb schaumb requested a review from simzer September 5, 2024 21:39
const auto interp =
Math::interpolate(s0Inv, s1Inv, factor);

const auto s = is_zero(interp) ? MAX : 1 / interp;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of s a more descriptive name would be good

@schaumb schaumb merged commit d4e27e2 into main Sep 9, 2024
1 check passed
@schaumb schaumb deleted the Translate_legend branch September 9, 2024 15:18
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