Questions tagged [bezier]

A Bézier curve is a parametric curve frequently used in computer graphics and related fields. Generalizations of Bézier curves to higher dimensions are called Bézier surfaces, of which the Bézier triangle is a special case.

A Bézier curve is a parametric curve frequently used in computer graphics and related fields. Generalizations of Bézier curves to higher dimensions are called Bézier surfaces, of which the Bézier triangle is a special case.

In vector graphics, Bézier curves are used to model smooth curves that can be scaled indefinitely. "Paths," as they are commonly referred to in image manipulation programs, are combinations of linked Bézier curves. Paths are not bound by the limits of rasterized images and are intuitive to modify. Bézier curves are also used in animation as a tool to control motion.

Bézier curves are widely used in computer graphics to model smooth curves. As the curve is completely contained within the convex hull of its control points, the points can be graphically displayed and used to manipulate the curve intuitively. Affine transformations such as translation, and rotation can be applied on the curve by applying the respective transform on the control points of the curve. Furthermore, the convex hull of the control points acts as a bounding region for quick visibility tests; if the convex hull is not visible, then the Bézier curve is also not.

Quadratic and cubic Bézier curves are most common; higher degree curves are more expensive to evaluate. When more complex shapes are needed, low order Bézier curves are connected together. This is commonly referred to as a "path" in vector graphics standards (like SVG) and vector graphics programs (like Adobe Illustrator and Inkscape). To guarantee smoothness, the control point at which two curves meet must be on the line between the two control points on either side.

Bézier curves can be Linear (order 1), Quadratic (order 2), Cubic (order 3, the most common form in drawing and graphics software), and of higher order (more than 3).

Important Links:

1289 questions
-1
votes
2 answers

Why is the p5.js bezierPoint() function returning non-linear values when given a linear cubic bezier?

Okay, so I've been creating a UI framework and I added animations to it. I wanted to allow users to control the timing functions of their animations using cubicBeziers, so I decided to use p5.js' bezierPoint() function. I spent hours making it work,…
OOPS Studio
  • 732
  • 1
  • 8
  • 25
-1
votes
2 answers

Bezier curve method drawing wrong in java

