Man Page
Manual Section... (3) - page: FcMatrixRotate
NAME
FcMatrixRotate - Rotate a matrixSYNOPSIS
#include <fontconfig.h>
void FcMatrixRotate (FcMatrix *matrix, double cos, double sin);
DESCRIPTION
FcMatrixRotate rotates matrix by the angle who's sine is sin and cosine is cos. This is done by multiplying by the matrix:
cos -sin sin cos
VERSION
Fontconfig version 2.6.0
Index
This document was created by man2html, using the manual pages.
Time: 15:27:19 GMT, June 11, 2010
