public class PxPrismaticJoint extends PxJoint
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxPrismaticJoint() |
protected |
PxPrismaticJoint(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getPosition() |
PxPrismaticJointFlags |
getPrismaticJointFlags() |
float |
getProjectionAngularTolerance() |
float |
getProjectionLinearTolerance() |
float |
getVelocity() |
void |
setLimit(PxJointLinearLimitPair limit) |
void |
setPrismaticJointFlag(int flag,
boolean value) |
void |
setPrismaticJointFlags(PxPrismaticJointFlags flags) |
void |
setProjectionAngularTolerance(float tolerance) |
void |
setProjectionLinearTolerance(float tolerance) |
static PxPrismaticJoint |
wrapPointer(long address) |
getConstraint, getConstraintFlags, getInvMassScale0, getInvMassScale1, getLocalPose, getName, getRelativeAngularVelocity, getRelativeLinearVelocity, getRelativeTransform, getScene, getUserData, release, setActors, setBreakForce, setConstraintFlag, setConstraintFlags, setInvMassScale0, setInvMassScale1, setLocalPose, setName, setUserDatagetBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxPrismaticJoint()
protected PxPrismaticJoint(long address)
public static PxPrismaticJoint wrapPointer(long address)
public void destroy()
public float getPosition()
public float getVelocity()
public void setLimit(PxJointLinearLimitPair limit)
limit - WebIDL type: PxJointLinearLimitPair [Const, Ref]public void setPrismaticJointFlags(PxPrismaticJointFlags flags)
flags - WebIDL type: PxPrismaticJointFlags [Ref]public void setPrismaticJointFlag(int flag,
boolean value)
flag - WebIDL type: PxPrismaticJointFlagEnum [enum]value - WebIDL type: booleanpublic PxPrismaticJointFlags getPrismaticJointFlags()
PxPrismaticJointFlags [Value]public void setProjectionLinearTolerance(float tolerance)
tolerance - WebIDL type: floatpublic float getProjectionLinearTolerance()
public void setProjectionAngularTolerance(float tolerance)
tolerance - WebIDL type: floatpublic float getProjectionAngularTolerance()