File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
Background :
3
3
prefix : ' bkg'
4
4
body : ' background ${1:int}'
5
+ description : ' Method expects one argument'
6
+ descriptionMoreURL : ' https://atom.io/packages/language-jruby-art'
5
7
6
8
web_colors_to_colors :
7
9
prefix : ' web'
8
10
body : ' web_to_color_array(${1:string})'
9
-
11
+ description : ' Method expects array of String '
10
12
Bare :
11
13
prefix : ' bare'
12
14
body : '''
24
26
${4:string}
25
27
end
26
28
'''
29
+ description : ' A bare sketch template'
30
+ descriptionMoreURL : ' https://atom.io/packages/language-jruby-art'
27
31
28
32
Propane_Sketch :
29
33
prefix : ' prsk'
49
53
50
54
${1:string}.new
51
55
'''
52
-
56
+ description : ' Creates a propane sketch'
57
+ descriptionMoreURL : ' https://ruby-processing.github.io/propane/atom-propane/'
53
58
54
59
ArcBall :
55
60
prefix : ' arcball'
151
156
pop_matrix
152
157
'''
153
158
159
+ Constrain :
160
+ prefix : ' constrain'
161
+ body : ' constrain(${1:any}, ${2:any}, ${3:any})'
162
+
154
163
Map1D :
155
164
prefix : ' m1d'
156
165
body : ' map1d(${1:string}, ${2:number}..${3:number}, ${4:number}..${5:number})'
157
166
158
167
Constrained_Map :
159
168
prefix : ' constrain_map'
160
169
body : ' constrained_map(${1:string}, ${2:number}..${3:number}, ${4:number}..${5:number})'
170
+
171
+ Norm :
172
+ prefix : ' norm'
173
+ body : ' norm(${1:any}, ${2:any}, ${3:any})'
174
+
175
+ Norm_Strict :
176
+ prefix : ' strict'
177
+ body : ' norm_strict(${1:any}, ${2:any}, ${3:any})'
You can’t perform that action at this time.
0 commit comments