public class btPersistentManifoldArray extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btPersistentManifoldArray.less |
className| Constructor and Description |
|---|
btPersistentManifoldArray() |
btPersistentManifoldArray(btPersistentManifoldArray otherArray) |
btPersistentManifoldArray(long cPtr,
boolean cMemoryOwn)
Construct a new btPersistentManifoldArray, normally you should not need this constructor it's intended for low-level usage.
|
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btPersistentManifoldArray(long cPtr,
boolean cMemoryOwn)
public btPersistentManifoldArray()
public btPersistentManifoldArray(btPersistentManifoldArray otherArray)
public static long getCPtr(btPersistentManifoldArray obj)
public btPersistentManifoldArray operatorAssignment(btPersistentManifoldArray other)
public int size()
public btPersistentManifold atConst(int n)
public SWIGTYPE_p_p_btPersistentManifold at(int n)
public btPersistentManifold operatorSubscriptConst(int n)
public SWIGTYPE_p_p_btPersistentManifold operatorSubscript(int n)
public void clear()
public void pop_back()
public void resizeNoInitialize(int newsize)
public void resize(int newsize,
btPersistentManifold fillData)
public void resize(int newsize)
public SWIGTYPE_p_p_btPersistentManifold expandNonInitializing()
public SWIGTYPE_p_p_btPersistentManifold expand(btPersistentManifold fillValue)
public SWIGTYPE_p_p_btPersistentManifold expand()
public void push_back(btPersistentManifold _Val)
public int capacity()
public void reserve(int _Count)
public void swap(int index0,
int index1)
public int findBinarySearch(btPersistentManifold key)
public int findLinearSearch(btPersistentManifold key)
public int findLinearSearch2(btPersistentManifold key)
public void removeAtIndex(int index)
public void remove(btPersistentManifold key)
public void initializeFromBuffer(long buffer,
int size,
int capacity)
public void copyFromArray(btPersistentManifoldArray otherArray)
Copyright © 2021. All rights reserved.