homoefeld berechnung und animation sollten grundlegend funktionieren
git-svn-id: http://svn.lsim.tuxzone.org/trunk@3 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -32,6 +32,8 @@ class GraphicsEllipseItem : public QObject , public QGraphicsEllipseItem {
|
||||
QWidget* getDockWidget() const;
|
||||
|
||||
~GraphicsEllipseItem();
|
||||
QList<QPointF> * getCurrProbePath();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -58,12 +60,15 @@ class GraphicsEllipseItem : public QObject , public QGraphicsEllipseItem {
|
||||
/*!
|
||||
\param steps Anzahl der auszufürenden Schriite
|
||||
*/
|
||||
void calculateProbePath (QPointF startPoint = QPointF(0,0), double startSpeedX = 0, double startSpeedY = 0);
|
||||
void calculateProbePath (QPointF startPoint = QPointF(0,0) , double startSpeedX = 0, double startSpeedY = 0);
|
||||
|
||||
void setMasse ( const long double& theValue );
|
||||
void setMasse ( const double& theValue );
|
||||
|
||||
|
||||
long double getMasse() const;
|
||||
//! Gibt die Masse zurück
|
||||
/*!
|
||||
\param speed alles != 0 relativistisch
|
||||
*/
|
||||
double getMasse(double speed);
|
||||
|
||||
void setCharge ( const long double& theValue );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user