WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
googleearthkml.cpp File Reference
#include <iostream>
#include <fstream>
#include "googleearthkml.h"

Namespaces

namespace  warptwin
 Class to propagate CR3BP dynamics in characteristic units.

Functions

std::string warptwin::writeTrajectory (const std::vector< double > &lat, const std::vector< double > &lon, const std::vector< double > &alt, bool project_to_ground=true, const std::string &color="7f00ffff")
 Function to write a trajectory into a KML file.
void warptwin::writeKmlFile (const std::string &file, const std::vector< std::vector< double > > &lat, const std::vector< std::vector< double > > &lon, const std::vector< std::vector< double > > &alt, const std::vector< std::string > &colors, bool project_to_ground=true)
 Function to write a full KML file from trajectory data.