step/stepcore
spring.h
Go to the documentation of this file.
RigidBody class.
SpringErrors * springErrors()
Get (and possibly create) SpringErrors object.
Definition: spring.h:214
void setLocalPosition1(const Vector2d &localPosition1)
Set local position of the first end of the spring on the body or in the world (if the end is not conn...
Definition: spring.h:173
Spring(double restLength=0, double stiffness=1, double damping=0, Item *body1=0, Item *body2=0)
Constructs Spring.
void setLocalPosition2(const Vector2d &localPosition2)
Set local position of the second end of the spring on the body or in the world (if the end is not con...
Definition: spring.h:180
Item, Body, Force and Tool interfaces, World class.
Vector2d velocity1() const
Set position of the second end of the spring (will be ignored the end is connected) ...
Definition: spring.cc:222
StepCore::Vector2d _localPosition1Variance
Definition: spring.h:107
Object, MetaObject and MetaProperty classes.
void setRestLengthVariance(double restLengthVariance)
Set restLength variance.
Definition: spring.h:59
StepCore::Vector2d _localPosition2Variance
Definition: spring.h:108
void setLocalPosition1Variance(const Vector2d &localPosition1Variance)
Set localPosition1 variance.
Definition: spring.h:80
Particle and ChargedParticle classes.
void setLocalPosition2Variance(const Vector2d &localPosition2Variance)
Set localPosition2 variance.
Definition: spring.h:86
Vector2d localPosition1() const
Local position of the first end of the spring on the body or in the world (if the end is not connecte...
Definition: spring.h:170
Vector2d localPosition2() const
Local position of the second end of the spring on the body or in the world (if the end is not connect...
Definition: spring.h:177
Vector2d position2() const
Set position of the first end of the spring (will be ignored the end is connected) ...
Definition: spring.cc:198
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.