public class PxSpatialVelocity extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxSpatialVelocity() |
protected |
PxSpatialVelocity(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxVec3 |
getAngular() |
PxVec3 |
getLinear() |
void |
setAngular(PxVec3 value) |
void |
setLinear(PxVec3 value) |
static PxSpatialVelocity |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxSpatialVelocity()
protected PxSpatialVelocity(long address)
public static PxSpatialVelocity wrapPointer(long address)
public void destroy()