Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95140396
oscillatorparticle.cpp
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, 04:31
Size
358 B
Mime Type
text/x-c
Expires
Sun, Dec 15, 04:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22938965
Attached To
rSYMKIT symkit
oscillatorparticle.cpp
View Options
#include "oscillatorparticle.h"
#include "descriptors/oscillateur.h"
OscillatorParticle
::
OscillatorParticle
(
Oscillateur
*
oscillateur
,
GLModel
*
model
,
const
QString
&
label
,
specs_t
flags
)
:
Particle
(
oscillateur
,
model
,
label
,
flags
)
{
}
SVector
<
3
>
OscillatorParticle
::
position
()
const
{
return
cast_descriptor
<
Oscillateur
>
()
->
cartesiennes
();
}
Event Timeline
Log In to Comment