Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120662960
planet2.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 6, 02:42
Size
207 B
Mime Type
text/x-c++
Expires
Tue, Jul 8, 02:42 (2 d)
Engine
blob
Format
Raw Data
Handle
27224687
Attached To
R9360 PCSC_git
planet2.hh
View Options
class Planet {
public:
Planet(); // constructor
~Planet(); // destructor
void move(double delta[3]); // a method
private:
// a pointer member
double *coords;
};
Event Timeline
Log In to Comment