Class Arrow

All Implemented Interfaces:
Hintable, Savable
Direct Known Subclasses:
InteractArrow

public class Arrow extends Node
Arrow is basically a cylinder with a pyramid on top.
  • Field Details

    • _length

      protected double _length
    • _width

      protected double _width
    • rotator

      protected static final Quaternion rotator
  • Constructor Details

    • Arrow

      public Arrow()
    • Arrow

      public Arrow(String name)
    • Arrow

      public Arrow(String name, double length, double width)
  • Method Details