All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.physics.bullet.linearmath.LinearMathConstants Maven / Gradle / Ivy

There is a newer version: 1.0.0-b6
Show newest version
/*-------------------------------------------------------
 * 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