public class Vector_PxContactPairPoint extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxContactPairPoint() |
|
Vector_PxContactPairPoint(int size) |
protected |
Vector_PxContactPairPoint(long address) |
| Modifier and Type | Method and Description |
|---|---|
PxContactPairPoint |
at(int index) |
void |
clear() |
PxContactPairPoint |
data() |
void |
destroy() |
void |
push_back(PxContactPairPoint value) |
int |
size() |
static Vector_PxContactPairPoint |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxContactPairPoint(long address)
public Vector_PxContactPairPoint()
public Vector_PxContactPairPoint(int size)
size - WebIDL type: unsigned longpublic static Vector_PxContactPairPoint wrapPointer(long address)
public void destroy()
public PxContactPairPoint at(int index)
index - WebIDL type: unsigned longPxContactPairPoint [Ref]public PxContactPairPoint data()
PxContactPairPointpublic int size()
public void push_back(PxContactPairPoint value)
value - WebIDL type: PxContactPairPoint [Ref]public void clear()