From 3f78cacdd93036dbd51bae77d5d8e5430a0bc75f Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 6 Mar 2021 16:15:26 +0100 Subject: Several changes to bounding boxes For instance removed support for shapes without a bounding box, such as planes --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index a40e8e6..0e6674d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,3 +38,4 @@ pub type Float = f64; pub const M_PI: Float = PI; pub const NEAR_ZERO: Float = 1e-8; +pub const INFTY: Float = f64::INFINITY; -- cgit v1.2.3