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