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
Etienne Schmitt
CGoGN
Commits
974379f0
Commit
974379f0
authored
Dec 03, 2012
by
Jund Thomas
Browse files
changes in comments
parent
c0b35bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Modelisation/extrusion.h
View file @
974379f0
...
...
@@ -173,9 +173,6 @@ Dart revolution(typename PFP::MAP& the_map, VertexAttribute<typename PFP::VEC3>&
* @param the_map the map in which include created surface
* @param d a dart of the face to extrude
* @param N the vector use to extrude face center (point) of axis revolution
* @param axis direction of axis revolution
* @param profile_closed profile is a closed polygon or not ?
* @param nbSide number of steps around the revolution
*/
template
<
typename
PFP
>
Dart
extrudeFace
(
typename
PFP
::
MAP
&
the_map
,
VertexAttribute
<
typename
PFP
::
VEC3
>&
positions
,
...
...
@@ -185,10 +182,7 @@ Dart extrudeFace(typename PFP::MAP& the_map, VertexAttribute<typename PFP::VEC3>
* Face extrusion
* @param the_map the map in which include created surface
* @param d a dart of the face to extrude
* @param N the vector use to extrude face center (point) of axis revolution
* @param axis direction of axis revolution
* @param profile_closed profile is a closed polygon or not ?
* @param nbSide number of steps around the revolution
* @param dist the height to extrude face
*/
template
<
typename
PFP
>
Dart
extrudeFace
(
typename
PFP
::
MAP
&
the_map
,
VertexAttribute
<
typename
PFP
::
VEC3
>&
positions
,
...
...
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