Python_2  1.0
Namespaces | Functions | Variables
Lesson48.py File Reference

Namespaces

 Lesson48
 Draw function for Lesson 48.
 

Functions

def Lesson48.Initialize (Width, Height)
 
def Lesson48.Upon_Drag (cursor_x, cursor_y)
 
def Lesson48.Upon_Click (button, button_state, cursor_x, cursor_y)
 
def Lesson48.Torus (MinorRadius, MajorRadius)
 
def Lesson48.Draw ()
 

Variables

float Lesson48.PI2 = 2.0 * 3.1415926535
 
 Lesson48.g_Transform = Matrix4fT()
 
 Lesson48.g_LastRot = Matrix3fT()
 
 Lesson48.g_ThisRot = Matrix3fT()
 
 Lesson48.g_ArcBall = ArcBallT(640, 480)
 
bool Lesson48.g_isDragging = False
 
 Lesson48.g_quadratic = None