step/stepcore
motor.cc File Reference
#include "motor.h"
#include "rigidbody.h"
#include "particle.h"
#include <cmath>
Include dependency graph for motor.cc:

Go to the source code of this file.
Namespaces | |
| namespace | StepCore |
Functions | |
| StepCore::STEPCORE_META_OBJECT (LinearMotor,"Linear motor: applies a constant force to a given position of the body", 0, STEPCORE_SUPER_CLASS(Item) STEPCORE_SUPER_CLASS(Force), STEPCORE_PROPERTY_RW(StepCore::Vector2d, forceValue,"N","Value of the force, acting on the body", forceValue, setForceValue)) STEPCORE_META_OBJECT(CircularMotor | |
| Circular | StepCore::STEPCORE_PROPERTY_RW (double, torqueValue,"N m","Value of the torque, acting on the body", torqueValue, setTorqueValue)) LinearMotor |
| Lennard Jones | StepCore::STEPCORE_SUPER_CLASS (Item) STEPCORE_SUPER_CLASS(Force) |
Variables | |
| Circular | StepCore::motor |
KDE 4.2 API Reference