geom3d
RotatoryReflection
find the rotatory-reflection of a geometric object.
Calling Sequence
Parameters
Description
Examples
RotatoryReflection(Q, P, p, theta, l)
Q
-
the name of the object to be created
P
geometric object
p
plane of reflection
theta
angle of rotation
l
the axis of rotation
A rotatory-reflection is the product of a reflection in a plane and a rotation about a fixed axis perpendicular to the plane.
For a detailed description of Q (the object created), use the routine detail (i.e., detail(Q))
The command with(geom3d,RotatoryReflection) allows the use of the abbreviated form of this command.
with⁡geom3d:
point⁡A,1,1,1,point⁡B,1,0,0,point⁡C,0,1,0,point⁡E,1,1,0:
plane⁡p,B,C,E,line⁡l,B,NormalVector⁡p:
Define the rotatory-reflection in the plane p about angle Pi/4 with respect to l
RotatoryReflection⁡A1,A,p,π4,l
A1
coordinates⁡A1
22+1,22,−1
Define the inverse transformation
RotatoryReflection⁡A2,A1,p,2⁢π−π4,l
A2
Checking:
coordinates⁡A=coordinates⁡A2
1,1,1=1,1,1
See Also
geom3d/objects
geom3d[reflection]
geom3d[rotation]
Download Help Document