#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) |
|
||||||||||||
|
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 }
|
1.4.1