Difference between revisions of "Rotate Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
m (typo)
 
(21 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|transformation}}
; Rotate[Point, Angle]: Rotates the point by the angle around the axis origin.
+
; Rotate( <Object>, <Angle> )
; Rotate[Vector, Angle]: Rotates the vector by the angle around the starting point of the vector.
+
: Rotates the [[Geometric Objects|geometric object]] by the angle around the axis origin.
; Rotate[Line, Angle]: Rotates the line by the angle around the axis origin.
+
; Rotate( <Object>, <Angle>, <Point> )
; Rotate[Conic, Angle]: Rotates the conic section by the angle around the axis origin.
+
: Rotates the geometric object by the angle around the given point.  
; Rotate[Polygon, Angle]: Rotates the polygon by the angle around the axis origin.
+
; Rotate( <Object>, <Angle>, <Axis of Rotation>)
: Note: New vertices and segments are created as well.
+
: Rotates the geometric object by the angle around the given axis of rotation.
; Rotate[Image, Angle]: Rotates the image by the angle around the axis origin.
+
; Rotate( <Object>, <Angle>, <Point on Axis>, <Axis Direction or Plane> )
; Rotate[Point A, Angle, Point B]: Rotates point ''A'' by the angle around point ''B''.
 
; Rotate[Line, Angle, Point]: Rotates the line by the angle around the point.  
 
; Rotate[Vector, Angle, Point]: Rotates the vector by the angle around the point.
 
; Rotate[Conic, Angle, Point]: Rotates the conic section by the angle around the point.
 
; Rotate[Polygon, Angle, Point]: Rotates the polygon by the angle around the point.
 
: Note: New vertices and segments are created as well.
 
; Rotate[Image, Angle, Point]: Rotates the image by the angle around the point.
 
  
'''Note:''' Also see tool [[Rotate Object around Point by Angle Tool|Rotate Object around Point by Angle]].
+
{{note|
 +
* Vectors are not rotated around axis origin, but around their initial point.
 +
* When a polygon, segment, arc, etc. is rotated, also images of the vertices / endpoints and sides (in case of polygon) are created.
 +
* This command also rotates images.
 +
* For text rotation use [[RotateText Command]].
 +
* See also [[File:Mode rotatebyangle.svg|link=|24px ]] [[Rotate around Point Tool|Rotate around Point]] and [[File:Mode_rotatearoundline.svg|24px]] [[Rotate around Line Tool|Rotate around Line]] tools.}}

Latest revision as of 00:30, 29 January 2021


Rotate( <Object>, <Angle> )
Rotates the geometric object by the angle around the axis origin.
Rotate( <Object>, <Angle>, <Point> )
Rotates the geometric object by the angle around the given point.
Rotate( <Object>, <Angle>, <Axis of Rotation>)
Rotates the geometric object by the angle around the given axis of rotation.
Rotate( <Object>, <Angle>, <Point on Axis>, <Axis Direction or Plane> )
Note:
  • Vectors are not rotated around axis origin, but around their initial point.
  • When a polygon, segment, arc, etc. is rotated, also images of the vertices / endpoints and sides (in case of polygon) are created.
  • This command also rotates images.
  • For text rotation use RotateText Command.
  • See also Mode rotatebyangle.svg Rotate around Point and Mode rotatearoundline.svg Rotate around Line tools.
© 2024 International GeoGebra Institute