Expand description
A crate to generate a graph of the popular delta-v maps used in the game Kerbal Space Program. It allows you to calculate the deltav to get from one point
§Example
use deltav_calc::DeltavMap;
let stock_map = DeltavMap::new_stock();
let deltav = stock_map.calculate_delta_v("Kerbin Surface", "Mun Surface");
Structs§
- Deltav
Map - Represents a usable deltav map
- NoSuch
Node Error - This error is raised when a node is searched that doesn’t exist. It saves the nodes name
Enums§
- Menu
Tree - The menu trees represent nodes in the delta-v map and the categories they are put into