@Properties(inherit=Bullet3OpenCL.class) public class b3GpuSolverBody extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3GpuSolverBody()
Default native constructor.
|
b3GpuSolverBody(long size)
Native array allocator.
|
b3GpuSolverBody(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic b3GpuSolverBody()
public b3GpuSolverBody(long size)
Pointer.position(long).public b3GpuSolverBody(Pointer p)
Pointer(Pointer).public b3GpuSolverBody position(long position)
public b3GpuSolverBody getPointer(long i)
getPointer in class Pointerpublic b3GpuSolverBody m_deltaLinearVelocity(b3Vector3 setter)
public b3GpuSolverBody m_deltaAngularVelocity(b3Vector3 setter)
public b3GpuSolverBody m_angularFactor(b3Vector3 setter)
public b3GpuSolverBody m_linearFactor(b3Vector3 setter)
public b3GpuSolverBody m_invMass(b3Vector3 setter)
public b3GpuSolverBody m_pushVelocity(b3Vector3 setter)
public b3GpuSolverBody m_turnVelocity(b3Vector3 setter)
public b3GpuSolverBody m_linearVelocity(b3Vector3 setter)
public b3GpuSolverBody m_angularVelocity(b3Vector3 setter)
public Pointer m_originalBody()
public b3GpuSolverBody m_originalBody(Pointer setter)
public int m_originalBodyIndex()
public b3GpuSolverBody m_originalBodyIndex(int setter)
public int padding(int i)
public b3GpuSolverBody padding(int i, int setter)
@MemberGetter public IntPointer padding()
public void getVelocityInLocalPointObsolete(@Const @ByRef b3Vector3 rel_pos, @ByRef b3Vector3 velocity)
public void applyImpulse(@Const @ByRef b3Vector3 linearComponent, @Const @ByRef b3Vector3 angularComponent, @Cast(value="const b3Scalar") float impulseMagnitude)
public void internalApplyPushImpulse(@Const @ByRef b3Vector3 linearComponent, @Const @ByRef b3Vector3 angularComponent, @Cast(value="b3Scalar") float impulseMagnitude)
@ByRef public b3Vector3 internalGetDeltaLinearVelocity()
public void internalGetVelocityInLocalPointObsolete(@Const @ByRef b3Vector3 rel_pos, @ByRef b3Vector3 velocity)
public void internalApplyImpulse(@Const @ByRef b3Vector3 linearComponent, @Const @ByRef b3Vector3 angularComponent, @Cast(value="const b3Scalar") float impulseMagnitude)
public void writebackVelocity()
Copyright © 2024. All rights reserved.