public class PxJointLimitPyramid extends PxJointLimitParameters
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxJointLimitPyramid() |
|
PxJointLimitPyramid(float yLimitAngleMin,
float yLimitAngleMax,
float zLimitAngleMin,
float zLimitAngleMax,
PxSpring spring) |
protected |
PxJointLimitPyramid(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getYAngleMax() |
float |
getYAngleMin() |
float |
getZAngleMax() |
float |
getZAngleMin() |
void |
setYAngleMax(float value) |
void |
setYAngleMin(float value) |
void |
setZAngleMax(float value) |
void |
setZAngleMin(float value) |
static PxJointLimitPyramid |
wrapPointer(long address) |
getBounceThreshold, getContactDistance, getDamping, getRestitution, getStiffness, isSoft, isValid, setBounceThreshold, setContactDistance, setDamping, setRestitution, setStiffnesscheckNotNull, equals, getAddress, hashCodeprotected PxJointLimitPyramid()
protected PxJointLimitPyramid(long address)
public PxJointLimitPyramid(float yLimitAngleMin,
float yLimitAngleMax,
float zLimitAngleMin,
float zLimitAngleMax,
PxSpring spring)
yLimitAngleMin - WebIDL type: floatyLimitAngleMax - WebIDL type: floatzLimitAngleMin - WebIDL type: floatzLimitAngleMax - WebIDL type: floatspring - WebIDL type: PxSpring [Const, Ref]public static PxJointLimitPyramid wrapPointer(long address)
public void destroy()
public float getYAngleMin()
public void setYAngleMin(float value)
value - WebIDL type: floatpublic float getYAngleMax()
public void setYAngleMax(float value)
value - WebIDL type: floatpublic float getZAngleMin()
public void setZAngleMin(float value)
value - WebIDL type: floatpublic float getZAngleMax()
public void setZAngleMax(float value)
value - WebIDL type: float