File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
docs/source/api_reference/core Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,6 @@ Functions Returning a Float
7272.. autoclass :: raysect.core.math.function.float.function2d.cmath.Atan4Q2D
7373 :show-inheritance:
7474
75- .. automodule :: raysect.core.math.function.float.function2d.interpolate.discrete2dmesh
76- :show-inheritance:
77- :members:
78-
79- .. automodule :: raysect.core.math.function.float.function2d.interpolate.interpolator2dmesh
80- :show-inheritance:
81- :members:
82-
8375.. autoclass :: raysect.core.math.function.float.function3d.base.Function3D
8476 :members:
8577 :special-members: __call__
@@ -114,6 +106,7 @@ Functions Returning a Float
114106.. autoclass :: raysect.core.math.function.float.function3d.cmath.Atan4Q3D
115107 :show-inheritance:
116108
109+
117110Functions Returning a Vector3D
118111------------------------------
119112
@@ -162,8 +155,21 @@ Interpolators
162155.. autoclass :: raysect.core.math.function.float.function2d.interpolate.interpolator2darray.Interpolator2DArray
163156 :show-inheritance:
164157
158+ .. automodule :: raysect.core.math.function.float.function2d.interpolate.interpolator2dmesh
159+ :show-inheritance:
160+ :members:
161+
162+ .. automodule :: raysect.core.math.function.float.function2d.interpolate.discrete2dmesh
163+ :show-inheritance:
164+ :members:
165+
1651663D interpolators
166167^^^^^^^^^^^^^^^^
167168
168169.. autoclass :: raysect.core.math.function.float.function3d.interpolate.interpolator3darray.Interpolator3DArray
169170 :show-inheritance:
171+
172+ .. automodule :: raysect.core.math.function.float.function3d.interpolate.discrete3dmesh
173+ :show-inheritance:
174+ :members:
175+
You can’t perform that action at this time.
0 commit comments