FS2_Open
Open source remastering of the Freespace 2 engine
avd_movement Class Reference

#include <physics.h>

Public Member Functions

 avd_movement ()
 
void clear ()
 
void get (float Time, float *Position, float *Velocity)
 
void get (float *Position, float *Velocity)
 
void set (float position)
 
void setAVD (float final_position, float total_movement_time, float starting_accleration_time, float ending_acceleration_time, float final_velocity)
 
void setVD (float total_movement_time, float ending_acceleration_time, float final_velocity)
 
void update (float Time)
 
void update ()
 

Detailed Description

Definition at line 165 of file physics.h.

Constructor & Destructor Documentation

avd_movement::avd_movement ( )

Definition at line 1141 of file physics.cpp.

Member Function Documentation

void avd_movement::clear ( )

Definition at line 1145 of file physics.cpp.

void avd_movement::get ( float  Time,
float Position,
float Velocity 
)

Definition at line 1172 of file physics.cpp.

void avd_movement::get ( float Position,
float Velocity 
)

Definition at line 1182 of file physics.cpp.

void avd_movement::set ( float  position)

Definition at line 1188 of file physics.cpp.

void avd_movement::setAVD ( float  final_position,
float  total_movement_time,
float  starting_accleration_time,
float  ending_acceleration_time,
float  final_velocity 
)

Definition at line 1194 of file physics.cpp.

void avd_movement::setVD ( float  total_movement_time,
float  ending_acceleration_time,
float  final_velocity 
)

Definition at line 1227 of file physics.cpp.

void avd_movement::update ( float  Time)

Definition at line 1252 of file physics.cpp.

void avd_movement::update ( )

Definition at line 1246 of file physics.cpp.


The documentation for this class was generated from the following files: