Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

idVelocity Struct Reference

#include <splines.h>


Public Member Functions

 idVelocity (long start, long duration, float s)
 idVelocity (long start, long duration, float s)

Data Fields

float speed
long startTime
long time


Constructor & Destructor Documentation

idVelocity long  start,
long  duration,
float  s
[inline]
 

Definition at line 345 of file splines.h.

References startTime, and time().

00345                                                    {
00346         startTime = start;
00347         time = duration;
00348         speed = s;
00349     }

Here is the call graph for this function:

idVelocity long  start,
long  duration,
float  s
[inline]
 

Definition at line 352 of file splines.h.

References startTime, and time().

00352                                                    {
00353         startTime = start;
00354         time = duration;
00355         speed = s;
00356     }

Here is the call graph for this function:


Field Documentation

float speed
 

Definition at line 359 of file splines.h.

long startTime
 

Definition at line 357 of file splines.h.

long time
 

Definition at line 358 of file splines.h.


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 19:55:00 2005 for Quake III Arena by  doxygen 1.3.9.1