Base class for HingeProxy.
More...
List of all members.
Public Member Functions |
|
| HingeProxyBase (const HingeProxyBase &p) |
| DelayedDispatch | set_axis (float x, float y, float z, CoordinateSystem coord_sys=PARENT_COORDINATES) |
| | Set the hinge's rotational axis.
|
| DelayedDispatch | set_pivot (float x, float y, float z, CoordinateSystem coord_sys=PARENT_COORDINATES) |
| | Set the hinge's rotational pivot.
|
Detailed Description
Base class for HingeProxy.
Member Function Documentation
| DelayedDispatch set_axis |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
CoordinateSystem |
coord_sys = PARENT_COORDINATES | |
|
) |
| | |
Set the hinge's rotational axis.
- Parameters:
-
| coord_sys | The coordinate system in which the axis is given. |
| DelayedDispatch set_pivot |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
CoordinateSystem |
coord_sys = PARENT_COORDINATES | |
|
) |
| | |
Set the hinge's rotational pivot.
- Parameters:
-
| coord_sys | The coordinate system in which the pivot is given. |
The documentation for this class was generated from the following files:
- src/client/proxies/HingeProxy.hh
- src/client/proxies/HingeProxy.cc