altEngine
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
plane.h
Go to the documentation of this file.
1
#ifndef PLANE_H
2
#define PLANE_H
3
4
class
Entity
;
5
class
Global
;
6
7
class
Plane
8
{
9
public
:
10
Plane
();
11
Plane
(
vec4
vector
);
12
Plane
(
vec3
normal
,
float
d
);
13
void
draw_plane
(
Global
&global,
matrix4
&transformation,
matrix4
&projection);
14
void
get_frustum
(
matrix4
&projection,
Plane
*frustum);
15
16
vec3
normal
;
17
float
d
;
18
};
19
20
#endif
21
22
23
Generated on Tue Nov 21 2017 19:18:54 for altEngine by
1.8.2