aboutsummaryrefslogtreecommitdiff
path: root/src/RandomValues.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/RandomValues.elm')
-rw-r--r--src/RandomValues.elm12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/RandomValues.elm b/src/RandomValues.elm
deleted file mode 100644
index 5e40fc5..0000000
--- a/src/RandomValues.elm
+++ /dev/null
@@ -1,12 +0,0 @@
-module RandomValues where
-
-type RandomValues =
- { point1 : PointRandomValues
- , point2 : PointRandomValues
- }
-
-type PointRandomValues =
- { angle : Float
- , x : Float
- , y : Float
- }