Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95137549
oscillatorparticle.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, 03:58
Size
507 B
Mime Type
text/x-c++
Expires
Sun, Dec 15, 03:58 (2 d)
Engine
blob
Format
Raw Data
Handle
22910350
Attached To
rSYMKIT symkit
oscillatorparticle.h
View Options
#ifndef OSCILLATOR_PARTICLE_H
#define OSCILLATOR_PARTICLE_H
#include "actors/particle.h"
class
Oscillateur
;
class
OscillatorParticle
:
public
Particle
{
public:
OscillatorParticle
(
Oscillateur
*
oscillateur
=
0
,
GLModel
*
model
=
0
,
const
QString
&
label
=
""
,
specs_t
flags
=
S_RENDER
|
S_FILL_MODE
|
S_POSITION
|
S_COLOR
|
S_DESCRIPTOR
);
virtual
SVector
<
3
>
position
()
const
override
;
};
#endif
// OSCILLATOR_PARTICLE_H
Event Timeline
Log In to Comment