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
57b2091f954a466cc2bfcd83e00a5d34671978ea
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
/
CompGeom
History
jimmy andrews
a7a40090b5
fix quickhull initialization to never double-assign points, and remove the duplicate point filtering from the subsequent point insertion steps
...
#rb lonnie.li [CL 34097799 by jimmy andrews in ue5-main branch]
2024-06-04 12:54:06 -04:00
..
ThirdParty
add an 'at origin' specialization of the orient2d exact predicate, since it can be a fair bit simpler/cheaper
2024-05-29 19:38:06 -04:00
ConvexDecomposition3.cpp
…
ConvexHull2.cpp
…
ConvexHull3.cpp
fix quickhull initialization to never double-assign points, and remove the duplicate point filtering from the subsequent point insertion steps
2024-06-04 12:54:06 -04:00
Delaunay2.cpp
…
Delaunay3.cpp
…
DiTOrientedBox.cpp
…
ExactPredicates.cpp
add an 'at origin' specialization of the orient2d exact predicate, since it can be a fair bit simpler/cheaper
2024-05-29 19:38:06 -04:00
FitKDOP3.cpp
…
FitOrientedBox2.cpp
…
FitOrientedBox3.cpp
…
PolygonTriangulation.cpp
…