From: Michael Orlitzky Date: Fri, 6 May 2011 22:09:11 +0000 (-0400) Subject: Add a TODO comment. X-Git-Tag: 0.0.1~337 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=bfb071d44ff82ce400024efd1fababe7c2348a4b;hp=32c30cbb320650508dfd19eade9de84d3111d0d2;p=spline3.git Add a TODO comment. --- diff --git a/src/Cardinal.hs b/src/Cardinal.hs index c6d98db..0a1b139 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -91,7 +91,8 @@ cwx :: Cardinal -> Cardinal cwx = ccwx . ccwx . ccwx --- | Rotate a cardinal direction counter-clockwise about the x-axis. +-- | Rotate a cardinal direction counter-clockwise about the y-axis. +-- TODO: Fix these; they still use the x-axis values. ccwy :: Cardinal -> Cardinal ccwy F = F ccwy B = B