fabmetheus_utilities.geometry.geometry_utilities.evaluate_fundamentals.euclid ($Date: 2008/02/05 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/geometry_utilities/evaluate_fundamentals/euclid.py

Boolean geometry utilities.

 
Modules
       
__init__
fabmetheus_utilities.euclidean
math

 
Classes
       
NestedVectorTestExample

 
class NestedVectorTestExample
    Class to test local attribute.
 
  Methods defined here:
__init__(self, vector3)
Get the accessible attribute.

 
Functions
       
getComplex(x=0.0, y=0.0)
Get the complex.
getNestedVectorTestExample(x=0.0, y=0.0, z=0.0)
Get the NestedVectorTestExample.
getVector3(x=0.0, y=0.0, z=0.0)
Get the vector3.
getVector3Index(index=0, x=0.0, y=0.0, z=0.0)
Get the vector3.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
__date__ = '$Date: 2008/02/05 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeDictionary = {'NestedVectorTestExample': <function getNestedVectorTestExample at 0x82a08b4>, 'Vector3': <function getVector3 at 0x82a08ec>, 'Vector3Index': <function getVector3Index at 0x82a0924>, 'complex': <function getComplex at 0x82a087c>}

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

 
Credits
        Art of Illusion <http://www.artofillusion.org/>