Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94255162
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
Thu, Dec 5, 04:31
Size
652 B
Mime Type
text/x-c++
Expires
Sat, Dec 7, 04:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22771454
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