com.badlogic.gdx.physics.bullet.dynamics.RotateOrder Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package com.badlogic.gdx.physics.bullet.dynamics;
public final class RotateOrder {
public final static int RO_XYZ = 0;
public final static int RO_XZY = RO_XYZ + 1;
public final static int RO_YXZ = RO_XZY + 1;
public final static int RO_YZX = RO_YXZ + 1;
public final static int RO_ZXY = RO_YZX + 1;
public final static int RO_ZYX = RO_ZXY + 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy