Searched refs:setPlaneDisplayHalfWidth (Results 1 – 10 of 10) sorted by relevance
102 setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in SimTK::Constraint::PointOnPlaneContact103 updImpl().setPlaneDisplayHalfWidth(h); in setPlaneDisplayHalfWidth()
124 setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in SimTK::Constraint::SphereOnPlaneContact125 updImpl().setPlaneDisplayHalfWidth(h); in setPlaneDisplayHalfWidth()
60 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function
87 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function
726 Constraint::PointInPlane& Constraint::PointInPlane::setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in SimTK::Constraint::PointInPlane727 updImpl().setPlaneDisplayHalfWidth(h); in setPlaneDisplayHalfWidth()
1267 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function
60 PointInPlane& setPlaneDisplayHalfWidth(Real);
155 PointOnPlaneContact& setPlaneDisplayHalfWidth(Real halfWidth);
196 SphereOnPlaneContact& setPlaneDisplayHalfWidth(Real halfWidth);
76 void setPlaneDisplayHalfWidth(Real h) { in setPlaneDisplayHalfWidth() function in UniPointInPlaneImpl