Class DebugCircle


  • public class DebugCircle
    extends DebugDraw
    Draws a circle debug
    Author:
    Riju De
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugCircle​(com.badlogic.gdx.math.Vector2 pos, float rad, int width, com.badlogic.gdx.graphics.Color colour)  
    • Method Summary

      Modifier and Type Method Description
      void Draw​(com.badlogic.gdx.math.Matrix4 projectionMatrix)  
      • Methods inherited from class java.lang.Object

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

      • DebugCircle

        public DebugCircle​(com.badlogic.gdx.math.Vector2 pos,
                           float rad,
                           int width,
                           com.badlogic.gdx.graphics.Color colour)
        Parameters:
        pos - Position to draw at
        rad - Radius of the circle
        width - Width of the line
        colour - Colour to draw
    • Method Detail

      • Draw

        public void Draw​(com.badlogic.gdx.math.Matrix4 projectionMatrix)
        Specified by:
        Draw in class DebugDraw