public class PxEngineTorqueLookupTable extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxEngineTorqueLookupTable() |
protected |
PxEngineTorqueLookupTable(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPair(float x,
float y) |
void |
clear() |
void |
destroy() |
float |
getMDataPairs(int index) |
int |
getMNbDataPairs() |
int |
getNbDataPairs() |
float |
getX(int i) |
float |
getY(int i) |
float |
getYVal(float x) |
void |
setMDataPairs(int index,
float value) |
void |
setMNbDataPairs(int value) |
static PxEngineTorqueLookupTable |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxEngineTorqueLookupTable(long address)
public PxEngineTorqueLookupTable()
public static PxEngineTorqueLookupTable wrapPointer(long address)
public void destroy()
public float getMDataPairs(int index)
index - Array indexpublic void setMDataPairs(int index,
float value)
index - Array indexvalue - WebIDL type: floatpublic int getMNbDataPairs()
public void setMNbDataPairs(int value)
value - WebIDL type: unsigned longpublic void addPair(float x,
float y)
x - WebIDL type: floaty - WebIDL type: floatpublic float getYVal(float x)
x - WebIDL type: floatpublic int getNbDataPairs()
public void clear()
public float getX(int i)
i - WebIDL type: unsigned longpublic float getY(int i)
i - WebIDL type: unsigned long