This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.5
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Public
/
Intersection
History
semion piskarev
bfeabdbcd0
Geometry: Added 2d triangle circle intersection utility. Fixed 2d triangle IsInsideOrOn function to properly handle degenerate cases and to have tolerance. Added 2d segment IsOnSegment function and GetSide function that handles tolerance properly. Added unit tests.
...
#rb David.Hill, Jimmy.Andrews [CL 35837523 by semion piskarev in ue5-main branch]
2024-08-27 16:55:01 -04:00
..
ContainmentQueries3.h
[Engine]
2024-08-15 23:55:51 -04:00
ExactIntrTriangle3Triangle3.h
…
IntersectionQueries2.h
Geometry: Added 2d triangle circle intersection utility. Fixed 2d triangle IsInsideOrOn function to properly handle degenerate cases and to have tolerance. Added 2d segment IsOnSegment function and GetSide function that handles tolerance properly. Added unit tests.
2024-08-27 16:55:01 -04:00
IntersectionQueries3.h
[Engine]
2024-08-15 23:55:51 -04:00
IntersectionUtil.h
…
Intersector1.h
…
IntrLine2Line2.h
…
IntrLine2Triangle2.h
…
IntrRay3AxisAlignedBox3.h
…
IntrRay3OrientedBox3.h
…
IntrRay3Triangle3.h
…
IntrSegment2Segment2.h
…
IntrSegment2Triangle2.h
…
IntrTriangle2AxisAlignedBox2.h
…
IntrTriangle2Triangle2.h
…
IntrTriangle3Triangle3.h
…