1 #ifndef SimTK_SIMBODY_CONSTRAINT_LINE_ON_LINE_CONTACT_H_ 
    2 #define SimTK_SIMBODY_CONSTRAINT_LINE_ON_LINE_CONTACT_H_ 
  208                     Real                defaultHalfLengthF, 
 
  211                     Real                defaultHalfLengthB, 
 
  212                     bool                enforceRolling);
 
  433                           bool& linesAreParallel) 
const;
 
This defines the base Constraint class and related classes, which are used to specify limitations on ...
 
#define SimTK_INSERT_DERIVED_HANDLE_DECLARATIONS(DERIVED, DERIVED_IMPL, PARENT)
Definition: PrivateImplementation.h:343
 
#define SimTK_SIMBODY_EXPORT
Definition: Simbody/include/simbody/internal/common.h:68
 
This is the base class for all Constraint classes, which is just a handle for the underlying hidden i...
Definition: Constraint.h:67
 
A MobilizedBody is Simbody's fundamental body-and-joint object used to parameterize a system's motion...
Definition: MobilizedBody.h:169
 
This object is intended to contain all state information for a SimTK::System, except topological info...
Definition: State.h:280
 
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with o...
Definition: Assembler.h:37
 
SimTK_Real Real
This is the default compiled-in floating point type for SimTK, either float or double.
Definition: SimTKcommon/include/SimTKcommon/internal/common.h:607