Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/null-austin/surface-area-cs

getting surface areas on different 3d shapes, using C# or CS
https://github.com/null-austin/surface-area-cs

Last synced: about 5 hours ago
JSON representation

getting surface areas on different 3d shapes, using C# or CS

Awesome Lists containing this project

README

        

# surface area
This repo is about getting surface areas on different shapes such as cubes, and cylinders, with as few inputs as possible. we will be using C#

Surface area is basicly perimeter of a 3d shape. and is really easy to get with a few basic formulas. which will be explained later.