Class EdgeShape

java.lang.Object
com.codename1.gaming.physics.box2d.collision.shapes.Shape
com.codename1.gaming.physics.box2d.collision.shapes.EdgeShape

public class EdgeShape extends Shape
  • Field Details

    • m_vertex1

      public final Vec2 m_vertex1
    • m_vertex2

      public final Vec2 m_vertex2
    • m_vertex0

      public final Vec2 m_vertex0
    • m_vertex3

      public final Vec2 m_vertex3
    • m_hasVertex0

      public boolean m_hasVertex0
    • m_hasVertex3

      public boolean m_hasVertex3
  • Constructor Details

    • EdgeShape

      public EdgeShape()
  • Method Details