Class LJ_GDX_math.Shape2D_AY.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_math.Shape2D_AY.LIP
All Implemented Interfaces:
com.badlogic.gdx.math.Shape2D, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_math.Shape2D_AY

public static class LJ_GDX_math.Shape2D_AY.LIP extends InterfaceProxy implements com.badlogic.gdx.math.Shape2D
  • Method Details

    • contains

      public boolean contains(com.badlogic.gdx.math.Vector2 p1)
      Description copied from interface: com.badlogic.gdx.math.Shape2D
      Returns whether the given point is contained within the shape.
      Specified by:
      contains in interface com.badlogic.gdx.math.Shape2D
    • contains

      public boolean contains(float p1, float p2)
      Description copied from interface: com.badlogic.gdx.math.Shape2D
      Returns whether a point with the given coordinates is contained within the shape.
      Specified by:
      contains in interface com.badlogic.gdx.math.Shape2D