Home | Trees | Indices | Help |
|
---|
|
1 from . import contract, np 711 if np.abs(b[2]) == 1: 12 return np.array([1, 0]) 13 theta = np.arctan2(b[1], b[0]) 14 return np.array([np.cos(theta), np.sin(theta)])15 24 33
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 22 20:39:24 2012 | http://epydoc.sourceforge.net |