vertices - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


geom3d

  

vertices

  

return the vertices of a polyhedron

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

vertices(obj)

Parameters

obj

-

polyhedron

Description

• 

The routine vertices returns a list of coordinates of vertices of the given polyhedron. It also returns the vertices of the vertex figure of a given polyhedron.

• 

The command with(geom3d,vertices) allows the use of the abbreviated form of this command.

Examples

withgeom3d:

Define a tetrahedron with center (1,2,3), radius of the circumsphere 4

tetrahedront,pointo,1,2,3,4

t

(1)

verticest

433+1,433+2,433+3,433+1,433+2,433+3,433+1,433+2,433+3,433+1,433+2,433+3

(2)

See Also

geom3d[polyhedra]