-
-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathexamples_basics.xml
More file actions
125 lines (125 loc) · 4.8 KB
/
Copy pathexamples_basics.xml
File metadata and controls
125 lines (125 loc) · 4.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<examples>
<cat label="Structure">
<ex file="StatementsComments.html">Statements and Comments</ex>
<ex file="Coordinates.html">Coordinates</ex>
<ex file="WidthHeight.html">Width and Height</ex>
<ex file="SetupDraw.html">Setup and Draw</ex>
<ex file="NoLoop.html">No Loop</ex>
<ex file="Loop.html">Loop</ex>
<ex file="Redraw.html">Redraw</ex>
<ex file="Functions.html">Functions</ex>
<ex file="Recursion.html">Recursion</ex>
<ex file="CreateGraphics.html">CreateGraphics</ex>
</cat>
<cat label="Form">
<ex file="PointsLines.html">Points and Lines</ex>
<ex file="ShapePrimitives.html">Shape Primitives</ex>
<ex file="PieChart.html">Pie Chart</ex>
<ex file="RegularPolygon.html">Regular Polygon</ex>
<ex file="Star.html">Star</ex>
<ex file="TriangleStrip.html">Triangle Strip</ex>
<ex file="Bezier.html">Bezier</ex>
<ex file="Primitives3D.html">3D Primitives</ex>
</cat>
<cat label="Data">
<ex file="Variables.html">Variables</ex>
<ex file="IntegersFloats.html">Integers and Floats</ex>
<ex file="TrueFalse.html">True/False</ex>
<ex file="CharactersStrings.html">Characters and Strings</ex>
<ex file="VariableScope.html">Variable Scope</ex>
</cat>
<cat label="Arrays">
<ex file="Array.html">Array</ex>
<ex file="Array2D.html">Array 2D</ex>
<ex file="ArrayObjects.html">Array Objects</ex>
</cat>
<cat label="Control">
<ex file="Iteration.html">Iteration</ex>
<ex file="EmbeddedIteration.html">Embedded Iteration</ex>
<ex file="Conditionals1.html">Conditionals 1</ex>
<ex file="Conditionals2.html">Conditionals 2</ex>
<ex file="LogicalOperators.html">Logical Operators</ex>
</cat>
<cat label="Image">
<ex file="LoadDisplayImage.html">Load and Display Image</ex>
<ex file="BackgroundImage.html">Background Image</ex>
<ex file="Transparency.html">Transparency</ex>
<ex file="Alphamask.html">Alphamask</ex>
<ex file="CreateImage.html">CreateImage</ex>
<ex file="Pointillism.html">Pointillism</ex>
</cat>
<cat label="Shape">
<ex file="LoadDisplaySVG.html">Load and Display SVG</ex>
<ex file="DisableStyle.html">Disable Style</ex>
<ex file="ScaleShape.html">Scale Shape</ex>
<ex file="GetChild.html">Get Child</ex>
</cat>
<cat label="Color">
<ex file="Hue.html">Hue</ex>
<ex file="Saturation.html">Saturation</ex>
<ex file="Brightness.html">Brightness</ex>
<ex file="ColorVariables.html">Color Variables</ex>
<ex file="Relativity.html">Relativity</ex>
<ex file="LinearGradient.html">Linear Gradient</ex>
<ex file="RadialGradient.html">Radial Gradient</ex>
<ex file="WaveGradient.html">Wave Gradient</ex>
</cat>
<cat label="Math">
<ex file="IncrementDecrement.html">Increment/Decrement</ex>
<ex file="OperatorPrecedence.html">Operator Precedence</ex>
<ex file="Distance1D.html">Distance 1D</ex>
<ex file="Distance2D.html">Distance 2D</ex>
<ex file="Sine.html">Sine</ex>
<ex file="SineCosine.html">Sine and Cosine</ex>
<ex file="SineWave.html">Sine Wave</ex>
<ex file="AdditiveWave.html">Additive Wave</ex>
<ex file="PolarToCartesian.html">Polar to Cartesian</ex>
<ex file="Arctangent.html">Arctangent</ex>
<ex file="Graphing2DEquation.html">Graphing 2D Equation</ex>
<ex file="Random.html">Random</ex>
<ex file="DoubleRandom.html">Double Random</ex>
<ex file="Noise1D.html">Noise 1D</ex>
<ex file="NoiseWave.html">NoiseWave</ex>
</cat>
<cat label="Input">
<ex file="Mouse1D.html">Mouse 1D</ex>
<ex file="Mouse2D.html">Mouse 2D</ex>
<ex file="MousePress.html">MousePress</ex>
<ex file="MouseSignals.html">Mouse Signals</ex>
<ex file="Easing.html">Easing</ex>
<ex file="Constrain.html">Constrain</ex>
<ex file="StoringInput.html">Storing Input</ex>
<ex file="MouseFunctions.html">Mouse Functions</ex>
<ex file="Keyboard.html">Keyboard</ex>
<ex file="KeyboardFunctions.html">Keyboard Functions</ex>
<ex file="Milliseconds.html">Milliseconds</ex>
<ex file="Clock.html">Clock</ex>
</cat>
<cat label="Transform">
<ex file="Translate.html">Translate</ex>
<ex file="Scale.html">Scale</ex>
<ex file="Rotate.html">Rotate</ex>
<ex file="RotateXY.html">RotateXY</ex>
<ex file="RotatePushPop.html">RotatePushPop</ex>
<ex file="Arm.html">Arm</ex>
</cat>
<cat label="Objects">
<ex file="Objects.html">Objects</ex>
<ex file="MultipleConstructors.html">Multiple Constructors</ex>
<ex file="CompositeObjects.html">Composite Objects</ex>
<ex file="Inheritance.html">Inheritance</ex>
</cat>
<cat label="Lights">
<ex file="OnOff.html">On/Off</ex>
<ex file="Directional.html">Directional</ex>
<ex file="Spot.html">Spot</ex>
<ex file="Reflection.html">Reflection</ex>
<ex file="Mixture.html">Mixture</ex>
<ex file="MixtureGrid.html">Mixture Grid</ex>
</cat>
<cat label="Camera">
<ex file="Perspective.html">Perspective</ex>
<ex file="MoveEye.html">Move Eye</ex>
</cat>
</examples>