Skip to content

Commit 05257d7

Browse files
authored
Merge pull request #324 from processing/dev-raphael
Fixes #284
2 parents a996573 + bd33c8b commit 05257d7

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

content/tutorials/text/curves/index.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,15 @@ void setup() {
9898

9999
How do the control points affect the way the curve looks? Take a deep breath, because this is somewhat complicated.
100100

101-
- The tangent to the curve at the start point is parallel to the line between control point one and the end of the curve. These are the lines shown in green in the diagram at the left.
102-
- The tangent to the curve at the end point is parallel to the line between the start point and control point 2. These are the lines shown in purple in the diagram at the left.
101+
<FixedImage left width={200} >
102+
103+
![A black curve with a purple and green vertices at either end from which lines of the same color go to the control points. The green point has a purple tangent and the purple point a green tangent.](./curve_with_tangent.png)
104+
105+
</FixedImage>
106+
107+
- The tangent to the curve at the start point is parallel to the line between control point one and the end of the curve. These are the lines shown in green in the diagram above.
108+
- The tangent to the curve at the end point is parallel to the line between the start point and control point 2. These are the lines shown in purple in the diagram above.
109+
103110

104111
## Continuous Spline Curves
105112

0 commit comments

Comments
 (0)