debian man page for fcmatrixrotate

Query: fcmatrixrotate

OS: debian

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, 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.9.0 16 April 2012 FcMatrixRotate(3)
Related Man Pages
sincos(3) - linux
sincosf(3) - linux
sincosf(3) - debian
sincos(3) - suse
sincos(3) - xfree86
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?