#include "omicron/internal.h"
#include <math.h>
Go to the source code of this file.
Functions | |
| void | vertex_set_ex (vertex_t *vert, float x, float y, float z, float u, float v, float lu, float lv) |
| void | vertex_set (vertex_t *vert, float x, float y, float z, float u, float v) |
| void | vertex_copy (vertex_t *in, vertex_t *out) |
Definition in file r_vertex.cpp.
|
||||||||||||
|
copy vertex Copies a vertex into another. (out = in)
Definition at line 94 of file r_vertex.cpp. Referenced by brushface_c::cut(), and brushface_c::get_vertex(). |
|
||||||||||||||||||||||||||||
|
set vertex Fills a vertex with coordinates.
Definition at line 76 of file r_vertex.cpp. References vertex_set_ex(). Referenced by particle_type_c::draw(). |
|
||||||||||||||||||||||||||||||||||||
|
set vertex Fills a vertex with coordinates including lightmapped.
Definition at line 53 of file r_vertex.cpp. Referenced by vertex_set(). |
1.2.18