Skip to content

Conversation

@dog-molecule
Copy link
Contributor

@dog-molecule dog-molecule commented Oct 19, 2025

/// The absolute tolerance used by the GJK algorithm.
pub fn eps_tol() -> Real {
let _eps = crate::math::DEFAULT_EPSILON;
_eps * 10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Revert this

Appeasing clippy by removing &.
@sebcrozet sebcrozet merged commit 9db6864 into dimforge:master Oct 29, 2025
8 checks passed
@sebcrozet
Copy link
Member

Thank you for the fix @dog-molecule! And thank you for the review @Ughuuu.

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.

3 participants