File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -193,4 +193,29 @@ vertex = processing$vertex
193193
194194# Hack
195195frameCount = processing $ frameCount
196- # radians = processing$radians
196+
197+ # For static functions
198+ import(rprocessing.RLangPApplet )
199+ ceil = RLangPApplet $ ceil
200+ constrain = RLangPApplet $ constrain
201+ day = RLangPApplet $ day
202+ hour = RLangPApplet $ hour
203+ degrees = RLangPApplet $ degrees
204+ hex = RLangPApplet $ hex
205+ launch = RLangPApplet $ launch
206+ mag = RLangPApplet $ mag
207+ lerp = RLangPApplet $ lerp
208+ print = RLangPApplet $ print
209+ dist = RLangPApplet $ dist
210+ month = RLangPApplet $ month
211+ minute = RLangPApplet $ minute
212+ norm = RLangPApplet $ norm
213+ pow = RLangPApplet $ pow
214+ second = RLangPApplet $ second
215+ radians = RLangPApplet $ radians
216+ println = RLangPApplet $ println
217+ sq = RLangPApplet $ sq
218+ unbinary = RLangPApplet $ unbinary
219+ unhex = RLangPApplet $ unhex
220+ year = RLangPApplet $ year
221+ map = RLangPApplet $ map
You can’t perform that action at this time.
0 commit comments