Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121744186
planet3.hh
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, Jul 13, 13:21
Size
344 B
Mime Type
text/x-c++
Expires
Tue, Jul 15, 13:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27383257
Attached To
R9360 PCSC_git
planet3.hh
View Options
class
Planet
{
public
:
Planet
();
// constructor
Planet
(
double
param1
,
int
param2
);
// second constructor
Planet
(
const
Planet
&
);
// copy constructor
~
Planet
();
// destructor
void
move
(
double
delta
[
3
]);
// a method
private
:
// a pointer member
double
*
coords
;
};
Event Timeline
Log In to Comment