Interface RSModel

    • Method Detail

      • getVerticesCount

        int getVerticesCount()
      • getVerticesX

        int[] getVerticesX()
      • getVerticesY

        int[] getVerticesY()
      • getVerticesZ

        int[] getVerticesZ()
      • getFaceCount

        int getFaceCount()
      • getFaceIndices1

        int[] getFaceIndices1()
      • getFaceIndices2

        int[] getFaceIndices2()
      • getFaceIndices3

        int[] getFaceIndices3()
      • getFaceColors3

        int[] getFaceColors3()
      • calculateBoundsCylinder

        void calculateBoundsCylinder()
      • calculateExtreme

        void calculateExtreme​(int orientation)
      • getBoundingBoxes

        java.util.HashMap<java.lang.Integer,​RSModelBoundingBox> getBoundingBoxes()
      • isClickable

        boolean isClickable()
      • getConvexHull

        java.awt.Shape getConvexHull​(int localX,
                                     int localY,
                                     int orientation,
                                     int tileHeight)
      • toSharedSequenceModel

        RSModel toSharedSequenceModel​(boolean var1)
      • contourGround

        RSModel contourGround​(int[][] var1,
                              int var2,
                              int var3,
                              int var4,
                              boolean var5,
                              int var6)