mirror of https://github.com/CGAL/cgal
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
41d8a2bc3e
commit
16e38e4dec
|
|
@ -22,7 +22,7 @@
|
|||
<string>Threshold in degrees</string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Cap Threshold: Max. Angle Allowed in a Triangle</string>
|
||||
<string>Cap threshold (max. angle allowed within a triangle): </string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<string>(size+big edge )/(size+small edge)</string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Needle Threshold: Max. Edge Length Ratio Allowed in a Triangle (Longest/Shortest)</string>
|
||||
<string>Needle threshold (max. edge length ratio (longest/shortest) allowed within a triangle):</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
<string>Do not collapse edges begger than this threshold.</string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Needle Threshold: Maximum Length of Collapsable Edges (0 means Infinity)</string>
|
||||
<string>Do not collapse needles (according to the criterion above) whose shortest edge has a length greater than:</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue