iOS用のBlenderでUnityな本
- Chapter5〜Chapter7あたりを読みたい
sinやcosとか、すぐ忘れるのでメモ Python
・sin(0度)=0・sin(90度)=1
・sin(180度)=0
・cos(0度)=1
・cos(90度)=0
・cos(180度)=-1
- インポート Python
from math import *
- cos180度(Googleに入れても計算してくれます)
cos((180 * pi) / 180)
- sin0度(Googleに入れても計算してくれます)
sin((0 * pi) / 180)
プログラミング言語の速度とアプリケーションの速度がいかに関係ないかがわかるグラフ19
http://d.hatena.ne.jp/kwatch/20100430/1272585083- ATS言語?
- 日本語もある?