java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleFixedSizeLookupTableFloat_3
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddPair(float x, float y) arrayGet(long baseAddress, int index) voidclear()voiddestroy()floatinterpolate(float x) booleanisValid()wrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxVehicleFixedSizeLookupTableFloat_3
protected PxVehicleFixedSizeLookupTableFloat_3(long address) -
PxVehicleFixedSizeLookupTableFloat_3
public PxVehicleFixedSizeLookupTableFloat_3()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
addPair
public boolean addPair(float x, float y) - Parameters:
x- WebIDL type: floaty- WebIDL type: float- Returns:
- WebIDL type: boolean
-
interpolate
public float interpolate(float x) - Parameters:
x- WebIDL type: float- Returns:
- WebIDL type: float
-
clear
public void clear() -
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-