Skip to content

Commit

Permalink
Added Rend_PointDist3D()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent 862e68f commit 637be51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/Include/rend_main.h
@@ -1,6 +1,7 @@
#ifndef __DOOMSDAY_REND_MAIN_H__
#define __DOOMSDAY_REND_MAIN_H__

#include "rend_list.h"
#include "r_things.h"

extern float vx, vy, vz, vang, vpitch, fieldOfView, yfov;
Expand All @@ -16,7 +17,9 @@ void Rend_RenderMap(void);
void Rend_ModelViewMatrix(boolean use_angles);

float Rend_PointDist2D(float c[2]);
float Rend_PointDist3D(float c[3]);
float Rend_SignedPointDist2D(float c[2]);
int Rend_SegFacingDir(float v1[2], float v2[2]);
int Rend_MidTexturePos(rendpoly_t *quad, float tcyoff, boolean lower_unpeg);

#endif

0 comments on commit 637be51

Please sign in to comment.