Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121196237
symsystem.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
Wed, Jul 9, 06:31
Size
417 B
Mime Type
text/x-c
Expires
Fri, Jul 11, 06:31 (2 d)
Engine
blob
Format
Raw Data
Handle
27288919
Attached To
rSYMKIT symkit
symsystem.cpp
View Options
#include "symsystem.h"
SymSystem
::
SymSystem
(
Descriptor
*
desc
,
const
SVector
<
3
>
&
offset
,
const
QString
&
label
,
specs_t
flags
)
:
ActorGroup
(
label
,
flags
),
Describable
(
desc
),
offset
(
offset
)
{
}
SVector
<
3
>
SymSystem
::
position
()
const
{
return
offset
;
}
void
SymSystem
::
setOffset
(
const
SVector
<
3
>&
offset
)
{
this
->
offset
=
offset
;
}
const
SVector
<
3
>&
SymSystem
::
getOffset
()
const
{
return
offset
;
}
Event Timeline
Log In to Comment