User:Lenny222

From HaskellWiki
Revision as of 16:28, 13 December 2009 by Lenny222 (talk | contribs) (→‎Todo)
Jump to navigation Jump to search

Things i think need improvement

Chlor

Todo

  • Layout
    • Instances
      • Column
      • Grid (cols, rows, margins)
      • Margin/Frame
        • content size (absolute, relative, remaining)
        • margin sizes (absolute, relative, remaining)
  • Vector
    • createVectors :: [Double] -> [Vector2d]
  • AffineTransformation
  • Shape
    • Sine
    • Spiral
    • Star
    • Pie Chart (only for displaying fractions)
  • Path
    • approximate :: [Vector2D] -> [Segment]
  • Shape
    • intersect
    • intersections

Ideas

  • layout
    • Table
    • SpaceHorizontal
    • SpaceVertical

Simplified Haskell homepage

A simplified Haskell frontpage

Why?