princetonpku / hccl-archive

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

VectorAlgebra 및 Vector wrapper 타입 추가 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Vector wrapper가 현재는 급한대로 Vector3d만 구현해서 쓰고 
있습니다. 하지만 VectorAlgebra에서 그러했듯, Vector3f와 Vector2d, 
Vector2f 모두 구현할 필요가 있습니다.

2. 생각해보니 int type도 vector로 다룰 수 있을 것 같네요. 
메쉬 프로세싱에서 facet 정보 다룰 때 있으면 유용할 것 
같습니다. 따라서 VectorAlgebra function set에서 2i와 3i 버전도 
개발할 필요가 있어보이며, Vector wrapper에서도 Vector3d뿐만 
아니라 Vector3i, Vector2i도 있어야할 것 같네요.

Original issue reported on code.google.com by mec...@gmail.com on 24 Jul 2012 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by mec...@gmail.com on 24 Jul 2012 at 6:29

GoogleCodeExporter commented 9 years ago
int type 구현중임당

Original comment by icy7...@gmail.com on 24 Jul 2012 at 7:22

GoogleCodeExporter commented 9 years ago
Vector3f 구현중입니다

Original comment by mec...@gmail.com on 24 Jul 2012 at 8:19

GoogleCodeExporter commented 9 years ago
Vector2d, Vector2f 구현중임당

Original comment by mec...@gmail.com on 24 Jul 2012 at 8:27

GoogleCodeExporter commented 9 years ago
Vector3<T> 클래스 템플릿으로 전환하기로 하였음

Original comment by mec...@gmail.com on 27 Jul 2012 at 2:08