allow width and height to have a different number of click points
This commit is contained in:
@@ -5,7 +5,14 @@ end
|
||||
|
||||
structure ParseFile :> PARSE_FILE =
|
||||
struct
|
||||
datatype triangle_token = X | Y | R | G | B | COORD of Real32.real | UNKNOWN of string
|
||||
datatype triangle_token =
|
||||
X
|
||||
| Y
|
||||
| R
|
||||
| G
|
||||
| B
|
||||
| COORD of Real32.real
|
||||
| UNKNOWN of string
|
||||
|
||||
val zero: Real32.real = 0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user