User Tools

Site Tools


tutorials:xl-turtle-geometry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:xl-turtle-geometry [2024/11/29 12:55] – [Local transformation] timtutorials:xl-turtle-geometry [2024/12/18 10:02] (current) – [3D objects] Tim
Line 54: Line 54:
 The **moving** part is already covered by the M node for now.   The **moving** part is already covered by the M node for now.  
  
-You can **rotate** the turtle along the three axes x, y and z. We can see an example of the rotation tool on the right with the possible rotations in colors: x=red, y=blue and z=green. In the turtle geometry we can rotate these axes with the commands ''RL(angle)'', ''RU(angle)'' and ''RH(angle)''. RL rotates around the local X-axis (the red circle in the picture), RU around the Y-axis (the blue circle) and RH around the Z-axis. If we imagine to look from the perspective of the turtle, the names make more sense: RL rotates to the __l__left (with negative values to the right), RU rotates __u__p and RH rotates around the __h__head axes. +You can **rotate** the turtle along the three axes x, y and z. We can see an example of the rotation tool on the right with the possible rotations in colors: x=red, y=blue and z=green. In the turtle geometry we can rotate these axes with the commands ''RL(angle)'', ''RU(angle)'' and ''RH(angle)''. RL rotates around the local X-axis (the red circle in the picture), RU around the Y-axis (the blue circle) and RH around the Z-axis. If we imagine to look from the perspective of the turtle, the names make more sense: RL rotates to the __l__eft (with negative values to the right), RU rotates __u__p and RH rotates around the __h__ead axes. 
  
 Following up on our little example above you could think about rotation the short cylinder 30 degrees up like: Following up on our little example above you could think about rotation the short cylinder 30 degrees up like:
Line 124: Line 124:
 |{{:tutorials:turtle_tut_frotatescalef.png?direct&240| }}{{ :tutorials:turtle_tut_frotatescalef_graph.png?direct&240|}}| |{{:tutorials:turtle_tut_frotatescalef.png?direct&240| }}{{ :tutorials:turtle_tut_frotatescalef_graph.png?direct&240|}}|
  
-===== Modules =====+===== 3D objects =====
  
-==== Instantiation rules ====+As mentioned above in GroIMP we are not limited to the turtle commands but we can also use geometrical objects.
  
-===== Edge types ===== 
- 
-==== Branches ==== 
- 
-==== Decomposition & custom ==== 
  
 +<code java>
 +protected void init ()
 +[
 + Axiom ==> F Sphere(1);
 +]
 +</code>
  
tutorials/xl-turtle-geometry.1732881345.txt.gz · Last modified: 2024/11/29 12:55 by tim