| 
    Simbody
    3.6
    
   | 
 
This is the header file that every Simmath compilation unit should include first. More...
Go to the source code of this file.
Namespaces | |
| SimTK | |
| This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.  | |
| SimTK::Exception | |
| This sub-namespace of SimTK is used for the exception types that are thrown by our error handing code.  | |
Macros | |
| #define | SimTK_SIMMATH_EXPORT | 
Functions | |
| void | SimTK_version_simmath (int *major, int *minor, int *build) | 
| void | SimTK_about_simmath (const char *key, int maxlen, char *value) | 
Variables | |
| static const double | POSITIVE_INF = 2e19 | 
| static const double | NEGATIVE_INF = -2e19 | 
This is the header file that every Simmath compilation unit should include first.
| #define SimTK_SIMMATH_EXPORT | 
| void SimTK_version_simmath | ( | int * | major, | 
| int * | minor, | ||
| int * | build | ||
| ) | 
| void SimTK_about_simmath | ( | const char * | key, | 
| int | maxlen, | ||
| char * | value | ||
| ) | 
      
  | 
  static | 
      
  | 
  static |