Class InertiaLocationReference

    • Field Summary

      Fields 
      Modifier and Type Field Description
      double magnitude  
      double x  
      double y  
      double z  
    • Constructor Summary

      Constructors 
      Constructor Description
      InertiaLocationReference​(java.lang.Double x, java.lang.Double y, java.lang.Double z)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public final double x
      • y

        public final double y
      • z

        public final double z
      • magnitude

        public final double magnitude
    • Constructor Detail

      • InertiaLocationReference

        public InertiaLocationReference​(@Nullable
                                        java.lang.Double x,
                                        @Nullable
                                        java.lang.Double y,
                                        @Nullable
                                        java.lang.Double z)