Class LineDrawer
java.lang.Object
zombie.debug.LineDrawer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAlphaDecayingIsoCircle(float x, float y, float z, float radius, int segments, float r, float g, float b, float a) static voidaddAlphaDecayingLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a) static voidaddLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, boolean bLine) static voidaddLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a) static voidaddLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, String name, boolean bLine) static voidstatic voidaddRect(float x, float y, float z, float width, float height, float r, float g, float b) static voidaddRectYOffset(float x, float y, float z, float width, float height, int yOffset, float r, float g, float b) static voidclear()static voiddrawArc(float cx, float cy, float cz, float radius, float direction, float angle, int segments, float r, float g, float b, float a) static voiddrawCircle(float x, float y, float radius, int segments, float r, float g, float b) static voiddrawDirectionLine(float cx, float cy, float cz, float radius, float radians, float r, float g, float b, float a, float baseThickness, float topThickness) static voiddrawDirectionLine(float cx, float cy, float cz, float radius, float radians, float r, float g, float b, float a, int thickness) static voiddrawDotLines(float cx, float cy, float cz, float radius, float direction, float dot, float r, float g, float b, float a, int thickness) static voidDrawIsoCircle(float x, float y, float z, float radius, float r, float g, float b, float a) static voidDrawIsoCircle(float x, float y, float z, float radius, int segments, float r, float g, float b, float a) static voidDrawIsoLine(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 voidDrawIsoLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a, int thickness) static voidDrawIsoRect(float x, float y, float width, float height, int z, float r, float g, float bl) static voidDrawIsoRect(float x, float y, float width, float height, int z, int yPixelOffset, float r, float g, float bl) static voidDrawIsoRectRotated(float x, float y, float z, float w, float h, float angleRadians, float r, float g, float b, float a) static voidDrawIsoTransform(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 voiddrawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, float baseThickness, float topThickness) static voiddrawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, int thickness) static voidstatic voiddrawRect(float x, float y, float width, float height, float r, float g, float b, float a, int thickness) static voidDrawRect(float x, float y, float z, float width, float height, float r, float g, float b, float a, int thickness) voidremoveLine(String name) static voidrender()
-
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
-
render
public static void render() -
drawLines
public static void drawLines()
-