diff options
-rw-r--r-- | Spear/Math/Spatial2.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Spear/Math/Spatial2.hs b/Spear/Math/Spatial2.hs index 1cc2b65..62eb75a 100644 --- a/Spear/Math/Spatial2.hs +++ b/Spear/Math/Spatial2.hs | |||
@@ -14,6 +14,8 @@ import Spear.Math.Vector | |||
14 | import Spear.Prelude | 14 | import Spear.Prelude |
15 | 15 | ||
16 | 16 | ||
17 | -- TODO: These type synonyms don't seem to work well when trying to instantiate | ||
18 | -- the classes. | ||
17 | type Positional2 a = Positional a Vector2 | 19 | type Positional2 a = Positional a Vector2 |
18 | type Rotational2 a = Rotational a Angle | 20 | type Rotational2 a = Rotational a Angle |
19 | type Spatial2 s = Spatial s Vector2 Angle Transform2 | 21 | type Spatial2 s = Spatial s Vector2 Angle Transform2 |