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
IAH public
DeProj
Commits
326f2f0b
Commit
326f2f0b
authored
Jul 27, 2020
by
Jean-Yves TINEVEZ
Browse files
Rename method to_vertices_and_faces to graph_to_VF
parent
22075fd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@deproj/
to_vertices_and_faces
.m
→
src/@deproj/
graph_to_VF
.m
View file @
326f2f0b
function
[
V
,
F
]
=
to_vertices_and_faces
(
obj
)
%TO_FACES Returns the faces and vertices of a deproj collection.
function
[
V
,
F
]
=
graph_to_VF
(
obj
)
%GRAPH_TO_VF Returns the faces and vertices of the junction graph of a
% instance.
% The vertices are made of the junction centroid coordinates.
% Each face is one epicell, enclosed by the junctions around it.
...
...
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