Home
last modified time | relevance | path

Searched refs:from_spline (Results 1 – 15 of 15) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/render/
H A Dtrace.rst53 .. automethod:: from_spline
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_07_render/
H A Dtest_707_trace.py36 …t = CurvedTrace.from_spline(BSpline.from_fit_points([(1, 0), (3, 1), (5, -1), (6, 0)]), start_widt…
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/tests/
H A Dtest_interpolate.py1001 pp = self.P.from_spline(spl)
1143 pp = PPoly.from_spline(spl)
1150 ppp = PPoly.from_spline(b)
1157 p = PPoly.from_spline(b)
1180 pp = PPoly.from_spline(spl)
1192 pp = PPoly.from_spline(spl)
1243 pp = PPoly.from_spline(spl)
1268 pp = PPoly.from_spline(spl)
1298 pp = PPoly.from_spline(spl)
1354 pp = PPoly.from_spline(spl)
H A Dtest_bsplines.py228 pp = PPoly.from_spline((t, c, k))
377 p = PPoly.from_spline(b)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/path/
H A Dpath.py357 def from_spline(cls, spline: 'Spline', level: int = 4) -> 'Path': member in Path
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_cutter.py765 def from_spline(self, context, wM, resolution, spline): member in ArchipackCutter
852 self.from_spline(context,
H A Darchipack_slab.py1053 def from_spline(self, wM, resolution, spline): member in archipack_slab
1507 d.from_spline(curve.matrix_world, 12, spline)
H A Darchipack_fence.py1252 def from_spline(self, context, wM, resolution, spline): member in archipack_fence
1314 self.from_spline(
H A Darchipack_floor.py1345 def from_spline(self, context, wM, resolution, spline): member in archipack_floor
1407 self.from_spline(
H A Darchipack_wall2.py1044 def from_spline(self, wM, resolution, spline): member in archipack_wall2
1815 d.from_spline(curve.matrix_world, 12, spline)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dtrace.py271 …def from_spline(cls, spline: BSpline, start_width: float, end_width: float, segments: int) -> 'Cur… member in CurvedTrace
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A D_cubic.py454 def from_spline(cls, tck, extrapolate=None): member in Akima1DInterpolator
H A Dinterpolate.py1294 def from_spline(cls, tck, extrapolate=None): member in PPoly
/dports/science/py-scipy/scipy-1.7.1/doc/release/
H A D0.19.0-notes.rst664 - `#6744 <https://github.com/scipy/scipy/pull/6744>`__: ENH: interpolate: make PPoly.from_spline ac…
/dports/cad/py-ezdxf/ezdxf-0.16.3/
H A DNEWS.md103 - DEPRECATED: `Path.from_spline()`, replaced by factory `path.make_path()`