BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
geo_test.cpp File Reference
#include <BoosterSeat/geo.hpp>
#include "gtest/gtest.h"
#include <iostream>
Include dependency graph for geo_test.cpp:

Functions

 TEST (bst_geo, Distance)
 
 TEST (bst_geo, PathDistance)
 
 TEST (bst_geo, ShootVector)
 

Function Documentation

◆ TEST() [1/3]

TEST ( bst_geo  ,
Distance   
)

References bst::geo::distance().

Here is the call graph for this function:

◆ TEST() [2/3]

TEST ( bst_geo  ,
PathDistance   
)

References bst::geo::Point::latitude(), and bst::geo::Point::longitude().

Here is the call graph for this function:

◆ TEST() [3/3]

TEST ( bst_geo  ,
ShootVector   
)

References bst::geo::distance(), bst::geo::Point::latitude(), bst::geo::Point::longitude(), and bst::geo::Point::shootVector().

Here is the call graph for this function: