| KineticsKit.povexport | index KineticsKit.povexport.py |
# ruth chabay, carnegie mellon university (rchabay@andrew.cmu.edu)
# v1.0 2000-12-17
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| Character = 'c' Complex = 'D' Complex0 = 'F' Complex16 = 'F' Complex32 = 'F' Complex64 = 'D' Complex8 = 'F' Float = 'd' Float0 = 'f' Float16 = 'f' Float32 = 'f' Float64 = 'd' Float8 = 'f' Int = 'l' Int0 = '1' Int16 = 's' Int32 = 'i' Int8 = '1' LittleEndian = True NewAxis = None POVEXPORT_VERSION = 'povexport 2004-07-18' PyObject = 'O' UInt = 'u' UInt16 = 'w' UInt32 = 'u' UInt8 = 'b' UnsignedInt16 = 'w' UnsignedInt32 = 'u' UnsignedInt8 = 'b' UnsignedInteger = 'u' __file__ = 'C:\\Python24\\lib\\site-packages\\KineticsKit\\povexport.pyc' __name__ = 'KineticsKit.povexport' absolute = <ufunc 'absolute'> add = <ufunc 'add'> arccos = <ufunc 'arccos'> arccosh = <ufunc 'arccosh'> arcsin = <ufunc 'arcsin'> arcsinh = <ufunc 'arcsinh'> arctan = <ufunc 'arctan'> arctan2 = <ufunc 'arctan2'> arctanh = <ufunc 'arctanh'> bitwise_and = <ufunc 'bitwise_and'> bitwise_or = <ufunc 'bitwise_or'> bitwise_xor = <ufunc 'bitwise_xor'> ceil = <ufunc 'ceil'> comp = <Boost.Python.function object at 0x00924FE8> conjugate = <ufunc 'conjugate'> cos = <ufunc 'cos'> cosh = <ufunc 'cosh'> cross = <Boost.Python.function object at 0x00924EE8> diff_angle = <Boost.Python.function object> divide = <ufunc 'divide'> divide_safe = <ufunc 'divide_safe'> e = 2.7182818284590451 equal = <ufunc 'equal'> exp = <ufunc 'exp'> fabs = <ufunc 'fabs'> false = 0 floor = <ufunc 'floor'> floor_divide = <ufunc 'floor_divide'> fmod = <ufunc 'fmod'> greater = <ufunc 'greater'> greater_equal = <ufunc 'greater_equal'> hypot = <ufunc 'hypot'> i = 'dot' ihat = vector(1, 0, 0) invert = <ufunc 'invert'> jhat = vector(0, 1, 0) khat = vector(0, 0, 1) left_shift = <ufunc 'left_shift'> legal = {<class 'visual.primitives.arrow'>: 'arrow', <class 'visual.primitives.cone'>: 'cone', <class 'visual.primitives.cylinder'>: 'cylinder', <class 'visual.primitives.sphere'>: 'sphere', <class 'visual.primitives.ring'>: 'ring', <class 'visual.primitives.box'>: 'box', <class 'visual.primitives.frame'>: 'frame', <class 'visual.primitives.curve'>: 'curve'} less = <ufunc 'less'> less_equal = <ufunc 'less_equal'> log = <ufunc 'log'> log10 = <ufunc 'log10'> logical_and = <ufunc 'logical_and'> logical_not = <ufunc 'logical_not'> logical_or = <ufunc 'logical_or'> logical_xor = <ufunc 'logical_xor'> mag = <Boost.Python.function object at 0x00924F28> mag2 = <Boost.Python.function object at 0x00924F68> maximum = <ufunc 'maximum'> minimum = <ufunc 'minimum'> multiply = <ufunc 'multiply'> negative = <ufunc 'negative'> norm = <Boost.Python.function object at 0x00924FA8> not_equal = <ufunc 'not_equal'> pi = 3.1415926535897931 power = <ufunc 'power'> proj = <Boost.Python.function object> rate = <Boost.Python.function object at 0x00928E70> remainder = <ufunc 'remainder'> right_shift = <ufunc 'right_shift'> rotate = <Boost.Python.function object at 0x009250E8> scene = <visual.ui.display object at 0x00A954B0> sin = <ufunc 'sin'> sinh = <ufunc 'sinh'> sqrt = <ufunc 'sqrt'> subtract = <ufunc 'subtract'> tan = <ufunc 'tan'> tanh = <ufunc 'tanh'> true = 1 true_divide = <ufunc 'true_divide'> typecodes = {'Character': 'c', 'Complex': 'FD', 'Float': 'fd', 'Integer': '1sil', 'UnsignedInteger': 'bwu'} | ||