Module rgg

Class URotation

All Implemented Interfaces:
Transformation, Manageable, PersistenceCapable, Shareable, UserFields, XObject, Map, Serializable
Direct Known Subclasses:
Minus, Plus, RU

public abstract class URotation extends Rotation
This class implements a rotation about the local y-axis (the turtle's up axis).
Author:
Ole Kniemeyer
See Also:
  • Constructor Details

    • URotation

      public URotation()
      Creates a new URotation node with an initial angle of 0 degrees.
    • URotation

      public URotation(float angle)
      Creates a new URotation node which performs a counter-clockwise rotation of angle degrees.
      Parameters:
      angle - rotation angle in degrees
  • Method Details