Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/currenjin/planetary-orbital-calculator

🪐 행성의 공전 궤도 계산기입니다. TDD 로 구현했어요.
https://github.com/currenjin/planetary-orbital-calculator

calculator orbit orbital planet planetary tdd test-driven-development

Last synced: 11 days ago
JSON representation

🪐 행성의 공전 궤도 계산기입니다. TDD 로 구현했어요.

Awesome Lists containing this project

README

        

# Planetary Orbital Calculator(행성의 공전 궤도 계산기)
- 220717 ~ 220723 : 작업
- 221130 : [TDD 레포지토리](https://github.com/currenjin/TDD)에서 이곳으로 옮겼습니다.

## 과정을 담은 글
- [220717 : 궤도 객체 구현](https://currenjin.github.io/wiki/test/#220717currenjinplanetaryorbitalcalculatororbit)
- [220718 : 역기점 계산기 구현](https://currenjin.github.io/wiki/test/#220718currenjinplanetaryorbitalcalculatorjulianclock)
- [220719 : 근일점 편각, 평균근점이각 계산](https://currenjin.github.io/wiki/test/#220719currenjinplanetaryorbitalcalculatorargumentofperiapsisandeccentricityanomalycalculator)
- [220720 : 편심이각 계산](https://currenjin.github.io/wiki/test/#220720currenjinplanetaryorbitalcalculatoreccentricityanomalycalculator)
- [220721 : 시간에 따른 궤도 요소 계산](https://currenjin.github.io/wiki/test/#220721currenjinplanetaryorbitalcalculatorcurrentorbitcalculator)
- [220723 : 행성 궤도 계산(황도 좌표 평면의 좌표값, 유클리드 거리, 진근점 이각)](https://currenjin.github.io/wiki/test/#220723currenjinplanetaryorbitalcalculatorplanetarypositioncalculator)