Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Dec 14, 2024
1 parent b5d14cd commit 3f8a4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/forge2d/lib/src/collision/time_of_impact.dart
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class SeparationFunction {
_pointA.setFrom(Transform.mulVec2(_xfa, _localPointA));

return (_pointA..sub(_pointB)).dot(_normal);
}
}
}

double evaluate(int indexA, int indexB, double t) {
Expand Down Expand Up @@ -442,6 +442,6 @@ class SeparationFunction {
_pointA.setFrom(Transform.mulVec2(_xfa, _localPointA));

return (_pointA..sub(_pointB)).dot(_normal);
}
}
}
}
2 changes: 1 addition & 1 deletion packages/forge2d/lib/src/dynamics/fixture.dart
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ class Fixture {
}
}
break;
}
}
}
}

0 comments on commit 3f8a4a5

Please sign in to comment.