Home| base |src.lib|graphic|fbuffer| FrameBufferScaleMatrix Index

FrameBufferScaleMatrix

Syntax
int FrameBufferScaleMatrix(struct FrameBufferMatrix *ptr, float xscale,float yscale);
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferScaleMatrix function scales a transformation matrix.

The matrix to scale is pointed to by the argument ptr. The X and Y scale factors are given by the arguments xscale and yscale.

Returns
Returns zero on success. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None