HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CHOP_Spring.h File Reference
+ Include dependency graph for CHOP_Spring.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HDK_Sample::CHOP_Spring
 

Namespaces

 HDK_Sample
 This namespace is used to hold all HDK example source code.
 

Macros

#define ARG_SPR_SPRING_CONSTANT   (myParmBase + 0)
 
#define ARG_SPR_MASS   (myParmBase + 1)
 
#define ARG_SPR_DAMPING_CONSTANT   (myParmBase + 2)
 
#define ARG_SPR_METHOD   (myParmBase + 3)
 
#define ARG_SPR_GRAB_INITIAL   (myParmBase + 4)
 
#define ARG_SPR_INITIAL_DISPLACEMENT   (myParmBase + 5)
 
#define ARG_SPR_INITIAL_VELOCITY   (myParmBase + 6)
 

Macro Definition Documentation

#define ARG_SPR_DAMPING_CONSTANT   (myParmBase + 2)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 38 of file CHOP_Spring.h.

#define ARG_SPR_GRAB_INITIAL   (myParmBase + 4)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 40 of file CHOP_Spring.h.

#define ARG_SPR_INITIAL_DISPLACEMENT   (myParmBase + 5)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 41 of file CHOP_Spring.h.

#define ARG_SPR_INITIAL_VELOCITY   (myParmBase + 6)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 42 of file CHOP_Spring.h.

#define ARG_SPR_MASS   (myParmBase + 1)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 37 of file CHOP_Spring.h.

#define ARG_SPR_METHOD   (myParmBase + 3)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 39 of file CHOP_Spring.h.

#define ARG_SPR_SPRING_CONSTANT   (myParmBase + 0)
Examples:
CHOP/CHOP_Spring.h.

Definition at line 36 of file CHOP_Spring.h.