#include <component2.h>
Inheritance diagram for AbstractMotorComponent:
a motor has output wires (new angular velocity) and input wire (current angular velocity)
Definition at line 223 of file component2.h.
Public Member Functions | |
AbstractMotorComponent (dJointID _joint_id) | |
virtual void | set_angular_velocity (dReal angular_velocity)=0 |
virtual dReal | get_angular_velocity () const =0 |
Protected Attributes | |
dJointID | joint_id |
|
Definition at line 232 of file component.cpp. |
|
Implemented in UniversalMotorComponent. |
|
Implemented in UniversalMotorComponent. |
|
Definition at line 225 of file component2.h. |