org.bytedeco.bullet.BulletCollision.btSliderConstraint Maven / Gradle / Ivy
// 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.*;
@Opaque @Properties(inherit = org.bytedeco.bullet.presets.BulletCollision.class)
public class btSliderConstraint extends Pointer {
/** Empty constructor. Calls {@code super((Pointer)null)}. */
public btSliderConstraint() { super((Pointer)null); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public btSliderConstraint(Pointer p) { super(p); }
}