public class PxArticulationReducedCoordinate extends PxArticulationBase
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxArticulationReducedCoordinate() |
protected |
PxArticulationReducedCoordinate(long address) |
createLink, getAggregate, getName, getNbLinks, getScene, getSleepThreshold, getStabilizationThreshold, getUserData, getWakeCounter, getWorldBounds, isSleeping, putToSleep, setName, setSleepThreshold, setSolverIterationCounts, setStabilizationThreshold, setUserData, setWakeCounter, wakeUpgetBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxArticulationReducedCoordinate()
protected PxArticulationReducedCoordinate(long address)
public static PxArticulationReducedCoordinate wrapPointer(long address)
public void setArticulationFlags(PxArticulationFlags flags)
flags - WebIDL type: PxArticulationFlags [Ref]public void setArticulationFlag(int flag,
boolean value)
flag - WebIDL type: PxArticulationFlagEnum [enum]value - WebIDL type: booleanpublic PxArticulationFlags getArticulationFlags()
PxArticulationFlags [Value]public int getDofs()
public PxArticulationCache createCache()
PxArticulationCachepublic int getCacheDataSize()
public void zeroCache(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void applyCache(PxArticulationCache cache, PxArticulationCacheFlags flag)
cache - WebIDL type: PxArticulationCache [Ref]flag - WebIDL type: PxArticulationCacheFlags [Const, Ref]public void applyCache(PxArticulationCache cache, PxArticulationCacheFlags flag, boolean autowake)
cache - WebIDL type: PxArticulationCache [Ref]flag - WebIDL type: PxArticulationCacheFlags [Const, Ref]autowake - WebIDL type: booleanpublic void copyInternalStateToCache(PxArticulationCache cache, PxArticulationCacheFlags flag)
cache - WebIDL type: PxArticulationCache [Ref]flag - WebIDL type: PxArticulationCacheFlags [Const, Ref]public void releaseCache(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void commonInit()
public void computeGeneralizedGravityForce(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void computeCoriolisAndCentrifugalForce(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void computeGeneralizedExternalForce(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void computeJointAcceleration(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void computeJointForce(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void computeCoefficientMatrix(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public void computeLambda(PxArticulationCache cache, PxArticulationCache initialState, PxRealPtr jointTorque, int maxIter)
cache - WebIDL type: PxArticulationCache [Ref]initialState - WebIDL type: PxArticulationCache [Ref]jointTorque - WebIDL type: PxRealPtr [Ref]maxIter - WebIDL type: unsigned longpublic void computeGeneralizedMassMatrix(PxArticulationCache cache)
cache - WebIDL type: PxArticulationCache [Ref]public int getNbLoopJoints()
public int getCoefficientMatrixSize()
public void teleportRootLink(PxTransform pose, boolean autowake)
pose - WebIDL type: PxTransform [Const, Ref]autowake - WebIDL type: booleanpublic PxSpatialVelocity getLinkVelocity(int linkId)
linkId - WebIDL type: unsigned longPxSpatialVelocity [Value]public PxSpatialVelocity getLinkAcceleration(int linkId)
linkId - WebIDL type: unsigned longPxSpatialVelocity [Value]