Class MapVertexAllOutingEdgesIndices

java.lang.Object
com.gaia3d.basic.halfedge.MapVertexAllOutingEdgesIndices

public class MapVertexAllOutingEdgesIndices extends Object
  • Constructor Details

    • MapVertexAllOutingEdgesIndices

      public MapVertexAllOutingEdgesIndices(int[] vertexOffsets, int[] vertexOutingEdges)
  • Method Details

    • getVertexCount

      public int getVertexCount()
    • getStart

      public int getStart(int vertexIdx)
    • getEnd

      public int getEnd(int vertexIdx)
    • getEdgeIndex

      public int getEdgeIndex(int i)
    • getEdgeIndexOfVertex

      public int getEdgeIndexOfVertex(int vertexIdx, int edgeLocalIdx)
    • getEdgesCountOfVertex

      public int getEdgesCountOfVertex(int vertexIdx)
    • getEdgeIndices

      public int[] getEdgeIndices(int vertexIdx)
    • forEachFace

      public void forEachFace(int vertexIdx, IntConsumer consumer)