Package util.debug

Class DebugPrimitive

java.lang.Object
util.debug.DebugPrimitive
Direct Known Subclasses:
DebugRect

public class DebugPrimitive extends Object
A Primitive that consists of a bunch of lines. These lines are rendered by the DebugRenderer
  • Field Details

    • lines

      protected DebugLine[] lines
      The lines making up this primitive
  • Constructor Details

    • DebugPrimitive

      public DebugPrimitive(DebugLine[] lines)
      Create a primitive with the given lines
      Parameters:
      lines - the lines making up the primitive
  • Method Details

    • getLines

      public DebugLine[] getLines()
      Get the lines making up the primitive