Searched refs:TwoPointLinearSpringImpl (Results 1 – 3 of 3) sorted by relevance
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/ |
H A D | Force.h | 185 class TwoPointLinearSpringImpl; variable 239 SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS(TwoPointLinearSpring, TwoPointLinearSpringImpl, Force);
|
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/ |
H A D | ForceImpl.h | 110 class Force::TwoPointLinearSpringImpl : public ForceImpl { 112 TwoPointLinearSpringImpl(const MobilizedBody& body1, const Vec3& station1, 116 TwoPointLinearSpringImpl* clone() const override { in clone() 117 return new TwoPointLinearSpringImpl(*this); in clone()
|
H A D | Force.cpp | 89 …RT_DERIVED_HANDLE_DEFINITIONS(Force::TwoPointLinearSpring, Force::TwoPointLinearSpringImpl, Force); 92 … MobilizedBody& body2, const Vec3& station2, Real k, Real x0) : Force(new TwoPointLinearSpringImpl( in TwoPointLinearSpring() 97 Force::TwoPointLinearSpringImpl::TwoPointLinearSpringImpl(const MobilizedBody& body1, const Vec3& s… in TwoPointLinearSpringImpl() function in SimTK::Force::TwoPointLinearSpringImpl 103 void Force::TwoPointLinearSpringImpl::calcForce(const State& state, Vector_<SpatialVec>& bodyForces… in calcForce() 123 Real Force::TwoPointLinearSpringImpl::calcPotentialEnergy(const State& state) const { in calcPotentialEnergy() 141 void Force::TwoPointLinearSpringImpl::
|