Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

rotation.h File Reference

#include <celmath/quaternion.h>
#include <celengine/astro.h>

Include dependency graph for rotation.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool operator== (const RotationElements &re0, const RotationElements &re1)


Function Documentation

bool operator== const RotationElements re0,
const RotationElements re1
[inline]
 

Definition at line 46 of file rotation.h.

00047 {
00048     return (re0.period         == re1.period        &&
00049             re0.offset         == re1.offset        &&
00050             re0.epoch          == re1.epoch         &&
00051             re0.obliquity      == re1.obliquity     &&
00052             re0.ascendingNode  == re1.ascendingNode &&
00053             re0.precessionRate == re1.precessionRate);
00054 }


Generated on Sat Jan 14 22:31:10 2006 for Celestia by  doxygen 1.4.1