Turtle
index
/Users/amos/Documents/Database/Mental/Programming/python/lib/avatar/Personal2/www.amos/Python/lib/imagelib/Turtle/Turtle.py

a class for turtles that use multidimensional vectors

 
Classes
       
Turtle
Turtle2D
Turtle3D

 
class Turtle
     Methods defined here:
Rotate(self, xAngle, i, j)
__init__(self, **d)
fd(self, x)
get(self, sName)
getDrawing(self)
getStyle(self)
move(self, vDiff)
pop(self)
push(self)
set(self, sName, oVal)
setDrawing(self, drwg=None)
setStyle(self, dStyle)

Data and other attributes defined here:
dStyleDefault = {'color': '#000', 'pen': True}

 
class Turtle2D(Turtle)
     Methods defined here:
__init__(self, **d)
rt(self, xAngle)

Methods inherited from Turtle:
Rotate(self, xAngle, i, j)
fd(self, x)
get(self, sName)
getDrawing(self)
getStyle(self)
move(self, vDiff)
pop(self)
push(self)
set(self, sName, oVal)
setDrawing(self, drwg=None)
setStyle(self, dStyle)

Data and other attributes inherited from Turtle:
dStyleDefault = {'color': '#000', 'pen': True}

 
class Turtle3D(Turtle)
     Methods defined here:
__init__(self, **d)
pitch(self, xAngle)
roll(self, xAngle)
yaw(self, xAngle)

Methods inherited from Turtle:
Rotate(self, xAngle, i, j)
fd(self, x)
get(self, sName)
getDrawing(self)
getStyle(self)
move(self, vDiff)
pop(self)
push(self)
set(self, sName, oVal)
setDrawing(self, drwg=None)
setStyle(self, dStyle)

Data and other attributes inherited from Turtle:
dStyleDefault = {'color': '#000', 'pen': True}

 
Functions
       
cos(...)
cos(x)
 
Return the cosine of x (measured in radians).
sin(...)
sin(x)
 
Return the sine of x (measured in radians).

 
Data
        pi = 3.1415926535897931
xDegree = 0.017453292519943295