altEngine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
Frame Class Reference

#include <frame.h>

Collaboration diagram for Frame:
Collaboration graph
[legend]

Public Member Functions

 Frame ()
 
void reset ()
 
void update (input_t &keyboard)
 
void update (const vec2 &mouse, float scale)
 
void set (matrix4 &trans)
 
void set (matrix3 &trans)
 

Public Attributes

vec3 pos
 
vec3 up
 
vec3 forward
 

Constructor & Destructor Documentation

Frame::Frame ( )
inline

Here is the call graph for this function:

Member Function Documentation

void Frame::reset ( )

Here is the caller graph for this function:

void Frame::set ( matrix4 trans)

Here is the call graph for this function:

Here is the caller graph for this function:

void Frame::set ( matrix3 trans)

Here is the call graph for this function:

void Frame::update ( input_t keyboard)

Here is the call graph for this function:

Here is the caller graph for this function:

void Frame::update ( const vec2 mouse,
float  scale 
)

Here is the call graph for this function:

Member Data Documentation

vec3 Frame::forward
vec3 Frame::pos
vec3 Frame::up

The documentation for this class was generated from the following files: