Chris wrote:Oops . . . I'd forgotten about that. I still need to make a double precision option for xyz files. I'm considering something like this:
SampledOrbit
{
TrajectoryFile "orbit.xyz"
Precision "double"
Periodic true
}
Hi all.
Is there something new about that? (Nothing appears in CVS I guess)
I need this double precision for spacecraft formation flight. (spacecraft have to be relatively located with millimeter precision)
Now, I'm using this (in SampledOrbit.cpp)
Code: Select all
struct Sample
{
double t;
double x, y, z;
};
It's no hard to modify, but I'd like to be "public releases compliant"...
Mathieu (spacebel)