Package physx.support
Class Vector_PxVec3
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.Vector_PxVec3
-
public class Vector_PxVec3 extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description Vector_PxVec3()Vector_PxVec3(int size)protectedVector_PxVec3(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxVec3at(int index)PxVec3data()voiddestroy()voidpush_back(PxVec3 value)intsize()static Vector_PxVec3wrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static Vector_PxVec3 wrapPointer(long address)
-
destroy
public void destroy()
-
size
public int size()
- Returns:
- unsigned long
-
-