bindbc.freetype.bind.fttrigon

Undocumented in source.

Members

Aliases

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.

Enums

FT_ANGLE_PI
anonymousenum FT_ANGLE_PI
Undocumented in source.

Functions

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.

Static variables

FT_Angle_Diff
pFT_Angle_Diff FT_Angle_Diff;
Undocumented in source.
FT_Atan2
pFT_Atan2 FT_Atan2;
Undocumented in source.
FT_Cos
pFT_Cos FT_Cos;
Undocumented in source.
FT_Sin
pFT_Sin FT_Sin;
Undocumented in source.
FT_Tan
pFT_Tan FT_Tan;
Undocumented in source.
FT_Vector_From_Polar
pFT_Vector_From_Polar FT_Vector_From_Polar;
Undocumented in source.
FT_Vector_Length
pFT_Vector_Length FT_Vector_Length;
Undocumented in source.
FT_Vector_Polarize
pFT_Vector_Polarize FT_Vector_Polarize;
Undocumented in source.
FT_Vector_Rotate
pFT_Vector_Rotate FT_Vector_Rotate;
Undocumented in source.
FT_Vector_Unit
pFT_Vector_Unit FT_Vector_Unit;
Undocumented in source.

Meta