Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/null-austin/surface-area-cs
- Owner: Null-Austin
- License: mit
- Created: 2024-04-26T20:41:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T21:37:50.000Z (7 months ago)
- Last Synced: 2024-04-30T21:42:34.767Z (7 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.