Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111682221
oscillatorshape.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
Sun, May 4, 09:34
Size
356 B
Mime Type
text/x-c
Expires
Tue, May 6, 09:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25953510
Attached To
rSYMKIT symkit
oscillatorshape.cpp
View Options
#include "oscillatorshape.h"
#include "descriptors/oscillateur.h"
OscillatorShape::OscillatorShape(Oscillateur * oscillateur, GLModel * model, const QString& label, specs_t flags)
: Shape(model, label, flags), Describable(oscillateur)
{
}
SVector<3> OscillatorShape::position() const
{
return cast_descriptor<Oscillateur>()->cartesiennes();
}
Event Timeline
Log In to Comment