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