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

org.bytedeco.bullet.BulletCollision.btMultiSphereShapeData 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.*;


// clang-format off

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

	public native @ByRef btConvexInternalShapeData m_convexInternalShapeData(); public native btMultiSphereShapeData m_convexInternalShapeData(btConvexInternalShapeData setter);

	public native btPositionAndRadius m_localPositionArrayPtr(); public native btMultiSphereShapeData m_localPositionArrayPtr(btPositionAndRadius setter);
	public native int m_localPositionArraySize(); public native btMultiSphereShapeData m_localPositionArraySize(int setter);
	public native @Cast("char") byte m_padding(int i); public native btMultiSphereShapeData m_padding(int i, byte setter);
	@MemberGetter public native @Cast("char*") BytePointer m_padding();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy