node_relative_path Class Reference

#include <node.hpp>

Collaboration diagram for node_relative_path:

Collaboration graph
[legend]

List of all members.


Detailed Description

Stores the nodes in the scene graph needed to calculate the transform from src's frame to dest's.

Definition at line 61 of file node.hpp.


Public Member Functions

const math::transformcalc_relative_transform (bool include_translation)
const math::transformget_relative_transform () const
void initialize (node *reference, node *cur)
 node_relative_path (node *reference, node *cur)

Private Attributes

data::simple_array< node * > from_ref
math::transform relative_transform
data::simple_array< node * > to_cur

Constructor & Destructor Documentation

node_relative_path ( node reference,
node cur 
)

Definition at line 57 of file node.cpp.

References node_relative_path::initialize().


Member Function Documentation

const math::transform & calc_relative_transform ( bool  include_translation  ) 

const math::transform& get_relative_transform (  )  const [inline]

Definition at line 71 of file node.hpp.

void initialize ( node reference,
node cur 
)


Member Data Documentation

Definition at line 66 of file node.hpp.

Referenced by node_relative_path::calc_relative_transform().


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

Generated on Sat Mar 1 13:50:07 2008 for Periapsis Project by  doxygen 1.5.5