Class AxisRods

All Implemented Interfaces:
Hintable, Savable

public class AxisRods extends Node
AxisRods is a convenience shape representing three axes in space.
  • Field Details

    • xAxisColor

      protected static final ColorRGBA xAxisColor
    • yAxisColor

      protected static final ColorRGBA yAxisColor
    • zAxisColor

      protected static final ColorRGBA zAxisColor
    • length

      protected double length
    • width

      protected double width
    • rightHanded

      protected boolean rightHanded
    • xAxis

      protected Arrow xAxis
    • yAxis

      protected Arrow yAxis
    • zAxis

      protected Arrow zAxis
  • Constructor Details

    • AxisRods

      public AxisRods()
    • AxisRods

      public AxisRods(String name)
    • AxisRods

      public AxisRods(String name, boolean rightHanded, double baseScale)
    • AxisRods

      public AxisRods(String name, boolean rightHanded, double length, double width)
  • Method Details