geometry[GlideReflection] - find the glide-reflection of a geometric object
|
Calling Sequence
|
|
GlideReflection(Q, P, l, AB)
|
|
Parameters
|
|
Q
|
-
|
the name of the object to be created
|
P
|
-
|
geometric object
|
l
|
-
|
line
|
AB
|
-
|
directed segment on l
|
|
|
|
|
Description
|
|
•
|
For a detailed description of Q (the object created), use the routine detail (i.e., detail(Q))
|
•
|
The command with(geometry,GlideReflection) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
translate c1 with respect to the directed segment MN, then reflect this object with respect to the line l
>
|
|
>
|
|
assume that the names of the horizontal and vertical axes are _x and _y, respectively
| |
| (2) |
>
|
|
|
|
Download Help Document
Was this information helpful?