| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.
@@ Coverage Diff @@
## master #1901 +/- ##
=======================================
Coverage 85.91% 85.91%
=======================================
Files 379 379
Lines 19778 19779 +1
Branches 3016 3016
=======================================
+ Hits 16993 16994 +1
Misses 2785 2785 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this PR do?:
Added a JavaScript implementation of the Geometry Orientation algorithm.
The function determines the orientation of three points (a, b, c) in a 2D plane.
It uses the cross-product method to compute orientation.
Returns:
1 → counterclockwise orientation
-1 → clockwise orientation
0 → collinear points
Helps in computational geometry problems like convex hull and line intersection.
Checklist:
Example:UserProfile.js is allowed but userprofile.js,Userprofile.js,user-Profile.js,userProfile.js are not