step/stepcore
spring.cc File Reference
#include "spring.h"
#include "types.h"
#include <algorithm>
#include <cmath>
Include dependency graph for spring.cc:

Go to the source code of this file.
Namespaces | |
| namespace | StepCore |
Functions | |
| StepCore::STEPCORE_META_OBJECT (Spring,"Massless spring which can be connected to bodies", 0, STEPCORE_SUPER_CLASS(Item) STEPCORE_SUPER_CLASS(Force), STEPCORE_PROPERTY_RW(StepCore::Vector2d, localPosition1,"m","Local position 1", localPosition1, setLocalPosition1) STEPCORE_PROPERTY_RW(StepCore::Vector2d, localPosition2,"m","Local position 2", localPosition2, setLocalPosition2)) STEPCORE_META_OBJECT(SpringErrors | |
| Errors class for Spring Current length lengthVariance N Damping setDampingVariance | StepCore::STEPCORE_PROPERTY_RW (StepCore::Vector2d, localPosition1Variance,"m","Local position 1 variance", localPosition1Variance, setLocalPosition1Variance) STEPCORE_PROPERTY_RW(StepCore |
| Errors class for Spring Current length lengthVariance | StepCore::STEPCORE_PROPERTY_RW (double, stiffnessVariance,"N/m","Stiffness variance", stiffnessVariance, setStiffnessVariance) STEPCORE_PROPERTY_RW(double |
| Errors class for Spring | StepCore::STEPCORE_PROPERTY_RW (double, restLengthVariance,"m","Rest length variance", restLengthVariance, setRestLengthVariance) STEPCORE_PROPERTY_R_D(double |
| Errors class for CoulombForce | StepCore::STEPCORE_SUPER_CLASS (ObjectErrors) |
Variables | |
| Errors class for Spring Current length lengthVariance | StepCore::dampingVariance |
| Errors class for Spring | StepCore::lengthVariance |
KDE 4.2 API Reference