bezier
An extended Bezier Library or Algorithms of bezier operations
Is there a library of data structures and operations for quadratic bezier curves? I need to implement:[详细]
2022-12-25 17:47 分类:问答How to write outline data into .otf files?
I need to edit or completely replace outline data (bezier curves) of OpenType fonts. the input data is an EPS file that i have to write it into one specified glyph of an otf file with a certain scalin[详细]
2022-12-25 16:12 分类:问答Drawing a clamped uniform cubic B-spline using Cairo
I have a bunch of coordinates which are the control points of开发者_如何学JAVA a clamped uniform cubic B-spline on the 2D plane. I would like to draw this curve using Cairo calls (in Python, using Cai[详细]
2022-12-24 18:24 分类:问答How to convert any text/font to its bezier path representation?
I have a bezier path library to draw complex bezier paths without problem. Now, I need to know how to read a text or font and extract its path information to draw it as a path instead of as text.[详细]
2022-12-23 19:33 分类:问答Detect&find intersection ray vs. cubic bezier triangle
While writing a model editor, besides enabling raytracing I can think about couple 开发者_Python百科of operations where I\'d like to find an very good approximation about the intersection point betwee[详细]
2022-12-22 22:50 分类:问答splitting a bezier curve in actionscript3
I would like to \"grow\" a path with bezier-curves. After the path has been drawn, it should be shaking a bit: Weave-like look and feel.[详细]
2022-12-22 20:31 分类:问答How can you draw a bezier curve in Matlab
What\'s the Matlab way to draw a Bezier curve ? Do you have to prgoram it yourself ? I am not looking for a user made rou开发者_运维百科tine, but am asking if Matlab offers a standard way to draw the[详细]
2022-12-20 22:32 分类:问答How to find control points for a BezierSegment given Start, End, and 2 Intersection Pts in C# - AKA Cubic Bezier 4-point Interpolation
I\'ve been struggling looking for an understandable way to do this.I have four points, a StartPt, EndPoint, and Intersection points to represent the peak and valley in the bezier.[详细]
2022-12-20 19:20 分类:问答Transferring set of points to Bezier curve
In my WPF application I\'m working on a drawing mechanism to make annotations on top of images. For now I have functionality to draw paths where my drawn path will consist of the collected points from[详细]
2022-12-20 09:28 分类:问答how can i construct the bezier curve if i only have points in x axis?
how can i construct the bezier curve if i only have points in x axis?can i do this act or need points for x and y axes related to t parameter?[详细]
2022-12-17 10:39 分类:问答
加载中,请稍侯......