Crate deltav_calc

Source
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§

DeltavMap
Represents a usable deltav map
NoSuchNodeError
This error is raised when a node is searched that doesn’t exist. It saves the nodes name

Enums§

MenuTree
The menu trees represent nodes in the delta-v map and the categories they are put into