siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
solar_system_bodies_example.cpp File Reference
#include <siderust/siderust.hpp>
#include <cmath>
#include <cstdio>
Include dependency graph for solar_system_bodies_example.cpp:

Go to the source code of this file.

Functions

template<typename PosT >
static double norm3 (const PosT &p)
 
static void print_planet (const char *name, const Planet &p)
 
int main ()
 

Function Documentation

◆ main()

◆ norm3()

template<typename PosT >
static double norm3 ( const PosT &  p)
static
Examples
solar_system_bodies_example.cpp.

Definition at line 19 of file solar_system_bodies_example.cpp.

Referenced by main().

◆ print_planet()