com.badlogic.gdx.physics.bullet.linearmath.LinearMathConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdx-bullet-teavm Show documentation
Show all versions of gdx-bullet-teavm Show documentation
Tool to generate libgdx to javascript using teaVM
/*-------------------------------------------------------
* This file was generated by JParser
*
* Do not make changes to this file
*-------------------------------------------------------*/
package com.badlogic.gdx.physics.bullet.linearmath;
/**
* @author xpenatan
*/
public interface LinearMathConstants {
public final static int BT_BULLET_VERSION = 320;
public final static double BT_LARGE_FLOAT = 1e18;
public final static double BT_ONE = 1.0;
public final static double BT_ZERO = 0.0;
public final static double BT_TWO = 2.0;
public final static double BT_HALF = 0.5;
public final static String btVector3DataName = "btVector3FloatData";
public final static String btQuaternionDataName = "btQuaternionFloatData";
public final static int USE_BANCHLESS = 1;
public final static int BT_USE_PLACEMENT_NEW = 1;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy