MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / setMinDistance

Method setMinDistance

physx/source/physxextensions/src/ExtDistanceJoint.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void DistanceJoint::setMinDistance(PxReal distance)
59{
60 PX_CHECK_AND_RETURN(PxIsFinite(distance), "PxDistanceJoint::setMinDistance: invalid parameter");
61 data().minDistance = distance;
62 markDirty();
63}
64
65PxReal DistanceJoint::getMinDistance() const
66{

Callers 5

createLegMethod · 0.80
createSeamineMethod · 0.80
grabActorMethod · 0.80
createLegMethod · 0.80

Calls 2

PxIsFiniteFunction · 0.85
markDirtyFunction · 0.85

Tested by

no test coverage detected