#include "g-map-vertex.hh"#include "controler.hh"#include "view-precompile.hh"#include <cassert>

Go to the source code of this file.
Functions | |
| static float | fpmod (float div, float mod) |
| static CVertex | multMatrixVector (const float mat[3][3], float x, float y, float z) |
| static void | createRotationMatrix (float mat[3][3], float angle, const CVertex &axe) |
| static void createRotationMatrix | ( | float | mat[3][3], | |
| float | angle, | |||
| const CVertex & | axe | |||
| ) | [static] |
Definition at line 61 of file operations-eye-positioning.cc.
| static float fpmod | ( | float | div, | |
| float | mod | |||
| ) | [static] |
Definition at line 38 of file operations-eye-positioning.cc.
| static CVertex multMatrixVector | ( | const float | mat[3][3], | |
| float | x, | |||
| float | y, | |||
| float | z | |||
| ) | [static] |
Definition at line 49 of file operations-eye-positioning.cc.
1.5.8