Package com.prineside.luaj.mapping.parts
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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj -
Method Summary
Modifier and TypeMethodDescriptionbooleanintersects(com.badlogic.gdx.math.collision.BoundingBox p1, Object p2) Method to calculate intersection between aabb and the geometry.floatintersects(com.badlogic.gdx.math.collision.Ray p1, Object p2) Method to calculate intersection between ray and the geometry.booleanintersects(com.badlogic.gdx.math.Frustum p1, Object p2) Method to calculate intersection between frustum and the geometry.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
intersects
Description copied from interface:com.badlogic.gdx.math.Octree.ColliderMethod to calculate intersection between ray and the geometry.- Specified by:
intersectsin interfacecom.badlogic.gdx.math.Octree.Collider- Returns:
- distance between ray and geometry
-
intersects
Description copied from interface:com.badlogic.gdx.math.Octree.ColliderMethod to calculate intersection between frustum and the geometry.- Specified by:
intersectsin interfacecom.badlogic.gdx.math.Octree.Collider- Returns:
- if they are intersecting
-
intersects
Description copied from interface:com.badlogic.gdx.math.Octree.ColliderMethod to calculate intersection between aabb and the geometry.- Specified by:
intersectsin interfacecom.badlogic.gdx.math.Octree.Collider- Returns:
- if they are intersecting
-