Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module provides the BBox1
type (mainly for completeness).
Synopsis
Documentation
bound_corners :: Vector1 -> Vector1 -> BBox1 Source #
Given two vectors, construct a bounding box (swapping the endpoints if necessary).
bound_points :: [Vector1] -> BBox1 Source #
Find the bounds of a list of points. (Throws an exception if the list is empty.)