Skip to content

Commit

Permalink
Added M_CycleIntoRange()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 29, 2003
1 parent 4e03211 commit 36f11d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/m_misc.h
Expand Up @@ -63,6 +63,7 @@ void M_CrossProduct(float *a, float *b, float *out);
void M_PointCrossProduct(float *v1, float *v2, float *v3, float *out);
void M_RotateVector(float vec[3], float degYaw, float degPitch);
void M_ProjectPointOnLinef(fixed_t *point, fixed_t *linepoint, fixed_t *delta, float gap, float *result);
float M_CycleIntoRange(float value, float length);

// Other utilities.
int M_ScreenShot(char *filename, int bits);
Expand Down

0 comments on commit 36f11d5

Please sign in to comment.