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