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

#include <convex.h>

+ Collaboration diagram for convex_corner_t:

Data Fields

float w
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 37 of file convex.h.

Field Documentation

◆ w

float convex_corner_t::w

Definition at line 42 of file convex.h.

Referenced by convex_builder_add_point().

◆ x

float convex_corner_t::x

Definition at line 39 of file convex.h.

Referenced by convex_builder_add_point(), and convex_builder_get_points3f().

◆ y

float convex_corner_t::y

Definition at line 40 of file convex.h.

Referenced by convex_builder_add_point(), and convex_builder_get_points3f().

◆ z

float convex_corner_t::z

Definition at line 41 of file convex.h.

Referenced by convex_builder_add_point(), and convex_builder_get_points3f().


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