-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fresnel functions #629
Conversation
Signed-off-by: Agustin Alba Chicar <[email protected]>
Signed-off-by: Agustin Alba Chicar <[email protected]>
97c35da
to
3cc7b5f
Compare
Signed-off-by: Agustin Alba Chicar <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #629 +/- ##
===========================================
- Coverage 86.34% 68.95% -17.40%
===========================================
Files 232 344 +112
Lines 11450 17282 +5832
===========================================
+ Hits 9887 11916 +2029
- Misses 1563 5366 +3803
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Agustin Alba Chicar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 New feature
Part of maliput/maliput_malidrive#265
Summary
Adds support for Fresnel Cosine and Sine functions.
The implementation has been inspired in the CEPHES library and libOpendrive libraries respectively. Proper license attributions can be found in code.
Test it
Via unit tests.
Checklist
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.