java.lang.Object
physx.NativeObject
physx.support.Vector_PxReal
-
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 TypeMethodDescriptionstatic Vector_PxRealarrayGet(long baseAddress, int index) floatat(int index) voidclear()data()voiddestroy()voidpush_back(float value) intsize()static Vector_PxRealwrapPointer(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
-
Vector_PxReal
protected Vector_PxReal(long address) -
Vector_PxReal
public Vector_PxReal() -
Vector_PxReal
public Vector_PxReal(int size) - Parameters:
size- WebIDL type: unsigned long
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
at
public float at(int index) - Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type: float
-
data
- Returns:
- WebIDL type: VoidPtr
-
size
public int size()- Returns:
- WebIDL type: unsigned long
-
push_back
public void push_back(float value) - Parameters:
value- WebIDL type: float
-
clear
public void clear()
-