Boolean geometry utilities.
Modules | ||||||
|
Functions | ||
|
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 = {'abs': <function getAbs>, 'boolean': <function getBoolean>, 'divmod': <function getDivmod>, 'float': <function getFloat>, 'hex': <function getHex>, 'int': <function getInt>, 'long': <function getLong>, 'max': <function getMax>, 'min': <function getMin>, 'round': <function getRound>, ...} globalMathConstantDictionary = {'euler': 0.5772156649015329, 'golden': 1.618033988749895, 'goldenAngle': 3.883222077450933, 'goldenRatio': 1.618033988749895, 'tau': 6.283185307179586} globalNativeFunctionSet = set(['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', ...]) globalNativeFunctions = ['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'degrees', 'e', 'exp', 'fabs', 'floor', 'fmod', 'frexp', 'hypot', 'ldexp', 'log', 'log10', 'modf', 'pi', ...] |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |
Credits | ||
Art of Illusion <http://www.artofillusion.org/> |