FrameBufferRotateMatrix
| Syntax | |
int FrameBufferRotateMatrix(struct FrameBufferMatrix *ptr, float angle); | |
| Header | |
| base/rfbuffer.h | |
| Library | |
| rfbuf | |
| Description | |
The The matrix to rotate is pointed to by the argument ptr. The angle in degrees to rotate the matrix is given by the argument angle. | |
| Returns | |
| Returns zero on success. On error, (-1) is returned. | |
| Errors | |
| On error, (-1) is returned. | |
| Example | |
| None |