com.badlogic.gdx.physics.bullet.collision.btPolyhedralConvexShape 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.collision;
/**
* @author xpenatan
*/
public class btPolyhedralConvexShape extends btConvexInternalShape {
public static btPolyhedralConvexShape WRAPPER_GEN_01 = new btPolyhedralConvexShape(false);
public btPolyhedralConvexShape(boolean cMemoryOwn) {
}
public btPolyhedralConvexShape() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy