コード例 #1
0
ファイル: scene.py プロジェクト: jkotur/jelly_cube
		def mkpln( s , p , r , a , c ) :
			p = Plane((s,s),np.dot(tr.translation_matrix(p),tr.rotation_matrix(r*m.pi/180.0,a)))
			p.c = c
			return p