minor changes to saved format
This commit is contained in:
@@ -15,20 +15,14 @@ struct
|
|||||||
{x1, y1, x2, y2, x3, y3} :: tl =>
|
{x1, y1, x2, y2, x3, y3} :: tl =>
|
||||||
let
|
let
|
||||||
val triString = String.concat
|
val triString = String.concat
|
||||||
[ "x1:"
|
[ "x " , Real32.toString x1
|
||||||
, Real32.toString x1
|
, " y " , Real32.toString y1
|
||||||
, " y1:"
|
|
||||||
, Real32.toString y1
|
|
||||||
|
|
||||||
, " x2:"
|
, " x " , Real32.toString x2
|
||||||
, Real32.toString x2
|
, " y " , Real32.toString y2
|
||||||
, " y2:"
|
|
||||||
, Real32.toString y2
|
|
||||||
|
|
||||||
, " x3:"
|
, " x " , Real32.toString x3
|
||||||
, Real32.toString x3
|
, " y " , Real32.toString y3
|
||||||
, " y3:"
|
|
||||||
, Real32.toString y3
|
|
||||||
, "\n"
|
, "\n"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user