Skip to content

Commit 7373f80

Browse files
committed
Added missing interpolation functions.
1 parent c538d21 commit 7373f80

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

docs/source/api_reference/core/functions.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff 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+
117110
Functions 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+
165166
3D 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+

0 commit comments

Comments
 (0)