Home
last modified time | relevance | path

Searched refs:set_knots (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/py-pyx/PyX-0.15/pyx/metapost/
H A Dpath.py206 def set_knots(self, left_knot, right_knot): member in _link
219 def set_knots(self, left_knot, right_knot): member in line
242 def set_knots(self, left_knot, right_knot): member in controlcurve_pt
275 def set_knots(self, left_knot, right_knot): member in tensioncurve
309 elem.set_knots(elems[i-1], elems[(i+1)%len(elems)])
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/intern/
H A Dabc_reader_nurbs.cc74 static bool set_knots(const FloatArraySamplePtr &knots, float *&nu_knots) in set_knots() function
152 if (!set_knots(smp.getUKnot(), nu->knotsu)) { in readObjectData()
156 if (!set_knots(smp.getVKnot(), nu->knotsv)) { in readObjectData()
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpBSpline.h200 inline void set_knots(const std::list<double> &list) in set_knots() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/
H A Dbvgl_spline_region_3d.hxx91 spline_2d_.set_knots(knots_2d, closed); in bvgl_spline_region_3d()
119 spline_2d_.set_knots(knots_2d, closed); in bvgl_spline_region_3d()
147 spline_3d_.set_knots(knots_3d, closed); in bvgl_spline_region_3d()
/dports/misc/visp/visp-3.4.0/example/math/
H A DBSpline.cpp233 bSpline.set_knots(knots); in main()
/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_cubic_spline_2d.h52 void set_knots(std::vector<vgl_point_2d<Type>> const &knots, bool closed) { in set_knots() function
H A Dvgl_cubic_spline_3d.h59 void set_knots(std::vector<vgl_point_3d<Type>> const &knots, bool closed) { in set_knots() function
/dports/misc/visp/visp-3.4.0/modules/tracker/me/test/
H A DtestNurbs.cpp230 Nurbs.set_knots(knots); in main()