Searched refs:angle (Results 1 – 4 of 4) sorted by relevance
21 angle = 2.0*math.pi * np.random.randn(1,NBVECS) variable25 xa[:,0]=radius*np.cos(angle)26 xa[:,1]=radius*np.sin(angle)
130 angle = 2.0 * math.pi * np.random.randn(1, NBVECS) variable134 xa[:, 0] = radius * np.cos(angle)135 xa[:, 1] = radius * np.sin(angle)
176 for r,angle in combinations:177 x = r*np.cos(angle)178 y = r*np.sin(angle)
1460 # this color. Hue is specified as an angle on a color-wheel, see