Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Namespaces | Variables
cordic.py File Reference

Go to the source code of this file.

Namespaces

 cordic
 

Variables

int cordic.units = 180 * 2**16
 
int cordic.scale = units/math.pi
 
float cordic.shrink = 1.0
 
string cordic.comma = ""
 
float cordic.x = 0.5**n
 
 cordic.angle = math.atan(x)
 
 cordic.angle2 = round(angle*scale)