|
libreis
0.1.0
A simple header-based drop-in library
|
Functions for math operations. More...
#include <reis/math.h>Data Structures | |
| struct | Matrix |
Functions | |
| Matrix * | create_matrix (int n_rows, int n_cols) |
| Matrix * | copy_matrix (double *data, int n_rows, int n_cols) |
| void | print_matrix (Matrix *mat) |
| int | isNum (const char *str) |
| mat3 | mat3_identity (void) |
| mat4 | mat4_identity (void) |
| mat4 | mat4_ortho (GLfloat left, GLfloat right, GLfloat bot, GLfloat top, GLfloat near, GLfloat far) |
Functions for math operations.