Searched refs:Sine (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DAngle.h44 float Sine(void);
H A DAngle.cpp77 Angle::Sine() function in class:Angle
H A DServerFont.cpp407 rmatrix.xy = (FT_Fixed)(-rotationAngle.Sine() * 0x10000);
408 rmatrix.yx = (FT_Fixed)( rotationAngle.Sine() * 0x10000);

Completed in 41 milliseconds