vrfileman

view src/user.cc @ 2:282da6123fd4

lalalala
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 01 Feb 2015 12:51:10 +0200
parents
children 2cbf85690e03
line source
1 #include "user.h"
3 void PosRot::move(float dfwd, float dright, float dup)
4 {
5 }
7 void PosRot::rotate(float dhoriz, float dvert)
8 {
9 }
11 void PosRot::calc_matrix(Matrix4x4 *res) const
12 {
13 }
15 void PosRot::calc_inv_matrix(Matrix4x4 *res) const
16 {
17 }