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

org.bytedeco.bullet.BulletCollision.btDefaultCollisionConstructionInfo Maven / Gradle / Ivy

There is a newer version: 3.25-1.5.11
Show newest version
// Targeted by JavaCPP version 1.5.8: DO NOT EDIT THIS FILE

package org.bytedeco.bullet.BulletCollision;

import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;

import static org.bytedeco.javacpp.presets.javacpp.*;
import org.bytedeco.bullet.LinearMath.*;
import static org.bytedeco.bullet.global.LinearMath.*;

import static org.bytedeco.bullet.global.BulletCollision.*;


@NoOffset @Properties(inherit = org.bytedeco.bullet.presets.BulletCollision.class)
public class btDefaultCollisionConstructionInfo extends Pointer {
    static { Loader.load(); }
    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
    public btDefaultCollisionConstructionInfo(Pointer p) { super(p); }
    /** Native array allocator. Access with {@link Pointer#position(long)}. */
    public btDefaultCollisionConstructionInfo(long size) { super((Pointer)null); allocateArray(size); }
    private native void allocateArray(long size);
    @Override public btDefaultCollisionConstructionInfo position(long position) {
        return (btDefaultCollisionConstructionInfo)super.position(position);
    }
    @Override public btDefaultCollisionConstructionInfo getPointer(long i) {
        return new btDefaultCollisionConstructionInfo((Pointer)this).offsetAddress(i);
    }

	public native btPoolAllocator m_persistentManifoldPool(); public native btDefaultCollisionConstructionInfo m_persistentManifoldPool(btPoolAllocator setter);
	public native btPoolAllocator m_collisionAlgorithmPool(); public native btDefaultCollisionConstructionInfo m_collisionAlgorithmPool(btPoolAllocator setter);
	public native int m_defaultMaxPersistentManifoldPoolSize(); public native btDefaultCollisionConstructionInfo m_defaultMaxPersistentManifoldPoolSize(int setter);
	public native int m_defaultMaxCollisionAlgorithmPoolSize(); public native btDefaultCollisionConstructionInfo m_defaultMaxCollisionAlgorithmPoolSize(int setter);
	public native int m_customCollisionAlgorithmMaxElementSize(); public native btDefaultCollisionConstructionInfo m_customCollisionAlgorithmMaxElementSize(int setter);
	public native int m_useEpaPenetrationAlgorithm(); public native btDefaultCollisionConstructionInfo m_useEpaPenetrationAlgorithm(int setter);

	public btDefaultCollisionConstructionInfo() { super((Pointer)null); allocate(); }
	private native void allocate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy