Class LJ_GDX_math.Collider_AO.LIP

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

public static class LJ_GDX_math.Collider_AO.LIP extends InterfaceProxy implements com.badlogic.gdx.math.Octree.Collider
  • Method Details

    • intersects

      public float intersects(com.badlogic.gdx.math.collision.Ray p1, Object p2)
      Description copied from interface: com.badlogic.gdx.math.Octree.Collider
      Method to calculate intersection between ray and the geometry.
      Specified by:
      intersects in interface com.badlogic.gdx.math.Octree.Collider
      Returns:
      distance between ray and geometry
    • intersects

      public boolean intersects(com.badlogic.gdx.math.Frustum p1, Object p2)
      Description copied from interface: com.badlogic.gdx.math.Octree.Collider
      Method to calculate intersection between frustum and the geometry.
      Specified by:
      intersects in interface com.badlogic.gdx.math.Octree.Collider
      Returns:
      if they are intersecting
    • intersects

      public boolean intersects(com.badlogic.gdx.math.collision.BoundingBox p1, Object p2)
      Description copied from interface: com.badlogic.gdx.math.Octree.Collider
      Method to calculate intersection between aabb and the geometry.
      Specified by:
      intersects in interface com.badlogic.gdx.math.Octree.Collider
      Returns:
      if they are intersecting