Class LineDrawer

java.lang.Object
zombie.debug.LineDrawer

public final class LineDrawer extends Object
  • 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 float1, float float5, float float6, float float2, float float3, float float7, float float8, float float9, float float10, float float11, float float12)
     
    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 float1, float float2, float float3, float float6, float float7, float float8, float float11, float float12, float float13, float float14, float float15, float float16)
     
    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 float0, float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9)
     
    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 float7, float float5, float float0, float float6, float float8, float float1, float float2, float float3, float float4, int int0)
     
    void
     
    static void
     

    Methods inherited from class java.lang.Object

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

    • LineDrawer

      public LineDrawer()
  • Method Details

    • DrawRect

      public static void DrawRect(float float7, float float5, float float0, float float6, float float8, float float1, float float2, float float3, float float4, int int0)
    • 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 float1, float float2, float float3, float float6, float float7, float float8, float float11, float float12, float float13, float float14, float float15, float float16)
    • 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 float0, float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9)
    • 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 float1, float float5, float float6, float float2, float float3, float float7, float float8, float float9, float float10, float float11, float float12)
    • 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()