Class S2PointCompression.FaceRunCoder.FaceRun

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int count  
      int face  
    • Constructor Summary

      Constructors 
      Constructor Description
      FaceRun​(int face, int count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • face

        public int face
      • count

        public int count
    • Constructor Detail

      • FaceRun

        public FaceRun​(int face,
                       int count)