Login
Help/Guide
About Trac
Preferences
Wiki
Browse Source
Blog
Context Navigation
←
Previous Change
Next Change
→
Changeset
7c2ebb
for
util/src/unittests/AverageColumnsUnitTest.hpp
Timestamp:
Apr 16, 2010, 12:26:16 PM (
15 years
ago)
Author:
Frederik Heber <heber@…>
Children:
adff53
Parents:
ce0de8
Message:
New approach to degenerated triangles: Recognize on creation and add both sides at once.
FindNonConvexBorder
(): Approach with constructing a tree of smallest
ShortestAngle
has bee abandoned.
new function BoundaryTriangleSet::
CheckDegeneracy
(): Similar to CandidateForTesselation::
CheckValidity
()
checks by looking whether points are inside the sphere at
OtherOptCenter
new function
AddCandidateTriangle
(): refactored out of
AddCandidatePolygon
()
new function
AddDegenerateTriangle
(): basically just checks which lines to take, newly created or existing ones and which
AddCandidatePolygon
(): (renamed from
AddCandidateTriangle
())
Now needs radius of sphere and
LinkedCell
structure (for the degenerated searches), adapted where called
calls
AddCandidateTriangle
() for one triangle in the polygon, subsequently calls
CheckDegeneracy
()
if appropriate, calls
AddDegenerateTriangle
() for the other side triangle
rename
AlwaysAddTesselationTriangleLine
() ->
AddNewTesselationTriangleLine
()
new function
AddExistingTesselationTriangleLine
(), refactored out of
AddTriangleLine
()
(No files)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive