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
bb66f7e357f055ee66628dfeb44b193db27d368a
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
/
CompGeom
History
Jimmy Andrews
ea5e78a8e0
fix exact predicate test failures -- use volatile for INEXACT to force rounding
...
#preflight 622fce37ce577e3ab2e0b680 [CL 19380794 by Jimmy Andrews in ue5-main branch]
2022-03-14 20:24:15 -04:00
..
ThirdParty
fix exact predicate test failures -- use volatile for INEXACT to force rounding
2022-03-14 20:24:15 -04:00
ConvexHull2.cpp
make convex hull code work directly with floats if the input is in floats, rather than converting everything to doubles
2022-03-09 16:45:56 -05:00
ConvexHull3.cpp
Fix convex hull crashes (due to zero points and due to exact predicate failure)
2022-03-14 20:15:28 -04:00
Delaunay2.cpp
new Delaunay triangulation code using robust predicates
2022-03-10 16:41:30 -05:00
DiTOrientedBox.cpp
…
ExactPredicates.cpp
…
PolygonTriangulation.cpp
…