- FT_Angle
alias FT_Angle = FT_Fixed
Undocumented in source.
- pFT_Angle_Diff
alias pFT_Angle_Diff = FT_Angle function(FT_Angle angle1, FT_Angle angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Atan2
alias pFT_Atan2 = FT_Angle function(FT_Fixed x, FT_Fixed y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Cos
alias pFT_Cos = FT_Fixed function(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Sin
alias pFT_Sin = FT_Fixed function(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Tan
alias pFT_Tan = FT_Fixed function(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Vector_From_Polar
alias pFT_Vector_From_Polar = void function(FT_Vector* vec, FT_Fixed length, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Vector_Length
alias pFT_Vector_Length = FT_Fixed function(FT_Vector* vec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Vector_Polarize
alias pFT_Vector_Polarize = void function(FT_Vector* vec, FT_Fixed* length, FT_Angle* angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Vector_Rotate
alias pFT_Vector_Rotate = void function(FT_Vector* vec, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Vector_Unit
alias pFT_Vector_Unit = void function(FT_Vector* vec, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Angle_Diff
FT_Angle FT_Angle_Diff(FT_Angle angle1, FT_Angle angle2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Atan2
FT_Angle FT_Atan2(FT_Fixed x, FT_Fixed y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Cos
FT_Fixed FT_Cos(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Sin
FT_Fixed FT_Sin(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Tan
FT_Fixed FT_Tan(FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Vector_From_Polar
void FT_Vector_From_Polar(FT_Vector* vec, FT_Fixed length, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Vector_Length
FT_Fixed FT_Vector_Length(FT_Vector* vec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Vector_Polarize
void FT_Vector_Polarize(FT_Vector* vec, FT_Fixed* length, FT_Angle* angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Vector_Rotate
void FT_Vector_Rotate(FT_Vector* vec, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Vector_Unit
void FT_Vector_Unit(FT_Vector* vec, FT_Angle angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.