PyGeo: a dynamic geometry toolkit

_cposition

base class for points of the complex plane Much from the PyPy complex number implementation - but now mutable

Classes

C CPosition(...) ...

The pypy complex object code, made mutable by removing the properties declarations for real and imag, and with additional attributes and methods used by Pygeo

Attributes

a division

_Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)

a EPS

0.0001

a arctan2

<ufunc 'arctan2'>

a real_slot

<member 'real' of 'CPosition' objects>

a imag_slot

<member 'imag' of 'CPosition' objects>

a absolute

<ufunc 'absolute'>

See the source for more information.