Haptic rendering functions implementation. More...
#include <haptic_rendering_funx.h>
Go to the source code of this file.
Functions | |
hduVector3Dd | CalculatePlaneDrawingDemoForce (void *pUserData) |
Function to define the plane drawing haptic demo force. | |
hduVector3Dd | CalculateWorkspaceDemoForce (void *pUserData) |
Function to define the workspace haptic demo force. | |
void | Demo2_BuildPlane (void *pUserData) |
Function to define the plane for plane drawing demo. | |
hduVector3Dd | Leg_COP_Monitoring (void *pUserData) |
Function that tracks the detached leg COP and creates a force vector. |
Haptic rendering functions implementation.
Definition in file haptic_rendering_funx.cpp.
hduVector3Dd CalculatePlaneDrawingDemoForce | ( | void * | pUserData | ) |
Function to define the plane drawing haptic demo force.
pUserData | pointer to shared structure. |
Definition at line 183 of file haptic_rendering_funx.cpp.
hduVector3Dd CalculateWorkspaceDemoForce | ( | void * | pUserData | ) |
Function to define the workspace haptic demo force.
pUserData | pointer to shared structure. |
Definition at line 34 of file haptic_rendering_funx.cpp.
void Demo2_BuildPlane | ( | void * | pUserData | ) |
Function to define the plane for plane drawing demo.
pUserData | pointer to shared structure. |
Definition at line 199 of file haptic_rendering_funx.cpp.
hduVector3Dd Leg_COP_Monitoring | ( | void * | pUserData | ) |
Function that tracks the detached leg COP and creates a force vector.
pUserData | pointer to shared structure. |
Definition at line 208 of file haptic_rendering_funx.cpp.