#include "vector.h"
Include dependency graph for plane.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef vec_t | plane [4] |
Functions | |
void | plane_normal (plane, vec3) |
float | plane_dist (plane) |
void | plane_frompoints (plane, vec3, vec3, vec3) |
float | plane_vecdist (plane, vec3) |
float | plane_vecsdist (plane, vec3) |
float | plane_planedist (plane, plane) |
int | plane_parallel (plane, plane) |
int | plane_lineintersect (plane, vec3, vec3, vec3) |
float plane_dist | ( | plane | ) | [inline] |