Safe Haskell | None |
---|
Game.LambdaHack.PointXY
Description
Basic cartesian geometry operations on 2D points.
Documentation
2D points in cartesian representation.
fromTo :: PointXY -> PointXY -> [PointXY]Source
A list of all points on a straight vertical or straight horizontal line between two points. Fails if no such line exists.