# 물체 회전 능력 테스트 하기

> Clean Markdown view of GeekNews topic #6028. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6028](https://news.hada.io/topic?id=6028)
- GeekNews Markdown: [https://news.hada.io/topic/6028.md](https://news.hada.io/topic/6028.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-02-22T10:47:52+09:00
- Updated: 2022-02-22T10:47:52+09:00
- Original source: [0xf00ff00f.github.io](https://0xf00ff00f.github.io/rotator/)
- Points: 5
- Comments: 1

## Topic Body

- 2분동안 똑같은 물체를 얼마나 찾을 수 있는지 테스트  
- 6개중 2개만 같은 도형  
- 오픈소스 : C++로 작성. Emscripten을 이용하여 WebAssembly로 컴파일

## Comments



### Comment 9017

- Author: kleinstein
- Created: 2022-02-23T17:40:05+09:00
- Points: 1

제목이 좀 이상하네요.  
물체 자체가 회전하는 능력을 말하는 건가? 하고 링크를 눌렀더니  
동일한 물체를 찾는 거였네요.  
  
예를 들어 "회전된 3차원 물체중 동일한 쌍 찾는 능력 테스트하기" 라고 하면 좀 더 명확할것 같습니다.
