public class PxExtendedVec3 extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxExtendedVec3() |
|
PxExtendedVec3(double x,
double y,
double z) |
protected |
PxExtendedVec3(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setX(double value) |
void |
setY(double value) |
void |
setZ(double value) |
static PxExtendedVec3 |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxExtendedVec3(long address)
public PxExtendedVec3()
public PxExtendedVec3(double x,
double y,
double z)
x - WebIDL type: doubley - WebIDL type: doublez - WebIDL type: doublepublic static PxExtendedVec3 wrapPointer(long address)
public void destroy()
public double getX()
public void setX(double value)
value - WebIDL type: doublepublic double getY()
public void setY(double value)
value - WebIDL type: doublepublic double getZ()
public void setZ(double value)
value - WebIDL type: double