Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
KennethVanhoey
CGoGN
Commits
7ae912f0
Commit
7ae912f0
authored
Jan 05, 2012
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mini correctif Map2::splitFace
parent
1edd63e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/Topology/map/map2.cpp
src/Topology/map/map2.cpp
+4
-4
No files found.
src/Topology/map/map2.cpp
View file @
7ae912f0
...
...
@@ -356,10 +356,10 @@ bool Map2::collapseDegeneratedFace(Dart d)
void
Map2
::
splitFace
(
Dart
d
,
Dart
e
)
{
assert
(
d
!=
e
&&
sameFace
(
d
,
e
))
;
Map1
::
cutEdge
(
phi_1
(
d
))
;
Map1
::
cutEdge
(
phi_1
(
e
))
;
Map1
::
splitCycle
(
phi_1
(
d
),
phi_1
(
e
)
)
;
phi2sew
(
phi_1
(
d
),
phi_1
(
e
)
);
Dart
dd
=
Map1
::
cutEdge
(
phi_1
(
d
))
;
Dart
ee
=
Map1
::
cutEdge
(
phi_1
(
e
))
;
Map1
::
splitCycle
(
dd
,
ee
)
;
phi2sew
(
dd
,
ee
);
}
bool
Map2
::
mergeFaces
(
Dart
d
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment