sunos man page for fcmatrixrotate

Query: fcmatrixrotate

OS: sunos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FcMatrixRotate(3)														 FcMatrixRotate(3)

NAME
FcMatrixRotate - Rotate a matrix
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.2.3 30 June 2004 FcMatrixRotate(3)
Related Man Pages
sincos(3) - linux
sincosl(3) - linux
sincos(3) - suse
sincosf(3) - suse
sincos(3) - minix
Similar Topics in the Unix Linux Community
Delete lines with a word and their above lines
The 500 Mile Email
How to convert number to english?
Merge and Sort tabular data from different text files
Outputting sequences based on length with sed