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

/haiku/src/servers/app/
H A DAngle.h47 float Cosine(void);
H A DAngle.cpp117 Angle::Cosine(void) function in class:Angle
H A DServerFont.cpp406 rmatrix.xx = (FT_Fixed)( rotationAngle.Cosine() * 0x10000);
409 rmatrix.yy = (FT_Fixed)( rotationAngle.Cosine() * 0x10000);
413 smatrix.xy = (FT_Fixed)(-shearAngle.Cosine() * 0x10000);

Completed in 27 milliseconds