mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
numberFormat function
This commit is contained in:
8
todo.txt
8
todo.txt
@@ -14,6 +14,10 @@ X they can be added to their code libraries
|
||||
X join() like split
|
||||
X also add additional item for NaN data
|
||||
X add doubles and longs for genome stuff
|
||||
X numberFormat (formerly zeroPad)
|
||||
X numberFormat(float num, int left, int right)
|
||||
X zero means any number of digits, don't pad
|
||||
X numberFormat(int num, int left) for 27 -> 0027
|
||||
|
||||
_ camera work
|
||||
_ beginCamera, endCamera -> does glMatrixMode style swapping
|
||||
@@ -28,10 +32,6 @@ _ other class also has concept for random access of lines
|
||||
_ by storing the line positions, can access without loading all
|
||||
_ into memory because some files will be too large
|
||||
|
||||
_ numberFormat (formerly zeroPad)
|
||||
_ numberFormat(float num, int left, int right)
|
||||
_ zero means any number of digits, don't pad
|
||||
_ numberFormat(int num, int left) for 27 -> 0027
|
||||
|
||||
|
||||
_ add keyCode to BApplet
|
||||
|
||||
Reference in New Issue
Block a user