Basically i have made code to draw Bezier curves but there is something wrong with it, it is not drawing how its suposed to. Core of this code should be correct, it was from one of my clases. public class Bezier { double[][] pointsY; double[][]…
-1
votes
1 answer

Intersection between Bezier curve and line. How can I insure that this intersection is smooth?

I am trying to use Bezier curves to plot a path. After conducting some research, I decided to use Bezier curves. I have both the starting point and endpoint as a given. However, the endpoint is a corner point of a line. Thus, I am technically…
user14344748
-1
votes
1 answer

Coordinates for a svg bezier curve of length 0

I want to animate 2 svg paths. for this thy need similiar nodes. if path1 has a bezier, path2 must have it too at same node. So I insert c0 0 0 0 0 0 to path2. but it changes the 2nd shape. What can I do? Page…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/animation" class="post-tag grid--cell" title="show questions tagged 'animation'" rel="tag">animation</a> <a href="../../questions/tagged/svg" class="post-tag grid--cell" title="show questions tagged 'svg'" rel="tag">svg</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 22 '20 at 16:02">asked Sep 22 '20 at 16:02</time> <a href="../../users/9507356/user9507356" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9507356.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user9507356" /> </a> <div class="s-user-card--info"> <a href="../../users/9507356/user9507356" class="s-user-card--link">user9507356</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">51</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-63478001"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/63478001/swift-arc-shaped-buttons-and-other-shapes" class="question-hyperlink">Swift: Arc shaped buttons and other shapes</a></h3> <div class="excerpt">I've been doing tutorials on Bezier paths yet I have a question regarding cusomizability and buttons. From what I understand you need a rectangle frame for your buttons, but what I would like to achieve is arc shaped buttons like in this picture I…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ios" class="post-tag grid--cell" title="show questions tagged 'ios'" rel="tag">ios</a> <a href="../../questions/tagged/swift" class="post-tag grid--cell" title="show questions tagged 'swift'" rel="tag">swift</a> <a href="../../questions/tagged/button" class="post-tag grid--cell" title="show questions tagged 'button'" rel="tag">button</a> <a href="../../questions/tagged/shapes" class="post-tag grid--cell" title="show questions tagged 'shapes'" rel="tag">shapes</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 18 '20 at 23:26">asked Aug 18 '20 at 23:26</time> <a href="../../users/12007902/julienm" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12007902.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="JulienM" /> </a> <div class="s-user-card--info"> <a href="../../users/12007902/julienm" class="s-user-card--link">JulienM</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">37</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badge">1</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badge">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-59778435"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/59778435/cubic-bezier-formula-returning-wrong-result" class="question-hyperlink">Cubic Bézier formula returning wrong result</a></h3> <div class="excerpt">I've created a very simple form of a Cubic Bézier in Java in order to retrieve the Y value of the point retrieved given the time (t). In my implementation My first (P1) and last (P4) points are always (0, 0) and (1, 1) respectively, and I'm only…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/curve" class="post-tag grid--cell" title="show questions tagged 'curve'" rel="tag">curve</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 16 '20 at 21:59">asked Jan 16 '20 at 21:59</time> <a href="../../users/4117598/driima" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4117598.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="driima" /> </a> <div class="s-user-card--info"> <a href="../../users/4117598/driima" class="s-user-card--link">driima</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">623</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="11 silver badge">11</li> <li class="s-award-bling s-award-bling__bronze" title="28 bronze badge">28</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-58930047"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/58930047/bezier-curve-in-java-with-points" class="question-hyperlink">Bezier curve in Java with Points</a></h3> <div class="excerpt">I'm trying to make a simple program that will draw a Curve through randomly generated points.But something goes wrong and the compiler gives an error.I'm just starting to learn java and this is one of the first tasks. I hope you can point out my…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/graphics" class="post-tag grid--cell" title="show questions tagged 'graphics'" rel="tag">graphics</a> <a href="../../questions/tagged/drawing" class="post-tag grid--cell" title="show questions tagged 'drawing'" rel="tag">drawing</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 19 '19 at 08:56">asked Nov 19 '19 at 08:56</time> <a href="../../users/12396333/autismmaster" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12396333.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="AutismMaster" /> </a> <div class="s-user-card--info"> <a href="../../users/12396333/autismmaster" class="s-user-card--link">AutismMaster</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-4855520"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/4855520/how-can-you-convert-a-hermite-surface-to-a-bezier-surface-for-use-in-opengl" class="question-hyperlink">How can you convert a Hermite surface to a Bezier surface for use in OpenGL?</a></h3> <div class="excerpt">I found a method to convert a Hermite curve into Bezier curve, but is there a similar method to convert a Hermite surface into a Bezier surface that I can use with OpenGL? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/opengl" class="post-tag grid--cell" title="show questions tagged 'opengl'" rel="tag">opengl</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/surface" class="post-tag grid--cell" title="show questions tagged 'surface'" rel="tag">surface</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 31 '11 at 20:06">asked Jan 31 '11 at 20:06</time> <a href="../../users/597409/arjun-bora" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/597409.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Arjun Bora" /> </a> <div class="s-user-card--info"> <a href="../../users/597409/arjun-bora" class="s-user-card--link">Arjun Bora</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">439</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badges">8</li> <li class="s-award-bling s-award-bling__bronze" title="20 bronze badges">20</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-44411683"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/44411683/how-to-create-split-and-morph-animation-together-using-bezier-curves-in-androi" class="question-hyperlink">How to create split and morph animation together using bezier curves in android</a></h3> <div class="excerpt">Music widget by JIE LIU I want to add a similar gooey and morphing effect to my android app. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/android-animation" class="post-tag grid--cell" title="show questions tagged 'android-animation'" rel="tag">android-animation</a> <a href="../../questions/tagged/uibezierpath" class="post-tag grid--cell" title="show questions tagged 'uibezierpath'" rel="tag">uibezierpath</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/morphing" class="post-tag grid--cell" title="show questions tagged 'morphing'" rel="tag">morphing</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 07 '17 at 11:42">asked Jun 07 '17 at 11:42</time> <a href="../../users/5981239/amit-kumar-karn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5981239.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="AMIT KUMAR KARN" /> </a> <div class="s-user-card--info"> <a href="../../users/5981239/amit-kumar-karn" class="s-user-card--link">AMIT KUMAR KARN</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">365</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-43831207"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/43831207/join-two-bezier-curves-so-that-the-result-is-two-times-continuously-differenti" class="question-hyperlink">Join two bezier curves so that the result is two-times continuously differentiable</a></h3> <div class="excerpt"> I have a task to join two bezier curves, so that the resulting curve is two-times continuously differentiable. I have the cubic bezier Curve C with control points: c0 = (1,1) c1 = (3,4) c2 = (7,5) c3 = (8,2) I shall continue this curve C with Curve…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/graphics" class="post-tag grid--cell" title="show questions tagged 'graphics'" rel="tag">graphics</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 07 '17 at 11:59">asked May 07 '17 at 11:59</time> <a href="../../users/7976084/dedo" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7976084.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="DeDo" /> </a> <div class="s-user-card--info"> <a href="../../users/7976084/dedo" class="s-user-card--link">DeDo</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-37745994"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/37745994/bezier-spline-evaluation-correctness" class="question-hyperlink">Bezier spline evaluation correctness</a></h3> <div class="excerpt">What is the best/most correct way of evaluating spline curves at arbitrary points? I have plotted my evaluation results and compared them to what I get from using a UI library and found out my results are off. I'm using the cubic formula for the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/qt" class="post-tag grid--cell" title="show questions tagged 'qt'" rel="tag">qt</a> <a href="../../questions/tagged/math" class="post-tag grid--cell" title="show questions tagged 'math'" rel="tag">math</a> <a href="../../questions/tagged/evaluation" class="post-tag grid--cell" title="show questions tagged 'evaluation'" rel="tag">evaluation</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/spline" class="post-tag grid--cell" title="show questions tagged 'spline'" rel="tag">spline</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 10 '16 at 10:31">asked Jun 10 '16 at 10:31</time> <a href="../../users/5199634/exaberri-tokugawa" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5199634.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Exaberri Tokugawa" /> </a> <div class="s-user-card--info"> <a href="../../users/5199634/exaberri-tokugawa" class="s-user-card--link">Exaberri Tokugawa</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">450</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-30272629"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30272629/check-a-closed-cubic-bezier-curve-path-is-on-the-inside-of-an-ellipse" class="question-hyperlink">Check a closed cubic bezier curve path is on the inside of an ellipse</a></h3> <div class="excerpt">I am now scripting Illustrator by javascript. Is it possible to check a closed path is on the inside of an ellipse? (As drawn in below picture, I wish to check a red path is on the inside of an ellipse) A closed path is generally created by cubic…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/geometry" class="post-tag grid--cell" title="show questions tagged 'geometry'" rel="tag">geometry</a> <a href="../../questions/tagged/computational-geometry" class="post-tag grid--cell" title="show questions tagged 'computational-geometry'" rel="tag">computational-geometry</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/adobe-illustrator" class="post-tag grid--cell" title="show questions tagged 'adobe-illustrator'" rel="tag">adobe-illustrator</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 16 '15 at 06:38">asked May 16 '15 at 06:38</time> <a href="../../users/4648720/sapics" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4648720.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="sapics" /> </a> <div class="s-user-card--info"> <a href="../../users/4648720/sapics" class="s-user-card--link">sapics</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,104</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badges">8</li> <li class="s-award-bling s-award-bling__bronze" title="22 bronze badges">22</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24306644"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24306644/chart-component-c-net" class="question-hyperlink">Chart Component C#.NET</a></h3> <div class="excerpt">I've managed to draw a bezier curve using Chart Control in C#.NET. However, there is 2 points on the curve that is drawn wrongly. I've tried many ways around that but was unsuccessful. The highlighted area should not drop below the x-axis, it should…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/.net" class="post-tag grid--cell" title="show questions tagged '.net'" rel="tag">.net</a> <a href="../../questions/tagged/charts" class="post-tag grid--cell" title="show questions tagged 'charts'" rel="tag">charts</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/curve" class="post-tag grid--cell" title="show questions tagged 'curve'" rel="tag">curve</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 19 '14 at 12:28">asked Jun 19 '14 at 12:28</time> <a href="../../users/805501/ahmed-mohamed" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/805501.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ahmed Mohamed" /> </a> <div class="s-user-card--info"> <a href="../../users/805501/ahmed-mohamed" class="s-user-card--link">Ahmed Mohamed</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">403</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="12 silver badges">12</li> <li class="s-award-bling s-award-bling__bronze" title="20 bronze badges">20</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-23243361"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/23243361/why-can-t-i-get-the-rightmousebutton-input" class="question-hyperlink">Why can't I get the RightMouseButton Input?</a></h3> <div class="excerpt">I am creating an Bezier curve in WinApi with C++ and my problem is that my right Button is not working. This is my code: if (wParam & MK_LBUTTON) { HGDIOBJ original = NULL; //Saving the original object original =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/winapi" class="post-tag grid--cell" title="show questions tagged 'winapi'" rel="tag">winapi</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> <a href="../../questions/tagged/win32gui" class="post-tag grid--cell" title="show questions tagged 'win32gui'" rel="tag">win32gui</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 23 '14 at 11:47">asked Apr 23 '14 at 11:47</time> <a href="../../users/2836350/nicholas" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2836350.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Nicholas" /> </a> <div class="s-user-card--info"> <a href="../../users/2836350/nicholas" class="s-user-card--link">Nicholas</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,529</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="23 silver badges">23</li> <li class="s-award-bling s-award-bling__bronze" title="31 bronze badges">31</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-20559151"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/20559151/drawing-alphabets-using-bezier-curves-with-my-finger-in-ios" class="question-hyperlink">Drawing Alphabets (using bezier curves) with my finger in iOS?</a></h3> <div class="excerpt">I'm trying how to Generate Alphabets using Bezier Curves in iOS based on user input. Are there any existing classes for this? Can someone give me a general summary of what would be required? I just need help getting started. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ios" class="post-tag grid--cell" title="show questions tagged 'ios'" rel="tag">ios</a> <a href="../../questions/tagged/iphone" class="post-tag grid--cell" title="show questions tagged 'iphone'" rel="tag">iphone</a> <a href="../../questions/tagged/objective-c" class="post-tag grid--cell" title="show questions tagged 'objective-c'" rel="tag">objective-c</a> <a href="../../questions/tagged/ipad" class="post-tag grid--cell" title="show questions tagged 'ipad'" rel="tag">ipad</a> <a href="../../questions/tagged/bezier" class="post-tag grid--cell" title="show questions tagged 'bezier'" rel="tag">bezier</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 13 '13 at 04:33">asked Dec 13 '13 at 04:33</time> <a href="../../users/2755304/suresh-peddisetti" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2755304.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Suresh Peddisetti" /> </a> <div class="s-user-card--info"> <a href="../../users/2755304/suresh-peddisetti" class="s-user-card--link">Suresh Peddisetti</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,782</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="23 silver badges">23</li> <li class="s-award-bling s-award-bling__bronze" title="26 bronze badges">26</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/bezier_page=84" rel="prev" title="Go to page 84">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/bezier_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/bezier_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/bezier_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">85</div> <a class="s-pagination--item" href="../../questions/tagged/bezier_page=86" rel="" title="Go to page 86">86</a> <a class="s-pagination--item" href="../../questions/tagged/bezier_page=86" rel="next" title="Go to page 86"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>