Class CompactCell

java.lang.Object
org.recast4j.recast.CompactCell

public class CompactCell
extends java.lang.Object
Provides information on the content of a cell column in a compact heightfield.
  • Field Summary

    Fields
    Modifier and Type Field Description
    int count
    Number of spans in the column.
    int index
    Index to the first span in the column.
  • Constructor Summary

    Constructors
    Constructor Description
    CompactCell()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • index

      public int index
      Index to the first span in the column.
    • count

      public int count
      Number of spans in the column.
  • Constructor Details

    • CompactCell

      public CompactCell()