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]
Variables
cordic Namespace Reference

Variables

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

Variable Documentation

◆ angle

cordic.angle = math.atan(x)

Definition at line 17 of file cordic.py.

◆ angle2

cordic.angle2 = round(angle*scale)

Definition at line 18 of file cordic.py.

Referenced by FT_Angle_Diff().

◆ comma

string cordic.comma = ""

Definition at line 8 of file cordic.py.

◆ scale

int cordic.scale = units/math.pi

Definition at line 6 of file cordic.py.

◆ shrink

float cordic.shrink = 1.0

Definition at line 7 of file cordic.py.

Referenced by vl::Transform.shrinkRecursive().

◆ units

int cordic.units = 180 * 2**16

Definition at line 5 of file cordic.py.

◆ x

float cordic.x = 0.5**n

Definition at line 15 of file cordic.py.