Learn R Programming

fsbrain (version 0.5.5)

mesh.vertex.included.faces: Return all faces which are made up completely of the listed vertices.

Description

Return all faces which are made up completely of the listed vertices.

Usage

mesh.vertex.included.faces(surface_mesh, source_vertices)

Value

integer vector, the face indices

Arguments

surface_mesh

surface mesh, as loaded by subject.surface or read.fs.surface.

source_vertices

integer vector, the vertex indices.

See Also

Other surface mesh functions: face.edges(), label.border(), mesh.vertex.neighbors(), subject.surface(), vis.path.along.verts()