altEngine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
Plane Class Reference

#include <plane.h>

Collaboration diagram for Plane:
Collaboration graph
[legend]

Public Member Functions

 Plane ()
 
 Plane (vec4 vector)
 
 Plane (vec3 normal, float d)
 
void draw_plane (Global &global, matrix4 &transformation, matrix4 &projection)
 
void get_frustum (matrix4 &projection, Plane *frustum)
 

Public Attributes

vec3 normal
 
float d
 

Constructor & Destructor Documentation

Plane::Plane ( )
Plane::Plane ( vec4  vector)
Plane::Plane ( vec3  normal,
float  d 
)

Member Function Documentation

void Plane::draw_plane ( Global global,
matrix4 transformation,
matrix4 projection 
)
void Plane::get_frustum ( matrix4 projection,
Plane frustum 
)

Member Data Documentation

float Plane::d
vec3 Plane::normal

The documentation for this class was generated from the following files: