newspeoplefor developersdocumentationdownloads

nAppCamera Class Reference
[Application Subsystem]

#include <nappcamera.h>

List of all members.


Detailed Description

A simple application camera object. Derive subclasses if you need more advanced camera behaviour.

(C) 2004 RadonLabs GmbH

Definition at line 17 of file nappcamera.h.


Public Member Functions

 nAppCamera ()
 constructor
virtual ~nAppCamera ()
 destructor
transform44Transform ()
 access to the application camera's transform object
const matrix44GetViewMatrix ()
 return current view matrix
void SetFrameTime (nTime t)
 set the current frame time
nTime GetFrameTime () const
 get the current frame time
virtual void Reset ()
 reset the camera to the default position and orientation
virtual void Trigger ()
 do per-frame-work

Constructor & Destructor Documentation

nAppCamera::nAppCamera  ) 
 

constructor

Definition at line 10 of file nappcamera.cc.

nAppCamera::~nAppCamera  )  [virtual]
 

destructor

Definition at line 18 of file nappcamera.cc.


Member Function Documentation

transform44 & nAppCamera::Transform  )  [inline]
 

access to the application camera's transform object

Definition at line 47 of file nappcamera.h.

const matrix44 & nAppCamera::GetViewMatrix  )  [inline]
 

return current view matrix

Definition at line 57 of file nappcamera.h.

void nAppCamera::SetFrameTime nTime  t  )  [inline]
 

set the current frame time

Definition at line 67 of file nappcamera.h.

nTime nAppCamera::GetFrameTime  )  const [inline]
 

get the current frame time

Definition at line 77 of file nappcamera.h.

void nAppCamera::Reset  )  [virtual]
 

reset the camera to the default position and orientation

Definition at line 27 of file nappcamera.cc.

void nAppCamera::Trigger  )  [virtual]
 

do per-frame-work

Definition at line 39 of file nappcamera.cc.


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

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.