geom3d
form
returns the form of the geometric object
Calling Sequence
Parameters
Description
Examples
form(obj)
obj
-
geometric object
The routine returns the form of the given object supported by the geom3d package; FAIL otherwise.
The command with(geom3d,form) allows the use of the abbreviated form of this command.
with⁡geom3d:
Define point A with coordinates 1, 2, 3.
point⁡A,1,2,3
A
form⁡A
point3d
Define a dodecahedron with center (0,0,0), radius of circum-sphere 1
dodecahedron⁡d,point⁡o,0,0,0,1
d
form⁡d
dodecahedron3d
See Also
geom3d/objects
Download Help Document