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.
getCylindrical(azimuthDegrees, radius=1.0, z=0.0)
Get the cylindrical vector3 by degrees.
getCylindricalByRadians(azimuthRadians, radius=1.0, z=0.0)
Get the cylindrical vector3 by radians.
getNestedVectorTestExample(x=0.0, y=0.0, z=0.0)
Get the NestedVectorTestExample.
getPolar(angleDegrees, radius=1.0)
Get the complex polar by degrees.
getPolarByRadians(angleRadians, radius=1.0)
Get the complex polar by radians.
getSpherical(azimuthDegrees, elevationDegrees, radius=1.0)
Get the spherical vector3 unit by degrees.
getSphericalByRadians(azimuthRadians, elevationRadians, radius=1.0)
Get the spherical vector3 unit by radians.
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__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeDictionary = {'NestedVectorTestExample': <function getNestedVectorTestExample>, 'Vector3': <function getVector3>, 'Vector3Index': <function getVector3Index>, 'complex': <function getComplex>, 'getCylindrical': <function getCylindrical>, 'getCylindricalByRadians': <function getCylindricalByRadians>, 'getPolar': <function getPolar>, 'getPolarByRadians': <function getPolarByRadians>, 'getSpherical': <function getSpherical>, 'getSphericalByRadians': <function getSphericalByRadians>}

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

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