Home
last modified time | relevance | path

Searched refs:setPlaneDisplayHalfWidth (Results 1 – 10 of 10) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraint_PointOnPlaneContact.cpp102 setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in SimTK::Constraint::PointOnPlaneContact
103 updImpl().setPlaneDisplayHalfWidth(h); in setPlaneDisplayHalfWidth()
H A DConstraint_SphereOnPlaneContact.cpp124 setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in SimTK::Constraint::SphereOnPlaneContact
125 updImpl().setPlaneDisplayHalfWidth(h); in setPlaneDisplayHalfWidth()
H A DConstraint_PointOnPlaneContactImpl.h60 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function
H A DConstraint_SphereOnPlaneContactImpl.h87 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function
H A DConstraint.cpp726 Constraint::PointInPlane& Constraint::PointInPlane::setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in SimTK::Constraint::PointInPlane
727 updImpl().setPlaneDisplayHalfWidth(h); in setPlaneDisplayHalfWidth()
H A DConstraintImpl.h1267 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DConstraint_PointInPlane.h60 PointInPlane& setPlaneDisplayHalfWidth(Real);
H A DConstraint_PointOnPlaneContact.h155 PointOnPlaneContact& setPlaneDisplayHalfWidth(Real halfWidth);
H A DConstraint_SphereOnPlaneContact.h196 SphereOnPlaneContact& setPlaneDisplayHalfWidth(Real halfWidth);
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DTimsBox.cpp76 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in UniPointInPlaneImpl