Skip to content

Comments

findTriTriDistance( const Triangle3& a, const Triangle3& b )#5743

Open
Fedr wants to merge 18 commits intomasterfrom
feature/findTriTriDistance
Open

findTriTriDistance( const Triangle3& a, const Triangle3& b )#5743
Fedr wants to merge 18 commits intomasterfrom
feature/findTriTriDistance

Conversation

@Fedr
Copy link
Contributor

@Fedr Fedr commented Feb 22, 2026

  1. Deprecate triDist functions, and introduce instead two findTriTriDistance functions for float and double precisions with more convenient interface. Replace deprecated calls with new ones.
  2. The implementation of new functions was significantly rewritten: magic constants eliminated, repeating code is replaced with one internal function double call.
  3. overlap flag exposed to distinguish between real intersection and just a touch.
  4. Added calls from doTrianglesIntersect test.

@Fedr Fedr marked this pull request as ready for review February 23, 2026 19:26
@Fedr Fedr requested a review from Grantim February 23, 2026 19:26
@Fedr Fedr changed the title findDistance( const Triangle3& a, const Triangle3& b ) findTriTriDistance( const Triangle3& a, const Triangle3& b ) Feb 23, 2026
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