Package zombie.debug

Class LineDrawer

java.lang.Object
zombie.debug.LineDrawer

public final class LineDrawer extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
    static int
     
    static int
     
    static int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a)
     
    static void
    addLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, String name, boolean bLine)
     
    static void
    addLine(float x, float y, float z, float x2, float y2, float z2, int r, int g, int b, String name)
     
    static void
    addRect(float x, float y, float z, float width, float height, float r, float g, float b)
     
    static void
    addRectYOffset(float x, float y, float z, float width, float height, int yOffset, float r, float g, float b)
     
    static void
     
    static void
    drawArc(float cx, float cy, float cz, float radius, float direction, float angle, int segments, float r, float g, float b, float a)
     
    static void
    drawCircle(float x, float y, float radius, int segments, float r, float g, float b)
     
    static void
    drawDirectionLine(float cx, float cy, float cz, float radius, float radians, float r, float g, float b, float a, int thickness)
     
    static void
    drawDotLines(float cx, float cy, float cz, float radius, float direction, float dot, float r, float g, float b, float a, int thickness)
     
    static void
    DrawIsoCircle(float x, float y, float z, float radius, float r, float g, float b, float a)
     
    static void
    DrawIsoCircle(float x, float y, float z, float radius, int segments, float r, float g, float b, float a)
     
    static void
    DrawIsoLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a, int thickness)
     
    static void
    DrawIsoRect(float x, float y, float width, float height, int z, float r, float g, float bl)
     
    static void
    DrawIsoRect(float x, float y, float width, float height, int z, int yPixelOffset, float r, float g, float bl)
     
    static void
    DrawIsoRectRotated(float x, float y, float z, float w, float h, float angleRadians, float r, float g, float b, float a)
     
    static void
    DrawIsoTransform(float px, float py, float z, float rx, float ry, float radius, int segments, float r, float g, float b, float a, int t)
     
    static void
    drawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, int thickness)
     
    static void
     
    static void
    drawRect(float x, float y, float width, float height, float r, float g, float b, float a, int thickness)
     
    void
     
    static void
     

    Methods inherited from class java.lang.Object

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

    • red

      public static int red
    • green

      public static int green
    • blue

      public static int blue
    • alpha

      public static int alpha
  • Constructor Details

    • LineDrawer

      public LineDrawer()
  • Method Details

    • DrawIsoRect

      public static void DrawIsoRect(float x, float y, float width, float height, int z, float r, float g, float bl)
    • DrawIsoRect

      public static void DrawIsoRect(float x, float y, float width, float height, int z, int yPixelOffset, float r, float g, float bl)
    • DrawIsoRectRotated

      public static void DrawIsoRectRotated(float x, float y, float z, float w, float h, float angleRadians, float r, float g, float b, float a)
    • DrawIsoLine

      public static void DrawIsoLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a, int thickness)
    • DrawIsoTransform

      public static void DrawIsoTransform(float px, float py, float z, float rx, float ry, float radius, int segments, float r, float g, float b, float a, int t)
    • DrawIsoCircle

      public static void DrawIsoCircle(float x, float y, float z, float radius, float r, float g, float b, float a)
    • DrawIsoCircle

      public static void DrawIsoCircle(float x, float y, float z, float radius, int segments, float r, float g, float b, float a)
    • drawLine

      public static void drawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, int thickness)
    • drawRect

      public static void drawRect(float x, float y, float width, float height, float r, float g, float b, float a, int thickness)
    • drawArc

      public static void drawArc(float cx, float cy, float cz, float radius, float direction, float angle, int segments, float r, float g, float b, float a)
    • drawCircle

      public static void drawCircle(float x, float y, float radius, int segments, float r, float g, float b)
    • drawDirectionLine

      public static void drawDirectionLine(float cx, float cy, float cz, float radius, float radians, float r, float g, float b, float a, int thickness)
    • drawDotLines

      public static void drawDotLines(float cx, float cy, float cz, float radius, float direction, float dot, float r, float g, float b, float a, int thickness)
    • addLine

      public static void addLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a)
    • addLine

      public static void addLine(float x, float y, float z, float x2, float y2, float z2, int r, int g, int b, String name)
    • addLine

      public static void addLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, String name, boolean bLine)
    • addRect

      public static void addRect(float x, float y, float z, float width, float height, float r, float g, float b)
    • addRectYOffset

      public static void addRectYOffset(float x, float y, float z, float width, float height, int yOffset, float r, float g, float b)
    • clear

      public static void clear()
    • removeLine

      public void removeLine(String name)
    • render

      public static void render()
    • drawLines

      public static void drawLines()