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

com.badlogic.gdx.physics.bullet.collision.btPolyhedralConvexAabbCachingShape 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.collision;

/**
 * @author xpenatan
 */
public class btPolyhedralConvexAabbCachingShape extends btPolyhedralConvexShape {

    public static btPolyhedralConvexAabbCachingShape WRAPPER_GEN_01 = new btPolyhedralConvexAabbCachingShape(false);

    public btPolyhedralConvexAabbCachingShape(boolean cMemoryOwn) {
    }

    public btPolyhedralConvexAabbCachingShape() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy