Index of the drawing module
-
m
base.drawing
...
- modules providing the rendering functionality for PyGeo geometric objects
-
m
pygeoprimitives
...
- inherent from and intialize cvisual primitives to use as PyGeo drawing primitives; and create a primitive for
the drawing of a wireframe sphere
-
m
zdraw
...
- drawing and graphics related routines to use as mixin classes with objects of the
complex plane
-
f
constrain_draw
...
- for constraining the drawing position of points where largs values
relative to the scene scale can cause display prblems. The option to
turn off drawing constraints and the 'MAX' constant is by editing the
pygeoopts.py file
-
C
zdrawPoint
...
- drawing back-end for objects derived from the _zPoint class
-
C
zdrawCircle
...
- drawing back-end for objects derived from the _zCircle class
-
C
zdrawLine
...
- drawing back-end for objects derived from the _zLine class
-
C
zdrawArray
...
- generalized drawing back-end for array objects, i.e. _zLineArray, _zCirclePencil ,etc.
-
m
vdraw
...
- drawing and graphics related routines to use as mixin classes with objects of real
3d space
-
f
constrain_draw
...
- for constraining the drawing position of points where largs values
relative to the scene scale can cause display prblems. The option to
turn off drawing constraints and the 'MAX' constant is by editing the
pygeoopts.py file
-
C
drawLine
...
- drawing back-end for objects derived from the _Line class
-
C
drawSphere
...
- drawing back-end for objects derived from the _Sphere class
-
C
drawPointArray
...
- override the generalized array drawing back-end for _PointArrays, which
can draw the curves connecting the arrays points, as well as the points themselves
-
C
drawPlane
...
- drawing back-end for objects derived from the _Plane class
-
C
drawArray
...
- generalized drawing back-end for array objects, i.e. _LineArray, _CirclePencil ,etc.
-
C
drawCircle
...
- drawing back-end for objects derived from the _Circle class
-
C
drawTriangle
...
- drawing back-end for objects derived from the _Triangle class
-
C
drawPoint
...
- drawing back-end for objects derived from the _Point class