#include <plane.h>
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 |
Plane::Plane | ( | ) |
Plane::Plane | ( | vec4 | vector | ) |
Plane::Plane | ( | vec3 | normal, |
float | d | ||
) |
float Plane::d |
vec3 Plane::normal |