geom3d[homothety] - Find the homothety of a geometric object
|
Calling Sequence
|
|
homothety(Q, P, k, O)
|
|
Parameters
|
|
Q
|
-
|
the name of the object to be created
|
P
|
-
|
geometric object
|
k
|
-
|
number which is the ratio of the homothety
|
O
|
-
|
point which is the center of the homothety
|
|
|
|
|
Description
|
|
•
|
In homothety, each point P of the set S of all points of unextended space is carried into the point P1 of S collinear with P and a fixed point O of space, and such that , where k is a nonzero real number. Note that OP1, OP denote the sensed magnitudes of OP1 and OP.
|
•
|
For a detailed description of the object created Q, use the routine detail (i.e., detail(Q))
|
•
|
The command with(geom3d,homothety) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
Define an icosahedron with center (0,0,0), radius of the circum-sphere 1
>
|
|
| (1) |
Construct a stellate (#10 in this example) of the given icosahedron
>
|
|
| (2) |
Apply homothety transformation to p2 with ratio 3, and o being the center of the homothety
>
|
|
| (3) |
Plotting:
>
|
|
|
|
Download Help Document
Was this information helpful?