Home | History | Annotate | Download | only in collision
      1 /* ----------------------------------------------------------------------------
      2  * This file was automatically generated by SWIG (http://www.swig.org).
      3  * Version 3.0.8
      4  *
      5  * Do not make changes to this file unless you know what you are doing--modify
      6  * the SWIG interface file instead.
      7  * ----------------------------------------------------------------------------- */
      8 
      9 package com.badlogic.gdx.physics.bullet.collision;
     10 
     11 public final class eBT_PLANE_INTERSECTION_TYPE {
     12   public final static int BT_CONST_BACK_PLANE = 0;
     13   public final static int BT_CONST_COLLIDE_PLANE = BT_CONST_BACK_PLANE + 1;
     14   public final static int BT_CONST_FRONT_PLANE = BT_CONST_COLLIDE_PLANE + 1;
     15 }
     16 
     17