-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Labels
issue: bug (minor)Bug affecting only some users or with no major impact on the frameworkBug affecting only some users or with no major impact on the framework
Description
File: /sofa-master/applications/plugins/CollisionOBBCapsule/src/CollisionOBBCapsule/detection/intersection/MeshIntTool.cpp line 428
Code:
alpha = 0.5; // <-- useless
beta = 0.5; // <-- useless
alpha = (b[0]*A[1][1] - b[1]*A[0][1])/det;
beta = (b[1]*A[0][0] - b[0]*A[1][0])/det;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue: bug (minor)Bug affecting only some users or with no major impact on the frameworkBug affecting only some users or with no major impact on the framework