Class LineDrawer

java.lang.Object
zombie.debug.LineDrawer

public final class LineDrawer extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addAlphaDecayingIsoCircle(float x, float y, float z, float radius, int segments, float r, float g, float b, float a)
     
    static void
    addAlphaDecayingLine(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, boolean bLine)
     
    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, float baseThickness, float topThickness)
     
    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, float baseThickness, float topThickness)
     
    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, float baseThickness, float topThickness)
     
    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)
     
    static void
    DrawRect(float x, float y, float z, float width, float height, float r, float g, float b, float a, int thickness)
     
    void
     
    static void
     

    Methods inherited from class Object

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

    • LineDrawer

      public LineDrawer()
  • Method Details

    • DrawRect

      public static void DrawRect(float x, float y, float z, float width, float height, float r, float g, float b, float a, int thickness)
    • 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)
    • 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, float baseThickness, float topThickness)
    • 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)
    • drawLine

      public static void drawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, float baseThickness, float topThickness)
    • 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)
    • drawDirectionLine

      public static void drawDirectionLine(float cx, float cy, float cz, float radius, float radians, float r, float g, float b, float a, float baseThickness, float topThickness)
    • 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)
    • addAlphaDecayingIsoCircle

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

      public static void addAlphaDecayingLine(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, float r, float g, float b, boolean bLine)
    • 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()