Home
last modified time | relevance | path

Searched refs:getDefaultPitch (Results 1 – 4 of 4) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DMobilizedBody_Screw.h79 Real getDefaultPitch() const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DRigidBodyNodeSpec_Derived.cpp136 getDefaultPitch(), in createRigidBodyNode()
H A DMobilizedBodyImpl.h1005 Real getDefaultPitch() const {return defaultPitch;} in getDefaultPitch() function
H A DMobilizedBody.cpp2587 Real MobilizedBody::Screw::getDefaultPitch() const { in getDefaultPitch() function in SimTK::MobilizedBody::Screw
2588 return getImpl().getDefaultPitch(); in getDefaultPitch()