Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 월별 카운트
- php
- 현재언어
- Post
- Get
- 강좌
- halliday
- application.mk
- is_array
- C++
- mathemetica
- mysql
- Call
- Java
- 0x
- Join
- SQL
- solution
- 점점변하는값
- android studio
- Avr
- 하이퍼 터미널
- 단축키
- 파일존재
- selectc
- cocos2d-x
- PORTG
- unalias
- function
- array
Archives
- Today
- Total
목록점점변하는값 (1)
코딩도사의 코드정리
점점 변하는 값 적용하기
template class FromToWithDuration2 { private: T originFrom; T from; T to; float duration; T dx; // bool positive; float flowTime; bool nextTurnIsFinish; public: FromToWithDuration2(){} FromToWithDuration2(T _from, T _to, float _duration) : originFrom(_from), nextTurnIsFinish(false) { nextTurnIsFinish = false; flowTime = 0.f; from = _from; to = _to; duration = _duration; dx = (to - from) / durati..
컴퓨터 이야기/cocos2d-x 2.x
2015. 12. 9. 06:39