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