Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95202748
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
Fri, Dec 13, 16:59
Size
652 B
Mime Type
text/x-c++
Expires
Sun, Dec 15, 16:59 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22931062
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