princetonpku / hccl-archive

Automatically exported from code.google.com/p/hccl-archive
0 stars 0 forks source link

Mathematics 부분 재정비 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
현재 기존에 있던 VectorAlgebra 솔루션(.sln)을 없애고 
Mathematics라는 포괄적인 솔루션을 생성하여 그 안에 
VectorAlgebra 및 QuaternionAlgebra 프로젝트로 분류하는 방식으로 
전체 그림을 재정비하였습니다. 추후에 MatrixAlgebra도 추가될 
예정이며, 이 밖에도 기타 SparseMatrix나 다른 여러 수학 연산 
알고리듬들이 추가될 예정입니다.

현재는 제가 함수 틀만 만들어 두어서 작동하지 않는 
코드들이 많습니다.
특히 quaternion의 경우에는 아직 덧셈뺄셈곱셈나눗셈 등도 
구현되지 않은 상태이며,
vector도 역시 아직 부족한 기능들이 많습니다.

따라서 1~2명 정도가 맡아서 이 부분들을 구현해주셨으면 
좋겠습니다.
빠른 accept 기다리겠습니다!

Original issue reported on code.google.com by mec...@gmail.com on 19 Jul 2012 at 2:37

GoogleCodeExporter commented 9 years ago
참고로 정확하게 내가 "이러이러한 부분을 맡아서 
완성하겠다" 또는 "이러이러한 내용을 새로 추가하겠다"는 
식의 의사를 comment에 적어주시기 바라며, 혼란을 막기 위해 
본인이 맡은 부분을 제외한 다른 파트는 최대한 
보존해주시기 바랍니다.

Original comment by mec...@gmail.com on 19 Jul 2012 at 2:39

GoogleCodeExporter commented 9 years ago
두 벡터의 각도를 구하는 함수 추가하겠음.

Original comment by hounh...@gmail.com on 19 Jul 2012 at 5:31

GoogleCodeExporter commented 9 years ago
quaternion 기본 연산 모두 구현하였음

Original comment by mec...@gmail.com on 19 Jul 2012 at 5:44