Home
last modified time | relevance | path

Searched refs:bezier_point (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Doperators.py943 bezier_point = spline.bezier_points[i]
944 … points[i]=[bezier_point.co[:], bezier_point.handle_left[:], bezier_point.handle_right[:]]
976 bezier_point = spline.bezier_points[j-num]
978 bezier_point.co = bezier_spline_points[key][j][0]
979 bezier_point.handle_left = bezier_spline_points[key][j][1]
980 bezier_point.handle_right = bezier_spline_points[key][j][2]
981 bezier_point = spline.bezier_points[-1]
982 bezier_point.co = bezier_spline_points[key][i][0]
983 bezier_point.handle_left = bezier_spline_points[key][i][1]
984 bezier_point.handle_right = bezier_spline_points[key][i][2]
H A Dpath_finder.py186 for bezier_point in spline.bezier_points:
187 bezier_point.select_control_point = True
188 bezier_point.select_left_handle = True
189 bezier_point.select_right_handle = True
H A Dinternal.py435 bezier_point = insertion[0].bezier_points[insertion[1]]
436 bezier_point.co = insertion[2]
437 bezier_point.handle_left_type = 'VECTOR'
438 bezier_point.handle_right_type = 'VECTOR'
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dvdtrace.c43 static inline double bezier_point(double p0, double p1, double p2, double p3, double t) in bezier_point() function
64 double px = bezier_point(p0x, p1x, p2x, p3x, t); in vd_flatten()
65 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dvdtrace.c45 static inline double bezier_point(double p0, double p1, double p2, double p3, double t) in bezier_point() function
66 double px = bezier_point(p0x, p1x, p2x, p3x, t); in vd_flatten()
67 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dvdtrace.c43 static inline double bezier_point(double p0, double p1, double p2, double p3, double t) in bezier_point() function
64 double px = bezier_point(p0x, p1x, p2x, p3x, t); in vd_flatten()
65 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dvdtrace.c45 static inline double bezier_point(double p0, double p1, double p2, double p3, double t) in bezier_point() function
66 double px = bezier_point(p0x, p1x, p2x, p3x, t); in vd_flatten()
67 double py = bezier_point(p0y, p1y, p2y, p3y, t); in vd_flatten()
/dports/graphics/ipe/ipe-7.2.23/src/ipelua/
H A Dipeluageo.cpp772 static int bezier_point(lua_State *L) in bezier_point() function
827 { "point", bezier_point },
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dspace_view3d_align_tools.py390 ref_co = o.data.splines[0].bezier_point[0].co.copy()
/dports/audio/snd/snd-21.2/
H A Ddlocsig.rb1809 def bezier_point(u, c) method in Bezier_path
1821 x, y, z = bezier_point(u, c)