Home
last modified time | relevance | path

Searched defs:ContactGeometry (Results 1 – 6 of 6) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DContactGeometry.cpp38 ContactGeometry::ContactGeometry() : ModelComponent() in ContactGeometry() function in ContactGeometry
46 ContactGeometry::ContactGeometry(const PhysicalFrame& frame) : in ContactGeometry() function in ContactGeometry
52 ContactGeometry::ContactGeometry(const Vec3& location, const Vec3& orientation, in ContactGeometry() function in ContactGeometry
H A DModel.h59 class ContactGeometry; variable
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DGeneralContactSubsystem.h34 class ContactGeometry; variable
H A DContactSurface.h38 class ContactGeometry; variable
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DContactGeometry.h125 ContactGeometry() : impl(0) {} in ContactGeometry() function
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactGeometry.cpp63 ContactGeometry::ContactGeometry(ContactGeometryImpl* impl) : impl(impl) { in ContactGeometry() function in ContactGeometry
82 ContactGeometry::ContactGeometry(const ContactGeometry& src) : impl(0) { in ContactGeometry() function in ContactGeometry