Manual Reference Pages  - FcMatrixRotate (3)

NAME

FcMatrixRotate - Rotate a matrix

CONTENTS

Synopsis

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

Jump to page    or go to Top of page |  Section 3 |  Main Index.


FcMatrixRotate (3) 30 June 2004
Generated by manServer 1.07 from /usr/share/man/man3/FcMatrixRotate.3.gz using man macros.