Skip to content

overlap testing in PxGjkQuery has a large gemetry error #173

Answered by vreutskyy
SHiziw asked this question in Q&A
Discussion options

You must be logged in to vote

I see, thanks. Can we try one more fix?
This line:

if(FAllGrtrOrEq(eps, area))

from
if(FAllGrtrOrEq(eps, area))

to
if(FAllGrtrOrEq(FMul(eps, eps), area))

Thanks

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@SHiziw
Comment options

@vreutskyy
Comment options

@SHiziw
Comment options

@vreutskyy
Comment options

Answer selected by SHiziw
@SHiziw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants