#include "KX_CameraActuator.h"
#include <iostream>
#include <math.h>
#include "KX_GameObject.h"
Go to the source code of this file.
Functions | |
float | Normalise (float *n) |
void | Crossf (float *c, float *a, float *b) |
void | VecUpMat3 (float *vec, float mat[][3], short axis) |
|
Definition at line 65 of file KX_CameraActuator.cpp. Referenced by VecUpMat3(). |
|
Definition at line 46 of file KX_CameraActuator.cpp. Referenced by VecUpMat3(). |
|
Definition at line 73 of file KX_CameraActuator.cpp. Referenced by KX_CameraActuator::Update(). |