Class F26Dot6Vector


  • public class F26Dot6Vector
    extends java.lang.Object
    A 2-component vector of fixed 26.6 numbers}.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x  
      int y  
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public int x
      • y

        public int y
    • Constructor Detail

      • F26Dot6Vector

        public F26Dot6Vector​(int x,
                             int y)
      • F26Dot6Vector

        public F26Dot6Vector()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object