Home
last modified time | relevance | path

Searched refs:newImpulseUpperLimit (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/components/
H A DHingeJointComponents.cpp86 …decimal* newImpulseUpperLimit = reinterpret_cast<decimal*>(newImpulseLowerLimit + nbComponentsToAl… in allocate() local
87 …decimal* newImpulseMotor = reinterpret_cast<decimal*>(newImpulseUpperLimit + nbComponentsToAllocat… in allocate()
126 memcpy(newImpulseUpperLimit, mImpulseUpperLimit, mNbComponents * sizeof(decimal)); in allocate()
168 mImpulseUpperLimit = newImpulseUpperLimit; in allocate()
H A DSliderJointComponents.cpp87 …decimal* newImpulseUpperLimit = reinterpret_cast<decimal*>(newImpulseLowerLimit + nbComponentsToAl… in allocate() local
88 …decimal* newImpulseMotor = reinterpret_cast<decimal*>(newImpulseUpperLimit + nbComponentsToAllocat… in allocate()
132 memcpy(newImpulseUpperLimit, mImpulseUpperLimit, mNbComponents * sizeof(decimal)); in allocate()
179 mImpulseUpperLimit = newImpulseUpperLimit; in allocate()