@Properties(inherit=BulletCollision.class) public class btContactArray extends GIM_CONTACT_Array_
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btContactArray() |
btContactArray(long size)
Native array allocator.
|
btContactArray(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btContactArray |
getPointer(long i) |
void |
merge_contacts_unique(btContactArray contacts) |
void |
merge_contacts(btContactArray contacts) |
void |
merge_contacts(btContactArray contacts,
boolean normal_contact_average) |
btContactArray |
position(long position) |
void |
push_contact(btVector3 point,
btVector3 normal,
double depth,
int feature1,
int feature2) |
void |
push_triangle_contacts(GIM_TRIANGLE_CONTACT tricontact,
int feature1,
int feature2) |
_capacity, at, clear, copyFromArray, expand, expand, expandNonInitializing, get, initializeFromBuffer, pop_back, push_back, put, removeAtIndex, reserve, resize, resize, resizeNoInitialize, size, swapaddress, 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 btContactArray(Pointer p)
Pointer(Pointer).public btContactArray(long size)
Pointer.position(long).public btContactArray()
public btContactArray position(long position)
position in class GIM_CONTACT_Array_public btContactArray getPointer(long i)
getPointer in class GIM_CONTACT_Array_public void push_contact(@Const @ByRef btVector3 point, @Const @ByRef btVector3 normal, @Cast(value="btScalar") double depth, int feature1, int feature2)
public void push_triangle_contacts(@Const @ByRef GIM_TRIANGLE_CONTACT tricontact, int feature1, int feature2)
public void merge_contacts(@Const @ByRef btContactArray contacts, @Cast(value="bool") boolean normal_contact_average)
public void merge_contacts(@Const @ByRef btContactArray contacts)
public void merge_contacts_unique(@Const @ByRef btContactArray contacts)
Copyright © 2024. All rights reserved.