projects
/
MicroTrace.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
code for assignment 2
[MicroTrace.git]
/
Camera.hxx
diff --git
a/Camera.hxx
b/Camera.hxx
index
51f9865
..
b2bc711
100644
(file)
--- a/
Camera.hxx
+++ b/
Camera.hxx
@@
-8,7
+8,7
@@
class Camera
public:
Camera(int resX, int resY);
virtual ~Camera();
- virtual bool InitRay(float x, float y, Ray &ray) = 0;
+ virtual bool InitRay(float x, float y, Ray &ray)
const
= 0;
int resX() const;
int resY() const;
This page took
0.022612 seconds
and
4
git commands to generate.