DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
convex_face_t Struct Reference

#include <convex.h>

+ Collaboration diagram for convex_face_t:

Data Fields

float w
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 46 of file convex.h.

Field Documentation

◆ w

float convex_face_t::w

Definition at line 52 of file convex.h.

Referenced by convex_builder_add_point().

◆ x

float convex_face_t::x

Definition at line 49 of file convex.h.

Referenced by convex_builder_add_point().

◆ y

float convex_face_t::y

Definition at line 50 of file convex.h.

Referenced by convex_builder_add_point().

◆ z

float convex_face_t::z

Definition at line 51 of file convex.h.

Referenced by convex_builder_add_point().


The documentation for this struct was generated from the following file: