Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122182958
pendsphere.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 16, 10:26
Size
652 B
Mime Type
text/x-c++
Expires
Fri, Jul 18, 10:26 (2 d)
Engine
blob
Format
Raw Data
Handle
27446033
Attached To
rSYMKIT symkit
pendsphere.h
View Options
#ifndef PENDSPHERE_H
#define PENDSPHERE_H
#include "actors/shape.h"
#include "specs/positionable.h"
class PenduleDesc;
class PendSphere : public Shape, public Positionable
{
const unsigned int id; // 0 ou 1 pour identifier la particule
const PenduleDesc * desc;
public:
/* Constructor */
PendSphere(unsigned int id,
const PenduleDesc *,
GLModel *,
const QString& label = "",
specs_t flags = S_RENDER | S_COLOR | S_POSITION);
//Retourne la position en fonction de l'id
virtual SVector<3> position() const override;
SPECS_POSITION
};
#endif // PENDSPHERE_H
Event Timeline
Log In to Comment