Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95104033
pendulersphere.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 12, 21:41
Size
606 B
Mime Type
text/x-c++
Expires
Sat, Dec 14, 21:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22930798
Attached To
rSYMKIT symkit
pendulersphere.h
View Options
#ifndef PENDULERSPHERE_H
#define PENDULERSPHERE_H
#include "actors/shape.h"
#include "specs/positionable.h"
class
PenduleRessort
;
class
PendrSphere
:
public
Shape
,
public
Positionable
{
const
unsigned
int
id
;
// 0 or 1
const
PenduleRessort
*
desc
;
public:
PendrSphere
(
unsigned
int
id
,
const
PenduleRessort
*
,
GLModel
*
,
const
QString
&
label
=
""
,
specs_t
flags
=
S_RENDER
|
S_COLOR
|
S_POSITION
);
virtual
SVector
<
3
>
position
()
const
override
;
SPECS_POSITION
bool
isPendule
()
const
;
};
#endif
// PENDULERSPHERE_H
Event Timeline
Log In to Comment