Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
cc85bc6f
Commit
cc85bc6f
authored
Dec 15, 2011
by
Sylvain Thery
Browse files
Bug wrong sewFaces (using fixed points) in topo_tore of polyhedrons
parent
0e633ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Modelisation/polyhedron.hpp
View file @
cc85bc6f
...
@@ -707,7 +707,7 @@ Dart Polyhedron<PFP>::tore_topo(unsigned int m, unsigned int n)
...
@@ -707,7 +707,7 @@ Dart Polyhedron<PFP>::tore_topo(unsigned int m, unsigned int n)
Dart
d
=
m_tableVertDarts
[
i
];
Dart
d
=
m_tableVertDarts
[
i
];
Dart
e
=
m_tableVertDarts
[(
m
*
n
)
+
i
];
Dart
e
=
m_tableVertDarts
[(
m
*
n
)
+
i
];
e
=
m_map
.
phi_1
(
e
);
e
=
m_map
.
phi_1
(
e
);
m_map
.
sewFaces
(
d
,
e
,
fals
e
);
m_map
.
sewFaces
(
d
,
e
,
tru
e
);
}
}
// remove the last n vertex darts that are no more necessary (sewed with n first)
// remove the last n vertex darts that are no more necessary (sewed with n first)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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