Namespaces | Defines

_src_object_dyna.cc File Reference

Dyna class. More...

#include "base/module.hh"
#include "math/module.hh"
#include "math/matrix.hh"
#include "world/module.hh"
#include "collision/module.hh"
#include "object/module.hh"
#include "object/defs.hh"
#include "object/dyna.hh"

Namespaces

namespace  object
 

3D Object classes.


Defines

#define OBJECT_DYNA_CC   1

Detailed Description

Dyna class.

LastChangedDate:
2011-04-23 21:07:07 -0400 (Sat, 23 Apr 2011)
Author:
Jim E. Brooks http://www.palomino3d.org
 *
 * Translate() vs. SetMatrix():
 * ----------------------------
 * Calling Translate() or SetMatrix(m,TRANSLATION) is considered movement.
 * Calling SetMatrix(void) is considered placement.
 * Collision-detection is tested while moving only.
 *
 * Collision-detection:
 * --------------------
 * Dyna is the class of Objects that are dynamically animated.
 * Therefore, Dyna (not Object) tests if it has collided into another Object.
 * Object has the collision flag (along with other flags in Object::mBits).
 *
 * 

Define Documentation

#define OBJECT_DYNA_CC   1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:10