About The Project
This project provides some basic geometric shape definitions and some general calculation functions.
Usage
// create a sphere shape with radius = 0.5
let sphere = new;
// compute it's volume
let volume = sphere.compute_volume;
License
See LICENSE file.