| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
SYNOPSIS
#include <fontconfig.h>
void FcMatrixRotate (FcMatrix *matrix, doublecos, doublesin);
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.3.2
27 April 2005 FcMatrixRotate(3)
Man(1) output converted with man2html |