#include <ddgutil.h>
Public Members | |||
![]() | ![]() | ddgAngle () | |
![]() | ![]() | Initializes lookup tables. | |
Static Public Members | |||
![]() | ![]() | float | degtorad (float d) |
![]() | ![]() | Input is angle in degrees. | |
![]() | ![]() | float | radtodeg (float r) |
![]() | ![]() | Input is angle in radians. | |
![]() | ![]() | float | ttorad (float t) |
![]() | ![]() | Input is angle in 0 to 1. | |
![]() | ![]() | float | mod (float a) |
![]() | ![]() | Input is angle in degrees. | |
![]() | ![]() | float | cotf (float a) |
![]() | ![]() | Input is angle in degrees. | |
![]() | ![]() | float | cos ( float angle) |
![]() | ![]() | Input is angle in degrees. | |
![]() | ![]() | float | sin ( float angle) |
![]() | ![]() | Input is angle in degrees. | |
![]() | ![]() | float | acos ( float value) |
![]() | ![]() | Input is value from 0 to 1, Output is angle in degrees. | |
![]() | ![]() | float | asin ( float value) |
![]() | ![]() | Input is value from 0 to 1, Output is angle in degrees. |