|
2 | 2 | Functions and Interpolators |
3 | 3 | =========================== |
4 | 4 |
|
5 | | -.. autoclass:: raysect.core.math.function.function1d.Function1D |
| 5 | +.. autoclass:: raysect.core.math.function.function1d.base.Function1D |
6 | 6 | :members: |
7 | 7 | :special-members: __call__ |
8 | 8 |
|
9 | | -.. autoclass:: raysect.core.math.function.function1d.PythonFunction1D |
| 9 | +.. autoclass:: raysect.core.math.function.function1d.autowrap.PythonFunction1D |
10 | 10 | :show-inheritance: |
11 | 11 |
|
12 | | -.. autoclass:: raysect.core.math.function.function2d.Function2D |
| 12 | +.. autoclass:: raysect.core.math.function.function1d.constant.Constant1D |
| 13 | + :show-inheritance: |
| 14 | + |
| 15 | +.. autoclass:: raysect.core.math.function.function1d.arg.Arg1D |
| 16 | + :show-inheritance: |
| 17 | + |
| 18 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Exp1D |
| 19 | + :show-inheritance: |
| 20 | + |
| 21 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Sin1D |
| 22 | + :show-inheritance: |
| 23 | + |
| 24 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Cos1D |
| 25 | + :show-inheritance: |
| 26 | + |
| 27 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Tan1D |
| 28 | + :show-inheritance: |
| 29 | + |
| 30 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Asin1D |
| 31 | + :show-inheritance: |
| 32 | + |
| 33 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Acos1D |
| 34 | + :show-inheritance: |
| 35 | + |
| 36 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Atan1D |
| 37 | + :show-inheritance: |
| 38 | + |
| 39 | +.. autoclass:: raysect.core.math.function.function1d.cmath.Atan4Q1D |
| 40 | + :show-inheritance: |
| 41 | + |
| 42 | +.. autoclass:: raysect.core.math.function.function2d.base.Function2D |
13 | 43 | :members: |
14 | 44 | :special-members: __call__ |
15 | 45 |
|
16 | | -.. autoclass:: raysect.core.math.function.function2d.PythonFunction2D |
| 46 | +.. autoclass:: raysect.core.math.function.function2d.autowrap.PythonFunction2D |
| 47 | + :show-inheritance: |
| 48 | + |
| 49 | +.. autoclass:: raysect.core.math.function.function2d.constant.Constant2D |
| 50 | + :show-inheritance: |
| 51 | + |
| 52 | +.. autoclass:: raysect.core.math.function.function2d.arg.Arg2D |
| 53 | + :show-inheritance: |
| 54 | + |
| 55 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Exp2D |
| 56 | + :show-inheritance: |
| 57 | + |
| 58 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Sin2D |
| 59 | + :show-inheritance: |
| 60 | + |
| 61 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Cos2D |
17 | 62 | :show-inheritance: |
18 | 63 |
|
19 | | -.. autoclass:: raysect.core.math.function.function3d.Function3D |
| 64 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Tan2D |
| 65 | + :show-inheritance: |
| 66 | + |
| 67 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Asin2D |
| 68 | + :show-inheritance: |
| 69 | + |
| 70 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Acos2D |
| 71 | + :show-inheritance: |
| 72 | + |
| 73 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Atan2D |
| 74 | + :show-inheritance: |
| 75 | + |
| 76 | +.. autoclass:: raysect.core.math.function.function2d.cmath.Atan4Q2D |
| 77 | + :show-inheritance: |
| 78 | + |
| 79 | +.. autoclass:: raysect.core.math.function.function3d.base.Function3D |
20 | 80 | :members: |
21 | 81 | :special-members: __call__ |
22 | 82 |
|
23 | | -.. autoclass:: raysect.core.math.function.function3d.PythonFunction3D |
| 83 | +.. autoclass:: raysect.core.math.function.function3d.autowrap.PythonFunction3D |
| 84 | + :show-inheritance: |
| 85 | + |
| 86 | +.. autoclass:: raysect.core.math.function.function3d.constant.Constant3D |
24 | 87 | :show-inheritance: |
25 | 88 |
|
| 89 | +.. autoclass:: raysect.core.math.function.function3d.arg.Arg3D |
| 90 | + :show-inheritance: |
| 91 | + |
| 92 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Exp3D |
| 93 | + :show-inheritance: |
| 94 | + |
| 95 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Sin3D |
| 96 | + :show-inheritance: |
| 97 | + |
| 98 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Cos3D |
| 99 | + :show-inheritance: |
| 100 | + |
| 101 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Tan3D |
| 102 | + :show-inheritance: |
| 103 | + |
| 104 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Asin3D |
| 105 | + :show-inheritance: |
| 106 | + |
| 107 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Acos3D |
| 108 | + :show-inheritance: |
| 109 | + |
| 110 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Atan3D |
| 111 | + :show-inheritance: |
| 112 | + |
| 113 | +.. autoclass:: raysect.core.math.function.function3d.cmath.Atan4Q3D |
| 114 | + :show-inheritance: |
26 | 115 |
|
27 | | -.. automodule:: raysect.core.math.interpolators.discrete2dmesh |
| 116 | +.. automodule:: raysect.core.math.function.function2d.interpolate.discrete2dmesh |
28 | 117 | :show-inheritance: |
29 | 118 | :members: |
30 | 119 |
|
31 | | -.. automodule:: raysect.core.math.interpolators.interpolator2dmesh |
| 120 | +.. automodule:: raysect.core.math.function.function2d.interpolate.interpolator2dmesh |
32 | 121 | :show-inheritance: |
33 | 122 | :members: |
0 commit comments