Create an empty extents box
pwu::Extents empty
Get the minimum point of an extents box
pwu::Extents minimum ext
Get the maximum point of an extents box
pwu::Extents maximum ext
Get the center point of an extents box
pwu::Extents center ext
Get the length of the minimum side of an extents box
pwu::Extents minimumSide ext
Get the length of the maximum side of an extents box
pwu::Extents maximumSide ext
Check if an extents box is empty
pwu::Extents isEmpty ext
Get the length of the diagonal of an extents box
pwu::Extents diagonal ext
Return an extents box that is the target extents with the given point or extents box enclosed within it
pwu::Extents enclose target < pt | ext >
Return an extents box that is the target extents expanded by the given amount at both minimum and maximum
pwu::Extents expand ext value
Return true if two given extents boxes intersect
pwu::Extents isIntersecting ext1 ext2
Return true if a point lies within the extents
pwu::Extents isInside ext pt
Translate the given extents box by an offset
pwu::Extents translate ext offset
Rotate the given extents box by a quaternion
pwu::Extents rotate ext quat