PyGeo: a dynamic geometry toolkit

_real

abstract classes for geometric objects of real space

Classes

C _Point(...) ...

a O dimensional object with a defined position in space.

C _FreePosition(...) ...

a O dimensional object which can be picked and moved through the scene display interface.

C _Line(...) ...

a 1 dimensional object representing "breathless length"

C _Plane(...) ...

a 2 dimensional surface spanned by two linearly independent vectors

C _Triangle(...) ...

an extension of the _Plane class providing for the drawing of a triangle
connecting 3 points on or defining a plane

C _Circle(...) ...

the set of points of a plane that are equidistant from a given point of the plane

C _Sphere(...) ...

the set of points in space that are equidistant from a given point

C _PointArray(...) ...

an array of points with a defined geometric relationship

C _LineArray(...) ...

an array of lines with a defined geometric relationship inherits

C _PlaneArray(...) ...

an array of planes with a defined geometric relationship

C _CirclePencil(...) ...

an array of circles with a defined geometric relationship

C _Transformation(...) ...

a mapping of a set of geometric objects

Attributes

a divide

<ufunc 'divide'>

a LINES

1

a EPS

0.0001

a arctan2

<ufunc 'arctan2'>

a hypot

<ufunc 'hypot'>

a GREEN

(0.0, 1.0, 0.0)

a conjugate

<ufunc 'conjugate'>

a CYAN

(0.0, 1.0, 1.0)

a ROUND

6

a RED

(1.0, 0.0, 0.0)

a absolute

<ufunc 'absolute'>

a sqrt

<ufunc 'sqrt'>

a arctan

<ufunc 'arctan'>

a add

<ufunc 'add'>

a PI

3.1415926535897931

a sin

<ufunc 'sin'>

a LIGHTGRAY

(0.75, 0.75, 0.75)

a arcsin

<ufunc 'arcsin'>

a cos

<ufunc 'cos'>

a __url__

'URL: http://sourceforge.net/projects/pygeo'

a multiply

<ufunc 'multiply'>

a tan

<ufunc 'tan'>

a WHITE

(1.0, 1.0, 1.0)

a subtract

<ufunc 'subtract'>

a BLUE

(0.0, 0.0, 1.0)

a math_E

2.7182818284590451

a arccos

<ufunc 'arccos'>

a BLACK

(0.0, 0.0, 0.0)

a MAGENTA

(1.0, 0.0, 1.0)

See the source for more information.