Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94258833
camera.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 5, 05:23
Size
257 B
Mime Type
text/x-c++
Expires
Sat, Dec 7, 05:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22771862
Attached To
rSYMKIT symkit
camera.h
View Options
#ifndef __CAMERA_H__
#define __CAMERA_H__
#include "vect3d.h"
class
Camera
{
public:
Camera
();
~
Camera
();
// TODO Member access functions
private:
Vector
position
;
Vector
lookat
;
// TODO OpenGL portview specifics
};
#endif
Event Timeline
Log In to Comment