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
- 하이퍼 터미널
- cocos2d-x
- Join
- android studio
- php
- C++
- is_array
- Avr
- SQL
- solution
- halliday
- 파일존재
- mysql
- 0x
- 단축키
- function
- 현재언어
- Call
- application.mk
- Get
- array
- mathemetica
- 점점변하는값
- Post
- PORTG
- Java
- 강좌
- selectc
- 월별 카운트
- unalias
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