Class InteractArrow

All Implemented Interfaces:
Hintable, Savable

public class InteractArrow extends Arrow
InteractArrow is basically a cylinder with a pyramid on top. It extends the basic Arrow shape to include a customizable gap between arrow head and base, and base and origin. This shape points along the +zaxis instead.
  • Field Details

    • _lengthGap

      protected double _lengthGap
    • _tipGap

      protected double _tipGap
    • ROTATOR

      protected static final Quaternion ROTATOR
  • Constructor Details

    • InteractArrow

      public InteractArrow()
    • InteractArrow

      public InteractArrow(String name)
    • InteractArrow

      public InteractArrow(String name, double length, double width)
    • InteractArrow

      public InteractArrow(String name, double length, double width, double lengthGap, double tipGap)
  • Method Details