Blender CGI Blender: Making totems by simple-deform modifier Author Nobuyuki Hirakata Date 2016/07/19 The basic setting for topological transformation is double simple-deform modifier. Also, register empty to...
Analytic Philosophy Ethics Idea: Scale-based responsibility model Author Nobuyuki Hirakata Date 2016/07/11 Basic Idea: There are arguments on who has responsibility for a matter. For example,...
Programming Python: Differentiation matrix by numpy Author Nobuyuki Hirakata Date 2016/03/30 I made snippets for numerical differentiation by matrix. I think one of the pros...
Programming Python: Projectile motion of classical physics Author Nobuyuki Hirakata Date 2016/03/28 This is a python snippet to calculate max projectile angle and distance. It is...
Programming Python: Cobb–Douglas production function with Sympy Author Nobuyuki Hirakata Date 2015/06/25 I made equation and charts of Cobb-Douglas production function to test Sympy. var() registers...