6 lines
154 B
Standard ML
6 lines
154 B
Standard ML
|
|
structure AsciiSpace =
|
||
|
|
struct
|
||
|
|
fun lerp (startX, startY, drawWidth, drawHeight, windowWidth, windowHeight, r, g, b) : Real32.real vector =
|
||
|
|
#[ ]
|
||
|
|
end
|