geom3d
incident
return the vertices incident to a given vertex of a polyhedron
Calling Sequence
Parameters
Description
Examples
incident(ngon, i)
ngon
-
polyhedron
i
positive integer
The routine incident returns a list of vertices incident to the i-th vertex of the given polyhedron ngon.
Define a snub cube with center (0,0,0), radius of the in-sphere 1
Find the coordinates of vertices which are incident to the second vertex
The command with(geom3d,incident) allows the use of the abbreviated form of this command.
See Also
geom3d[faces]
geom3d[vertices]
Download Help Document