public class btContactArray extends btGimContactArray
btGimContactArray.lessclassName| Constructor and Description |
|---|
btContactArray() |
btContactArray(long cPtr,
boolean cMemoryOwn)
Construct a new btContactArray, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btContactArray obj) |
void |
merge_contacts_unique(btContactArray contacts) |
void |
merge_contacts(btContactArray contacts) |
void |
merge_contacts(btContactArray contacts,
boolean normal_contact_average) |
void |
push_contact(Vector3 point,
Vector3 normal,
float depth,
int feature1,
int feature2) |
void |
push_triangle_contacts(GIM_TRIANGLE_CONTACT tricontact,
int feature1,
int feature2) |
at, atConst, capacity, clear, copyFromArray, expand, expand, expandNonInitializing, getCPtr, initializeFromBuffer, operatorAssignment, operatorSubscript, operatorSubscriptConst, pop_back, push_back, removeAtIndex, reserve, resize, resize, resizeNoInitialize, size, swapdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btContactArray(long cPtr,
boolean cMemoryOwn)
public btContactArray()
public static long getCPtr(btContactArray obj)
public void push_contact(Vector3 point, Vector3 normal, float depth, int feature1, int feature2)
public void push_triangle_contacts(GIM_TRIANGLE_CONTACT tricontact, int feature1, int feature2)
public void merge_contacts(btContactArray contacts, boolean normal_contact_average)
public void merge_contacts(btContactArray contacts)
public void merge_contacts_unique(btContactArray contacts)
Copyright © 2021. All rights reserved.