![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <convex.h>
Data Fields | |
float | w |
float | x |
float | y |
float | z |
float convex_corner_t::w |
Definition at line 42 of file convex.h.
Referenced by convex_builder_add_point().
float convex_corner_t::x |
Definition at line 39 of file convex.h.
Referenced by convex_builder_add_point(), and convex_builder_get_points3f().
float convex_corner_t::y |
Definition at line 40 of file convex.h.
Referenced by convex_builder_add_point(), and convex_builder_get_points3f().
float convex_corner_t::z |
Definition at line 41 of file convex.h.
Referenced by convex_builder_add_point(), and convex_builder_get_points3f().