Haptic Controller
Loading...
Searching...
No Matches
rendering.py File Reference

Go to the source code of this file.

Classes

class  rendering.PointsInSpace
 

Namespaces

namespace  rendering
 

Variables

 rendering.pp = PointsInSpace("Dots circling", enable_legend=True)
 
 rendering.m
 
int rendering.frame_count = 50000
 
int rendering.num_dots = 15
 
float rendering.speed = 0.005
 
 rendering.tic = time.time()
 
tuple rendering.t = (2 * np.pi / num_dots) * np.arange(num_dots)
 
 rendering.x = np.cos(t) * np.cos(4 * t)
 
 rendering.y = np.sin(t) * np.cos(4 * t)