DI-Guy SDK Documentation  13.7
diguyMathHelper Member List

This is the complete list of members for diguyMathHelper, including all inherited members.

calculate_euler_angles_from_vector(float x, float y, float z, float roll, float *yaw, float *pitch)diguyMathHelperstatic
calculate_exponential_growth_constant(float relative_value, float t)diguyMathHelperstatic
calculate_slide_in_rate(float current_distance, float base_rate, float base_distance, float acceptable_remainder=0.0f)diguyMathHelperstatic
calculate_vector_from_euler_angles(float yaw, float pitch, float **\note, float *y, float *z)diguyMathHelperstatic
diguyMathHelper()diguyMathHelper
exponential_formula(float c, float k, float t)diguyMathHelperstatic
get_ballistic_arc_velocity(float delta_x, float delta_y, float delta_z, float initial_speed, float max_elevation, float min_elevation, float **\returnet_vel_x, float *ret_vel_y, float *ret_vel_z, float *ret_delta_x, float *ret_delta_y, float *ret_delta_z)diguyMathHelperstatic
quadratic_formula(float a, float b, float c, float **\returnet1, float *ret2)diguyMathHelperstatic
rotate_vector(float in_x, float in_y, float in_z, float rz, float rx, float ry, float *out_x, float *out_y, float *out_z)diguyMathHelperstatic
unrotate_vector(float in_x, float in_y, float in_z, float rz, float rx, float ry, float *out_x, float *out_y, float *out_z)diguyMathHelperstatic
~diguyMathHelper()diguyMathHelper