geom3d
sides
compute the sides of a given triangle, a regular polyhedron, or an Archimedean solid
Calling Sequence
Parameters
Description
Examples
sides(g)
g
-
triangle, polyhedron, or archimedean solid
The routine computes the sides of triangle g, the side of a regular polyhedron, or of an archimedean solid.
In case g is a triangle, the output is a list of three element denoting the three sides of g.
The command with(geom3d,sides) allows the use of the abbreviated form of this command.
with⁡geom3d:
Define a dodecahedron with center (0,0,0), radius of the circum-sphere 1
dodecahedron⁡d,point⁡o,0,0,0,1
d
sides⁡d
2⁢33⁢12+52
See Also
geom3d[polyhedra]
geom3d[triangle]
Download Help Document