projects
/
MicroTrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f147b35ba24727ed379d72b91784698c982ce5c5
[MicroTrace.git]
/
Primitive.hxx
1
#ifndef PRIMITIVE_HXX
2
#define PRIMITIVE_HXX
3
4
#include "Ray.hxx"
5
6
class Primitive
7
{
8
public:
9
virtual bool Intersect(Ray &ray) = 0;
10
};
11
12
#endif
This page took
0.037178 seconds
and
3
git commands to generate.